Trace number 3484005

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 703.74 703.965

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
MD5SUM4d2cfd51677809bb15d90c916352e4e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark353.72
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.41/0.85	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.85	c INFO: solving HOME/instance-3484005-1307746988.cnf
0.41/0.85	c INFO: computing task features
0.60/1.00	c INFO: computed variable-clause graph statistics
0.60/1.00	c INFO: computed clause balance statistics
1.30/1.78	c INFO: computed variable balance statistics
1.80/2.21	c INFO: computed small-clause counts
1.80/2.21	c INFO: computed Horn-clause counts
1.80/2.25	c INFO: computed variable graph statistics
1.80/2.25	c INFO: collected features for HOME/instance-3484005-1307746988.cnf in 1.40 s
1.80/2.26	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.04/102.42	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
202.12/202.59	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
302.35/302.73	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.48/402.86	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.06)
502.81/503.00	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.92/603.18	c INFO: running FH@0 for 97 with 598 remaining (b = 0.04)
703.14/703.33	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484005-1307746988/watcher-3484005-1307746988 -o /tmp/evaluation-result-3484005-1307746988/solver-3484005-1307746988 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484005-1307746988.cnf -seed 723116723 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.01 3/184 10724
/proc/meminfo: memFree=31839776/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=15184 CPUtime=0 cores=1,3
/proc/10724/stat : 10724 (python) R 10722 10724 10649 0 -1 4202496 729 0 0 0 0 0 0 0 18 0 1 0 867114729 15548416 617 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/10724/statm: 3796 617 322 364 0 283 0

[startup+0.047425 s]
/proc/loadavg: 0.00 0.00 0.01 3/184 10724
/proc/meminfo: memFree=31839776/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=16392 CPUtime=0.01 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 1080 0 0 0 1 0 0 0 17 0 1 0 867114729 16785408 949 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/10724/statm: 4098 949 385 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.10046 s]
/proc/loadavg: 0.00 0.00 0.01 3/184 10724
/proc/meminfo: memFree=31839776/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=34424 CPUtime=0.04 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 1553 0 0 0 3 1 0 0 17 0 1 0 867114729 35250176 1388 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/10724/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34424

[startup+0.300379 s]
/proc/loadavg: 0.00 0.00 0.01 3/184 10724
/proc/meminfo: memFree=31839776/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=128860 CPUtime=0.19 cores=1,3
/proc/10724/stat : 10724 (python) R 10722 10724 10649 0 -1 4202496 5599 933 1 0 12 7 0 0 18 0 1 0 867114729 131952640 4020 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10724/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 128860

[startup+0.70033 s]
/proc/loadavg: 0.00 0.00 0.01 3/184 10724
/proc/meminfo: memFree=31839776/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=226928 CPUtime=0.35 cores=1,3
/proc/10724/stat : 10724 (python) R 10722 10724 10649 0 -1 4202496 7748 933 1 0 21 14 0 0 15 0 1 0 867114729 232374272 5676 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/10724/statm: 56732 5676 1566 364 0 4270 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 226928

[startup+1.50016 s]
/proc/loadavg: 0.00 0.00 0.01 5/190 10742
/proc/meminfo: memFree=31747448/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=287580 CPUtime=1.1 cores=1,3
/proc/10724/stat : 10724 (python) R 10722 10724 10649 0 -1 4202496 12690 933 1 0 93 17 0 0 16 0 1 0 867114729 294481920 9280 33554432000 4194304 5683644 140735816497680 18446744073709551615 233509957035 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10724/statm: 71895 9280 1826 364 0 7819 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 287580

[startup+3.10084 s]
/proc/loadavg: 0.32 0.07 0.03 5/193 10745
/proc/meminfo: memFree=31725476/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=292804 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 12977 933 1 0 169 17 0 0 18 0 2 0 867114729 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 73201 8098 1869 364 0 9119 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 292804
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 0.32 0.07 0.03 5/199 10751
/proc/meminfo: memFree=31705340/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=292804 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 12977 933 1 0 169 17 0 0 18 0 2 0 867114729 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 73201 8098 1869 364 0 9119 0
[pid=10746] ppid=10724 vsize=283508 CPUtime=0 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867114955 290312192 6581 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317583 0 0 16781312 514 4398249100416352520 0 0 17 1 0 0 0
/proc/10746/statm: 70877 6581 355 364 0 6795 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=4.03 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) R 10746 10748 10748 0 -1 4202496 959 0 0 0 403 0 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10724/tid=10747] ppid=10722 vsize=292804 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 867114955 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1595308

[startup+12.7011 s]
/proc/loadavg: 1.03 0.23 0.09 5/202 10754
/proc/meminfo: memFree=31679276/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=292804 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 12977 933 1 0 169 17 0 0 18 0 2 0 867114729 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 73201 8098 1869 364 0 9119 0
[pid=10746] ppid=10724 vsize=283508 CPUtime=0 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 867114955 290312192 6604 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317583 0 0 16781312 514 5875315149811712264 0 0 17 1 0 0 0
/proc/10746/statm: 70877 6604 378 364 0 6795 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=10.42 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) R 10746 10748 10748 0 -1 4202496 959 0 0 0 1042 0 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10724/tid=10747] ppid=10722 vsize=292804 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 867114955 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 1595308

[startup+25.5009 s]
/proc/loadavg: 1.49 0.35 0.13 5/202 10755
/proc/meminfo: memFree=31680100/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=292804 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 12977 933 1 0 169 17 0 0 18 0 2 0 867114729 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 73201 8098 1869 364 0 9119 0
[pid=10746] ppid=10724 vsize=283508 CPUtime=0.02 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 877 0 0 0 1 1 0 0 18 0 1 0 867114955 290312192 6604 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317583 0 0 16781312 514 5875315149811712264 0 0 17 1 0 0 0
/proc/10746/statm: 70877 6604 378 364 0 6795 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=23.21 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) R 10746 10748 10748 0 -1 4202496 959 0 0 0 2321 0 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10724/tid=10747] ppid=10722 vsize=292804 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 867114955 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1595308

[startup+51.1003 s]
/proc/loadavg: 2.34 0.64 0.23 5/202 10755
/proc/meminfo: memFree=31679912/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=292804 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 12977 933 1 0 169 17 0 0 18 0 2 0 867114729 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 73201 8098 1869 364 0 9119 0
[pid=10746] ppid=10724 vsize=283508 CPUtime=0.05 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 889 0 0 0 3 2 0 0 18 0 1 0 867114955 290312192 6604 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317583 0 0 16781312 514 5875315149811712264 0 0 17 1 0 0 0
/proc/10746/statm: 70877 6604 378 364 0 6795 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=48.8 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) R 10746 10748 10748 0 -1 4202496 959 0 0 0 4880 0 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10724/tid=10747] ppid=10722 vsize=292804 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 867114955 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 1595308

[startup+102.307 s]
/proc/loadavg: 3.34 1.21 0.44 5/206 10807
/proc/meminfo: memFree=31680260/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=292804 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 12977 933 1 0 169 17 0 0 18 0 2 0 867114729 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 73201 8098 1869 364 0 9119 0
[pid=10746] ppid=10724 vsize=283508 CPUtime=0.12 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 911 0 0 0 8 4 0 0 18 0 1 0 867114955 290312192 6604 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317583 0 0 16781312 514 5875315149811712264 0 0 17 1 0 0 0
/proc/10746/statm: 70877 6604 378 364 0 6795 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=99.96 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) R 10746 10748 10748 0 -1 4202496 959 0 0 0 9995 1 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10724/tid=10747] ppid=10722 vsize=292804 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 867114955 299831296 8098 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 1595308

[startup+162.301 s]
/proc/loadavg: 3.75 1.71 0.66 5/206 10908
/proc/meminfo: memFree=31652856/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=303524 CPUtime=1.86 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 13877 933 1 0 169 17 0 0 20 0 3 0 867114729 310808576 8189 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 75881 8189 1872 364 0 11796 0
[pid=10746] ppid=10724 vsize=293752 CPUtime=0.13 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 1149 0 0 0 8 5 0 0 19 0 2 0 867114955 300802048 6646 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10746/statm: 73438 6646 415 364 0 9356 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=100.07 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) T 10746 10748 10748 0 -1 4202496 959 0 0 0 10006 1 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10746/tid=10808] ppid=10724 vsize=293752 CPUtime=0 cores=1,3
/proc/10746/task/10808/stat : 10808 (python) S 10724 10724 10649 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124971 300802048 6646 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471116609600 0 0 -1 3 0 0 0
[pid=10809] ppid=10724 vsize=293696 CPUtime=0.07 cores=1,3
/proc/10809/stat : 10809 (python) S 10724 10724 10649 0 -1 4202560 921 0 0 0 4 3 0 0 18 0 1 0 867124971 300744704 6686 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317638 0 0 16781312 514 5875315149811712264 0 0 17 1 0 0 0
/proc/10809/statm: 73424 6686 372 364 0 9339 0
[pid=10811] ppid=10809 vsize=1018996 CPUtime=59.78 cores=1,3
/proc/10811/stat : 10811 (gnovelty+2) R 10809 10811 10811 0 -1 4202496 962 0 0 0 5977 1 0 0 25 0 1 0 867124972 1043451904 698 33554432000 134512640 135663704 4289470288 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10811/statm: 254749 698 113 282 0 254465 0
[pid=10724/tid=10747] ppid=10722 vsize=303524 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 3 0 867114955 310808576 8189 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=10810] ppid=10722 vsize=303524 CPUtime=0 cores=1,3
/proc/10724/task/10810/stat : 10810 (python) S 10722 10724 10649 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 867124972 310808576 8189 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 2928964

[startup+222.301 s]
/proc/loadavg: 3.97 2.14 0.88 5/214 10964
/proc/meminfo: memFree=31640436/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=313780 CPUtime=1.87 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 14751 933 1 0 170 17 0 0 20 0 4 0 867114729 321310720 8203 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

################
# More data... #
################

[pid=10915] ppid=10724 vsize=303952 CPUtime=0.13 cores=1,3
/proc/10915/stat : 10915 (python) S 10724 10724 10649 0 -1 4202560 1096 0 0 0 7 6 0 0 19 0 2 0 867134988 311246848 6728 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10915/statm: 75988 6728 409 364 0 11900 0
[pid=10917] ppid=10915 vsize=421428 CPUtime=100.03 cores=1,3
/proc/10917/stat : 10917 (adaptg2wsat2009) T 10915 10917 10917 0 -1 4202496 2048 0 0 0 10003 0 0 0 25 0 1 0 867134989 431542272 1781 33554432000 134512640 135107411 4292766240 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10917/statm: 105357 1781 59 146 0 104233 0
[pid=10915/tid=11067] ppid=10724 vsize=303952 CPUtime=0 cores=1,3
/proc/10915/task/11067/stat : 11067 (python) S 10724 10724 10649 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867145001 311246848 6728 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471159510976 0 0 -1 3 0 0 0
[pid=11068] ppid=10724 vsize=314296 CPUtime=0.13 cores=1,3
/proc/11068/stat : 11068 (python) S 10724 10724 10649 0 -1 4202560 1098 0 0 0 7 6 0 0 19 0 2 0 867145002 321839104 6723 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11068/statm: 78574 6723 400 364 0 14483 0
[pid=11070] ppid=11068 vsize=421428 CPUtime=100 cores=1,3
/proc/11070/stat : 11070 (adaptg2wsat2009) T 11068 11070 11070 0 -1 4202496 2046 0 0 0 10000 0 0 0 25 0 1 0 867145002 431542272 1783 33554432000 134512640 135107411 4286567312 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11070/statm: 105357 1783 59 146 0 104233 0
[pid=11068/tid=11083] ppid=10724 vsize=314296 CPUtime=0 cores=1,3
/proc/11068/task/11083/stat : 11083 (python) S 10724 10724 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867155014 321839104 6723 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 1 0 0 0
[pid=11084] ppid=10724 vsize=324652 CPUtime=0.14 cores=1,3
/proc/11084/stat : 11084 (python) S 10724 10724 10649 0 -1 4202560 1095 0 0 0 6 8 0 0 19 0 2 0 867155015 332443648 6732 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11084/statm: 81163 6732 400 364 0 17069 0
[pid=11086] ppid=11084 vsize=421428 CPUtime=100.12 cores=1,3
/proc/11086/stat : 11086 (adaptg2wsat2009) T 11084 11086 11086 0 -1 4202496 2047 0 0 0 10012 0 0 0 25 0 1 0 867155015 431542272 1783 33554432000 134512640 135107411 4290749200 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11086/statm: 105357 1783 59 146 0 104233 0
[pid=11084/tid=11142] ppid=10724 vsize=324652 CPUtime=0 cores=1,3
/proc/11084/task/11142/stat : 11142 (python) S 10724 10724 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867165028 332443648 6732 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604463898267712 0 0 -1 3 0 0 0
[pid=11143] ppid=10724 vsize=335012 CPUtime=0.14 cores=1,3
/proc/11143/stat : 11143 (python) S 10724 10724 10649 0 -1 4202560 1092 0 0 0 8 6 0 0 19 0 2 0 867165029 343052288 6761 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11143/statm: 83753 6761 400 364 0 19656 0
[pid=11145] ppid=11143 vsize=1018996 CPUtime=100.05 cores=1,3
/proc/11145/stat : 11145 (gnovelty+2) T 11143 11145 11145 0 -1 4202496 962 0 0 0 10005 0 0 0 25 0 1 0 867165029 1043451904 698 33554432000 134512640 135663704 4292335392 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11145/statm: 254749 698 113 282 0 254465 0
[pid=11143/tid=11197] ppid=10724 vsize=335012 CPUtime=0 cores=1,3
/proc/11143/task/11197/stat : 11197 (python) S 10724 10724 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867175046 343052288 6761 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604456605139264 0 0 -1 1 0 0 0
[pid=11198] ppid=10724 vsize=345276 CPUtime=0.15 cores=1,3
/proc/11198/stat : 11198 (python) S 10724 10724 10649 0 -1 4202560 1101 0 0 0 8 7 0 0 19 0 2 0 867175047 353562624 6791 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11198/statm: 86319 6791 400 364 0 22219 0
[pid=11200] ppid=11198 vsize=251292 CPUtime=100.01 cores=1,3
/proc/11200/stat : 11200 (FH) T 11198 11200 11200 0 -1 4202496 1945 0 0 0 10001 0 0 0 25 0 1 0 867175048 257323008 1682 33554432000 134512640 134936988 4286761312 18446744073709551615 134545348 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11200/statm: 62823 1682 41 104 0 62327 0
[pid=11198/tid=11208] ppid=10724 vsize=345276 CPUtime=0 cores=1,3
/proc/11198/task/11208/stat : 11208 (python) S 10724 10724 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867185062 353562624 6791 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471130894592 0 0 -1 1 0 0 0
[pid=11209] ppid=10724 vsize=355416 CPUtime=0 cores=1,3
/proc/11209/stat : 11209 (python) S 10724 10724 10649 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867185063 363945984 6747 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317638 0 0 16781312 514 5632231000269389823 0 0 17 3 0 0 0
/proc/11209/statm: 88854 6747 351 364 0 24751 0
[pid=11211] ppid=11209 vsize=421428 CPUtime=0.56 cores=1,3
/proc/11211/stat : 11211 (adaptg2wsat2009) R 11209 11211 11211 0 -1 4202496 2049 0 0 0 56 0 0 0 21 0 1 0 867185063 431542272 1782 33554432000 134512640 135107411 4289102864 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11211/statm: 105357 1782 59 146 0 104233 0
[pid=10724/tid=10747] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 9 0 867114955 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=10810] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/10810/stat : 10810 (python) S 10722 10724 10649 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867124972 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
[pid=10724/tid=10916] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/10916/stat : 10916 (python) S 10722 10724 10649 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867134989 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
[pid=10724/tid=11069] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11069/stat : 11069 (python) S 10722 10724 10649 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867145002 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=11085] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11085/stat : 11085 (python) S 10722 10724 10649 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867155015 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
[pid=10724/tid=11144] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11144/stat : 11144 (python) S 10722 10724 10649 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867165029 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=11199] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11199/stat : 11199 (python) S 10722 10724 10649 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867175048 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=11210] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11210/stat : 11210 (python) S 10722 10724 10649 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867185063 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.74
Current children cumulated vsize (KiB) 7925328

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+703.902 s]
/proc/loadavg: 3.99 3.61 2.12 5/252 11211
/proc/meminfo: memFree=31244848/32951124 swapFree=67056964/67111528
[pid=10724] ppid=10722 vsize=365284 CPUtime=1.92 cores=1,3
/proc/10724/stat : 10724 (python) S 10722 10724 10649 0 -1 4202496 19199 933 1 0 173 19 0 0 20 0 9 0 867114729 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10724/statm: 91321 8291 1892 364 0 27218 0
[pid=10746] ppid=10724 vsize=293752 CPUtime=0.13 cores=1,3
/proc/10746/stat : 10746 (python) S 10724 10724 10649 0 -1 4202560 1149 0 0 0 8 5 0 0 19 0 2 0 867114955 300802048 6646 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10746/statm: 73438 6646 415 364 0 9356 0
[pid=10748] ppid=10746 vsize=1018996 CPUtime=100.07 cores=1,3
/proc/10748/stat : 10748 (gnovelty+2) T 10746 10748 10748 0 -1 4202496 959 0 0 0 10006 1 0 0 25 0 1 0 867114955 1043451904 697 33554432000 134512640 135663704 4291513952 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10748/statm: 254749 697 113 282 0 254465 0
[pid=10746/tid=10808] ppid=10724 vsize=293752 CPUtime=0 cores=1,3
/proc/10746/task/10808/stat : 10808 (python) S 10724 10724 10649 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124971 300802048 6646 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471116609600 0 0 -1 3 0 0 0
[pid=10809] ppid=10724 vsize=293696 CPUtime=0.13 cores=1,3
/proc/10809/stat : 10809 (python) S 10724 10724 10649 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 867124971 300744704 6715 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10809/statm: 73424 6715 400 364 0 9339 0
[pid=10811] ppid=10809 vsize=1018996 CPUtime=100.03 cores=1,3
/proc/10811/stat : 10811 (gnovelty+2) T 10809 10811 10811 0 -1 4202496 962 0 0 0 10002 1 0 0 25 0 1 0 867124972 1043451904 698 33554432000 134512640 135663704 4289470288 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10811/statm: 254749 698 113 282 0 254465 0
[pid=10809/tid=10914] ppid=10724 vsize=293696 CPUtime=0 cores=1,3
/proc/10809/task/10914/stat : 10914 (python) S 10724 10724 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867134988 300744704 6715 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471130896384 0 0 -1 3 0 0 0
[pid=10915] ppid=10724 vsize=303952 CPUtime=0.13 cores=1,3
/proc/10915/stat : 10915 (python) S 10724 10724 10649 0 -1 4202560 1096 0 0 0 7 6 0 0 19 0 2 0 867134988 311246848 6728 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10915/statm: 75988 6728 409 364 0 11900 0
[pid=10917] ppid=10915 vsize=421428 CPUtime=100.03 cores=1,3
/proc/10917/stat : 10917 (adaptg2wsat2009) T 10915 10917 10917 0 -1 4202496 2048 0 0 0 10003 0 0 0 25 0 1 0 867134989 431542272 1781 33554432000 134512640 135107411 4292766240 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10917/statm: 105357 1781 59 146 0 104233 0
[pid=10915/tid=11067] ppid=10724 vsize=303952 CPUtime=0 cores=1,3
/proc/10915/task/11067/stat : 11067 (python) S 10724 10724 10649 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867145001 311246848 6728 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471159510976 0 0 -1 3 0 0 0
[pid=11068] ppid=10724 vsize=314296 CPUtime=0.13 cores=1,3
/proc/11068/stat : 11068 (python) S 10724 10724 10649 0 -1 4202560 1098 0 0 0 7 6 0 0 19 0 2 0 867145002 321839104 6723 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11068/statm: 78574 6723 400 364 0 14483 0
[pid=11070] ppid=11068 vsize=421428 CPUtime=100 cores=1,3
/proc/11070/stat : 11070 (adaptg2wsat2009) T 11068 11070 11070 0 -1 4202496 2046 0 0 0 10000 0 0 0 25 0 1 0 867145002 431542272 1783 33554432000 134512640 135107411 4286567312 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11070/statm: 105357 1783 59 146 0 104233 0
[pid=11068/tid=11083] ppid=10724 vsize=314296 CPUtime=0 cores=1,3
/proc/11068/task/11083/stat : 11083 (python) S 10724 10724 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867155014 321839104 6723 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 1 0 0 0
[pid=11084] ppid=10724 vsize=324652 CPUtime=0.14 cores=1,3
/proc/11084/stat : 11084 (python) S 10724 10724 10649 0 -1 4202560 1095 0 0 0 6 8 0 0 19 0 2 0 867155015 332443648 6732 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11084/statm: 81163 6732 400 364 0 17069 0
[pid=11086] ppid=11084 vsize=421428 CPUtime=100.12 cores=1,3
/proc/11086/stat : 11086 (adaptg2wsat2009) T 11084 11086 11086 0 -1 4202496 2047 0 0 0 10012 0 0 0 25 0 1 0 867155015 431542272 1783 33554432000 134512640 135107411 4290749200 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11086/statm: 105357 1783 59 146 0 104233 0
[pid=11084/tid=11142] ppid=10724 vsize=324652 CPUtime=0 cores=1,3
/proc/11084/task/11142/stat : 11142 (python) S 10724 10724 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867165028 332443648 6732 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604463898267712 0 0 -1 3 0 0 0
[pid=11143] ppid=10724 vsize=335012 CPUtime=0.14 cores=1,3
/proc/11143/stat : 11143 (python) S 10724 10724 10649 0 -1 4202560 1092 0 0 0 8 6 0 0 19 0 2 0 867165029 343052288 6761 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11143/statm: 83753 6761 400 364 0 19656 0
[pid=11145] ppid=11143 vsize=1018996 CPUtime=100.05 cores=1,3
/proc/11145/stat : 11145 (gnovelty+2) T 11143 11145 11145 0 -1 4202496 962 0 0 0 10005 0 0 0 25 0 1 0 867165029 1043451904 698 33554432000 134512640 135663704 4292335392 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11145/statm: 254749 698 113 282 0 254465 0
[pid=11143/tid=11197] ppid=10724 vsize=335012 CPUtime=0 cores=1,3
/proc/11143/task/11197/stat : 11197 (python) S 10724 10724 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867175046 343052288 6761 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604456605139264 0 0 -1 1 0 0 0
[pid=11198] ppid=10724 vsize=345276 CPUtime=0.15 cores=1,3
/proc/11198/stat : 11198 (python) S 10724 10724 10649 0 -1 4202560 1101 0 0 0 8 7 0 0 19 0 2 0 867175047 353562624 6791 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11198/statm: 86319 6791 400 364 0 22219 0
[pid=11200] ppid=11198 vsize=251292 CPUtime=100.01 cores=1,3
/proc/11200/stat : 11200 (FH) T 11198 11200 11200 0 -1 4202496 1945 0 0 0 10001 0 0 0 25 0 1 0 867175048 257323008 1682 33554432000 134512640 134936988 4286761312 18446744073709551615 134545348 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11200/statm: 62823 1682 41 104 0 62327 0
[pid=11198/tid=11208] ppid=10724 vsize=345276 CPUtime=0 cores=1,3
/proc/11198/task/11208/stat : 11208 (python) S 10724 10724 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867185062 353562624 6791 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 514 18446604471130894592 0 0 -1 1 0 0 0
[pid=11209] ppid=10724 vsize=355416 CPUtime=0 cores=1,3
/proc/11209/stat : 11209 (python) S 10724 10724 10649 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867185063 363945984 6747 33554432000 4194304 5683644 140735816497680 18446744073709551615 233510317638 0 0 16781312 514 5632231000269389823 0 0 17 3 0 0 0
/proc/11209/statm: 88854 6747 351 364 0 24751 0
[pid=11211] ppid=11209 vsize=421428 CPUtime=0.56 cores=1,3
/proc/11211/stat : 11211 (adaptg2wsat2009) R 11209 11211 11211 0 -1 4202496 2049 0 0 0 56 0 0 0 21 0 1 0 867185063 431542272 1782 33554432000 134512640 135107411 4289102864 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11211/statm: 105357 1782 59 146 0 104233 0
[pid=10724/tid=10747] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/10747/stat : 10747 (python) S 10722 10724 10649 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 9 0 867114955 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=10810] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/10810/stat : 10810 (python) S 10722 10724 10649 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867124972 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
[pid=10724/tid=10916] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/10916/stat : 10916 (python) S 10722 10724 10649 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867134989 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
[pid=10724/tid=11069] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11069/stat : 11069 (python) S 10722 10724 10649 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867145002 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=11085] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11085/stat : 11085 (python) S 10722 10724 10649 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867155015 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
[pid=10724/tid=11144] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11144/stat : 11144 (python) S 10722 10724 10649 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867165029 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=11199] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11199/stat : 11199 (python) S 10722 10724 10649 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867175048 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 3 0 0 0
[pid=10724/tid=11210] ppid=10722 vsize=365284 CPUtime=0 cores=1,3
/proc/10724/task/11210/stat : 11210 (python) S 10722 10724 10649 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867185063 374050816 8291 33554432000 4194304 5683644 140735816497680 18446744073709551615 233522121137 0 0 16781312 2 18446604456605141952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.74
Current children cumulated vsize (KiB) 7925328

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10724 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=749734
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 1.9487
# while last known CPU time is 703.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.965
CPU time (s): 703.74
CPU user time (s): 703.09
CPU system time (s): 0.65
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 7925328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.74973
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20624
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13141
involuntary context switches= 24

runsolver used 1.77173 second user time and 3.2915 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:03:08
IDJOB=3484005
IDBENCH=82516
IDSOLVER=1975
FILE ID=node145/3484005-1307746988
RUNJOBID= node145-1307746987-10669
PBS_JOBID= 13550815
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484005-1307746988/watcher-3484005-1307746988 -o /tmp/evaluation-result-3484005-1307746988/solver-3484005-1307746988 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484005-1307746988.cnf -seed 723116723 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4d2cfd51677809bb15d90c916352e4e2
RANDOM SEED=723116723

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31840876 kB
Buffers:        107904 kB
Cached:         809776 kB
SwapCached:       7944 kB
Active:         387736 kB
Inactive:       574788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31840876 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:          131592 kB
Writeback:           0 kB
AnonPages:       42296 kB
Mapped:          15612 kB
Slab:            79448 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node145 at 2011-06-11 01:14:55