Trace number 3484109

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.89 703.963

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S943787219-031-UNKNOWN.cnf
MD5SUM6105ec111e1e16da586afadcc6f09041
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 534000

Solver Data

0.34/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.64	c INFO: solving HOME/instance-3484109-1307747650.cnf
0.34/0.64	c INFO: computing task features
0.62/0.90	c INFO: computed variable-clause graph statistics
0.62/0.90	c INFO: computed clause balance statistics
1.72/2.07	c INFO: computed variable balance statistics
2.22/2.56	c INFO: computed small-clause counts
2.22/2.56	c INFO: computed Horn-clause counts
2.32/2.60	c INFO: computed variable graph statistics
2.32/2.60	c INFO: collected features for HOME/instance-3484109-1307747650.cnf in 1.95 s
2.32/2.61	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.50/102.80	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.71/203.01	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.86/303.16	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.12/403.31	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.26/503.47	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
602.60/602.70	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.79/702.84	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-3484109-1307747650/watcher-3484109-1307747650 -o /tmp/evaluation-result-3484109-1307747650/solver-3484109-1307747650 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484109-1307747650.cnf -seed 1972007378 -budget 1200 

running on 2 cores: 4,6

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: 4.18 3.73 2.15 5/233 20339
/proc/meminfo: memFree=30176516/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=15184 CPUtime=0 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 713 0 0 0 0 0 0 0 25 0 1 0 886364636 15548416 603 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/20339/statm: 3796 603 319 364 0 283 0

[startup+0.019083 s]
/proc/loadavg: 4.18 3.73 2.15 5/233 20339
/proc/meminfo: memFree=30176516/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=16240 CPUtime=0 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 1002 0 0 0 0 0 0 0 25 0 1 0 886364636 16629760 873 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/20339/statm: 4060 873 371 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.101119 s]
/proc/loadavg: 4.18 3.73 2.15 5/233 20339
/proc/meminfo: memFree=30176516/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=87704 CPUtime=0.05 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 2640 0 0 0 4 1 0 0 17 0 1 0 886364636 89808896 2354 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/20339/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300979 s]
/proc/loadavg: 4.18 3.73 2.15 5/233 20339
/proc/meminfo: memFree=30176516/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=135748 CPUtime=0.17 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 5975 935 1 0 13 4 0 0 18 0 1 0 886364636 139005952 4149 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/20339/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.705908 s]
/proc/loadavg: 4.18 3.73 2.15 5/233 20339
/proc/meminfo: memFree=30176516/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=281596 CPUtime=0.43 cores=4,6
/proc/20339/stat : 20339 (python) R 20337 20339 19898 0 -1 4202496 10016 935 1 0 34 9 0 0 17 0 1 0 886364636 288354304 7684 33554432000 4194304 5683644 140734280287440 18446744073709551615 4602993 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20339/statm: 70399 7684 1761 364 0 6323 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 281596

[startup+1.50078 s]
/proc/loadavg: 4.18 3.73 2.15 5/234 20344
/proc/meminfo: memFree=30143920/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=289496 CPUtime=1.22 cores=4,6
/proc/20339/stat : 20339 (python) R 20337 20339 19898 0 -1 4202496 13897 935 1 0 113 9 0 0 18 0 1 0 886364636 296443904 9759 33554432000 4194304 5683644 140734280287440 18446744073709551615 47873558540658 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20339/statm: 72374 9759 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 289496

[startup+3.10049 s]
/proc/loadavg: 4.17 3.73 2.16 5/234 20344
/proc/meminfo: memFree=30143548/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=291932 CPUtime=2.34 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 14209 935 1 0 224 10 0 0 22 0 2 0 886364636 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 72983 7848 1869 364 0 8901 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 291932
heavy processes:

[startup+6.30095 s]
/proc/loadavg: 4.17 3.73 2.16 7/237 20347
/proc/meminfo: memFree=30144152/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=291932 CPUtime=2.34 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 14209 935 1 0 224 10 0 0 22 0 2 0 886364636 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 72983 7848 1869 364 0 8901 0
[pid=20345] ppid=20339 vsize=282240 CPUtime=0 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 886364898 289013760 6331 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828431 0 0 16781312 514 4156616301927694595 0 0 17 4 0 0 0
/proc/20345/statm: 70560 6331 355 364 0 6478 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=3.67 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) R 20345 20347 20347 0 -1 4202496 1140 0 0 0 367 0 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20339/tid=20346] ppid=20337 vsize=291932 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 2 0 886364898 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1594360

[startup+12.7008 s]
/proc/loadavg: 4.52 3.82 2.20 9/238 20348
/proc/meminfo: memFree=30141552/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=291932 CPUtime=2.34 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 14209 935 1 0 224 10 0 0 22 0 2 0 886364636 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 72983 7848 1869 364 0 8901 0
[pid=20345] ppid=20339 vsize=282240 CPUtime=0 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886364898 289013760 6354 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828431 0 0 16781312 514 7737131383264346371 0 0 17 4 0 0 0
/proc/20345/statm: 70560 6354 378 364 0 6478 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=10.05 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) R 20345 20347 20347 0 -1 4202496 1140 0 0 0 1004 1 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20339/tid=20346] ppid=20337 vsize=291932 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 2 0 886364898 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1594360

[startup+25.5006 s]
/proc/loadavg: 4.44 3.83 2.22 5/238 20349
/proc/meminfo: memFree=30142264/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=291932 CPUtime=2.34 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 14209 935 1 0 224 10 0 0 22 0 2 0 886364636 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 72983 7848 1869 364 0 8901 0
[pid=20345] ppid=20339 vsize=282240 CPUtime=0.02 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 886364898 289013760 6354 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828431 0 0 16781312 514 7737131383264346371 0 0 17 4 0 0 0
/proc/20345/statm: 70560 6354 378 364 0 6478 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=22.84 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) R 20345 20347 20347 0 -1 4202496 1140 0 0 0 2282 2 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20339/tid=20346] ppid=20337 vsize=291932 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 2 0 886364898 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1594360

[startup+51.1011 s]
/proc/loadavg: 4.29 3.84 2.27 5/238 20350
/proc/meminfo: memFree=30142148/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=291932 CPUtime=2.34 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 14209 935 1 0 224 10 0 0 22 0 2 0 886364636 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 72983 7848 1869 364 0 8901 0
[pid=20345] ppid=20339 vsize=282240 CPUtime=0.05 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 882 0 0 0 3 2 0 0 18 0 1 0 886364898 289013760 6354 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828431 0 0 16781312 514 7737131383264346371 0 0 17 4 0 0 0
/proc/20345/statm: 70560 6354 378 364 0 6478 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=48.41 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) R 20345 20347 20347 0 -1 4202496 1140 0 0 0 4839 2 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20339/tid=20346] ppid=20337 vsize=291932 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 2 0 886364898 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1594360

[startup+102.308 s]
/proc/loadavg: 4.11 3.86 2.36 5/242 20355
/proc/meminfo: memFree=30107580/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=291932 CPUtime=2.34 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 14209 935 1 0 224 10 0 0 22 0 2 0 886364636 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 72983 7848 1869 364 0 8901 0
[pid=20345] ppid=20339 vsize=282240 CPUtime=0.12 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 905 0 0 0 7 5 0 0 18 0 1 0 886364898 289013760 6354 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828431 0 0 16781312 514 7737131383264346371 0 0 17 4 0 0 0
/proc/20345/statm: 70560 6354 378 364 0 6478 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=99.55 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) R 20345 20347 20347 0 -1 4202496 1140 0 0 0 9953 2 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20339/tid=20346] ppid=20337 vsize=291932 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 2 0 886364898 298938368 7848 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 1594360

[startup+162.301 s]
/proc/loadavg: 4.04 3.89 2.46 5/249 20363
/proc/meminfo: memFree=30059248/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=302324 CPUtime=2.35 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 15060 935 1 0 225 10 0 0 20 0 3 0 886364636 309579776 7906 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 75581 7906 1872 364 0 11496 0
[pid=20345] ppid=20339 vsize=292484 CPUtime=0.13 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 1144 0 0 0 7 6 0 0 19 0 2 0 886364898 299503616 6396 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20345/statm: 73121 6396 415 364 0 9039 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=100.03 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) T 20345 20347 20347 0 -1 4202496 1140 0 0 0 10001 2 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20345/tid=20356] ppid=20339 vsize=292484 CPUtime=0 cores=4,6
/proc/20345/task/20356/stat : 20356 (python) S 20339 20339 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886374917 299503616 6396 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453880480896 0 0 -1 6 0 0 0
[pid=20357] ppid=20339 vsize=293172 CPUtime=0.08 cores=4,6
/proc/20357/stat : 20357 (python) S 20339 20339 19898 0 -1 4202560 907 0 0 0 5 3 0 0 18 0 1 0 886374917 300208128 6403 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828486 0 0 16781312 514 7737131383264346372 0 0 17 4 0 0 0
/proc/20357/statm: 73293 6403 372 364 0 9208 0
[pid=20359] ppid=20357 vsize=1020188 CPUtime=59.4 cores=4,6
/proc/20359/stat : 20359 (gnovelty+2) R 20357 20359 20359 0 -1 4202496 1140 0 0 0 5940 0 0 0 25 0 1 0 886374918 1044672512 877 33554432000 134512640 135663704 4290065120 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20359/statm: 255047 877 113 282 0 254763 0
[pid=20339/tid=20346] ppid=20337 vsize=302324 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 3 0 886364898 309579776 7906 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20358] ppid=20337 vsize=302324 CPUtime=0 cores=4,6
/proc/20339/task/20358/stat : 20358 (python) S 20337 20339 19898 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 3 0 886374918 309579776 7906 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 2928356

[startup+222.301 s]
/proc/loadavg: 4.01 3.90 2.56 5/258 20374
/proc/meminfo: memFree=30015244/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=313188 CPUtime=2.35 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 15886 935 1 0 225 10 0 0 20 0 4 0 886364636 320704512 8047 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0

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

[pid=20371] ppid=20339 vsize=302944 CPUtime=0.15 cores=4,6
/proc/20371/stat : 20371 (python) S 20339 20339 19898 0 -1 4202560 1077 0 0 0 9 6 0 0 19 0 2 0 886384938 310214656 6570 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20371/statm: 75736 6570 399 364 0 11648 0
[pid=20373] ppid=20371 vsize=421804 CPUtime=100.05 cores=4,6
/proc/20373/stat : 20373 (adaptg2wsat2009) T 20371 20373 20373 0 -1 4202496 2140 0 0 0 10005 0 0 0 25 0 1 0 886384938 431927296 1873 33554432000 134512640 135107411 4294595376 18446744073709551615 134531620 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20373/statm: 105451 1873 59 146 0 104327 0
[pid=20371/tid=20384] ppid=20339 vsize=302944 CPUtime=0 cores=4,6
/proc/20371/task/20384/stat : 20384 (python) S 20339 20339 19898 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394952 310214656 6570 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453713605056 0 0 -1 4 0 0 0
[pid=20385] ppid=20339 vsize=313332 CPUtime=0.14 cores=4,6
/proc/20385/stat : 20385 (python) S 20339 20339 19898 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 886394953 320851968 6575 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20385/statm: 78333 6575 400 364 0 14242 0
[pid=20387] ppid=20385 vsize=421804 CPUtime=100.04 cores=4,6
/proc/20387/stat : 20387 (adaptg2wsat2009) T 20385 20387 20387 0 -1 4202496 2135 0 0 0 10004 0 0 0 25 0 1 0 886394953 431927296 1872 33554432000 134512640 135107411 4289857104 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20387/statm: 105451 1872 59 146 0 104327 0
[pid=20385/tid=20396] ppid=20339 vsize=313332 CPUtime=0 cores=4,6
/proc/20385/task/20396/stat : 20396 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886404967 320851968 6575 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604451050643584 0 0 -1 6 0 0 0
[pid=20397] ppid=20339 vsize=323592 CPUtime=0.15 cores=4,6
/proc/20397/stat : 20397 (python) S 20339 20339 19898 0 -1 4202560 1071 0 0 0 7 8 0 0 19 0 2 0 886404968 331358208 6579 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20397/statm: 80898 6579 400 364 0 16804 0
[pid=20399] ppid=20397 vsize=421804 CPUtime=100.05 cores=4,6
/proc/20399/stat : 20399 (adaptg2wsat2009) T 20397 20399 20399 0 -1 4202496 2135 0 0 0 10005 0 0 0 25 0 1 0 886404968 431927296 1871 33554432000 134512640 135107411 4291652512 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20399/statm: 105451 1871 59 146 0 104327 0
[pid=20397/tid=20410] ppid=20339 vsize=323592 CPUtime=0 cores=4,6
/proc/20397/task/20410/stat : 20410 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886414983 331358208 6579 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453748641920 0 0 -1 4 0 0 0
[pid=20411] ppid=20339 vsize=333952 CPUtime=0.16 cores=4,6
/proc/20411/stat : 20411 (python) S 20339 20339 19898 0 -1 4202560 1075 0 0 0 8 8 0 0 19 0 2 0 886414984 341966848 6583 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20411/statm: 83488 6583 400 364 0 19391 0
[pid=20413] ppid=20411 vsize=1020188 CPUtime=99.21 cores=4,6
/proc/20413/stat : 20413 (gnovelty+2) T 20411 20413 20413 0 -1 4202496 1137 0 0 0 9919 2 0 0 25 0 1 0 886414984 1044672512 877 33554432000 134512640 135663704 4286915568 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20413/statm: 255047 877 113 282 0 254763 0
[pid=20411/tid=20466] ppid=20339 vsize=333952 CPUtime=0 cores=4,6
/proc/20411/task/20466/stat : 20466 (python) S 20339 20339 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886424906 341966848 6583 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604440278877184 0 0 -1 6 0 0 0
[pid=20467] ppid=20339 vsize=344204 CPUtime=0.14 cores=4,6
/proc/20467/stat : 20467 (python) S 20339 20339 19898 0 -1 4202560 1088 0 0 0 7 7 0 0 19 0 2 0 886424907 352464896 6587 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20467/statm: 86051 6587 400 364 0 21951 0
[pid=20469] ppid=20467 vsize=251288 CPUtime=99.97 cores=4,6
/proc/20469/stat : 20469 (FH) T 20467 20469 20469 0 -1 4202496 1960 0 0 0 9997 0 0 0 25 0 1 0 886424907 257318912 1693 33554432000 134512640 134936988 4294738960 18446744073709551615 134554295 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20469/statm: 62822 1693 41 104 0 62326 0
[pid=20467/tid=20709] ppid=20339 vsize=344204 CPUtime=0 cores=4,6
/proc/20467/task/20709/stat : 20709 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886434921 352464896 6587 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604441019664384 0 0 -1 4 0 0 0
[pid=20710] ppid=20339 vsize=354700 CPUtime=0 cores=4,6
/proc/20710/stat : 20710 (python) S 20339 20339 19898 0 -1 4202560 852 0 0 0 0 0 0 0 18 0 1 0 886434921 363212800 6545 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828486 0 0 16781312 514 17979772968472936447 0 0 17 4 0 0 0
/proc/20710/statm: 88675 6545 355 364 0 24572 0
[pid=20712] ppid=20710 vsize=421140 CPUtime=1.05 cores=4,6
/proc/20712/stat : 20712 (adaptg2wsat2009) R 20710 20712 20712 0 -1 4202496 1805 0 0 0 105 0 0 0 24 0 1 0 886434922 431247360 1538 33554432000 134512640 135107411 4294032288 18446744073709551615 134523440 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20712/statm: 105285 1538 49 146 0 104161 0
[pid=20339/tid=20346] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 886364898 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20358] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20358/stat : 20358 (python) S 20337 20339 19898 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 886374918 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20372] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20372/stat : 20372 (python) S 20337 20339 19898 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886384938 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 6 0 0 0
[pid=20339/tid=20386] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20386/stat : 20386 (python) S 20337 20339 19898 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886394953 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20398] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20398/stat : 20398 (python) S 20337 20339 19898 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886404968 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 6 0 0 0
[pid=20339/tid=20412] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20412/stat : 20412 (python) S 20337 20339 19898 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886414984 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20468] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20468/stat : 20468 (python) S 20337 20339 19898 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886424907 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20711] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20711/stat : 20711 (python) S 20337 20339 19898 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 886434922 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.89
Current children cumulated vsize (KiB) 7921252

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: 4.77 4.29 3.25 5/232 20715
/proc/meminfo: memFree=30543836/32951132 swapFree=67054616/67111528
[pid=20339] ppid=20337 vsize=364468 CPUtime=2.4 cores=4,6
/proc/20339/stat : 20339 (python) S 20337 20339 19898 0 -1 4202496 20094 935 1 0 229 11 0 0 19 0 9 0 886364636 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20339/statm: 91117 8077 1884 364 0 27014 0
[pid=20345] ppid=20339 vsize=292484 CPUtime=0.13 cores=4,6
/proc/20345/stat : 20345 (python) S 20339 20339 19898 0 -1 4202560 1144 0 0 0 7 6 0 0 19 0 2 0 886364898 299503616 6396 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20345/statm: 73121 6396 415 364 0 9039 0
[pid=20347] ppid=20345 vsize=1020188 CPUtime=100.03 cores=4,6
/proc/20347/stat : 20347 (gnovelty+2) T 20345 20347 20347 0 -1 4202496 1140 0 0 0 10001 2 0 0 25 0 1 0 886364898 1044672512 877 33554432000 134512640 135663704 4288099424 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20347/statm: 255047 877 113 282 0 254763 0
[pid=20345/tid=20356] ppid=20339 vsize=292484 CPUtime=0 cores=4,6
/proc/20345/task/20356/stat : 20356 (python) S 20339 20339 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886374917 299503616 6396 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453880480896 0 0 -1 6 0 0 0
[pid=20357] ppid=20339 vsize=293172 CPUtime=0.15 cores=4,6
/proc/20357/stat : 20357 (python) S 20339 20339 19898 0 -1 4202560 1078 0 0 0 9 6 0 0 19 0 2 0 886374917 300208128 6432 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20357/statm: 73293 6432 400 364 0 9208 0
[pid=20359] ppid=20357 vsize=1020188 CPUtime=100.07 cores=4,6
/proc/20359/stat : 20359 (gnovelty+2) T 20357 20359 20359 0 -1 4202496 1140 0 0 0 10007 0 0 0 25 0 1 0 886374918 1044672512 877 33554432000 134512640 135663704 4290065120 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20359/statm: 255047 877 113 282 0 254763 0
[pid=20357/tid=20370] ppid=20339 vsize=293172 CPUtime=0 cores=4,6
/proc/20357/task/20370/stat : 20370 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886384937 300208128 6432 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453887288512 0 0 -1 6 0 0 0
[pid=20371] ppid=20339 vsize=302944 CPUtime=0.15 cores=4,6
/proc/20371/stat : 20371 (python) S 20339 20339 19898 0 -1 4202560 1077 0 0 0 9 6 0 0 19 0 2 0 886384938 310214656 6570 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20371/statm: 75736 6570 399 364 0 11648 0
[pid=20373] ppid=20371 vsize=421804 CPUtime=100.05 cores=4,6
/proc/20373/stat : 20373 (adaptg2wsat2009) T 20371 20373 20373 0 -1 4202496 2140 0 0 0 10005 0 0 0 25 0 1 0 886384938 431927296 1873 33554432000 134512640 135107411 4294595376 18446744073709551615 134531620 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20373/statm: 105451 1873 59 146 0 104327 0
[pid=20371/tid=20384] ppid=20339 vsize=302944 CPUtime=0 cores=4,6
/proc/20371/task/20384/stat : 20384 (python) S 20339 20339 19898 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394952 310214656 6570 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453713605056 0 0 -1 4 0 0 0
[pid=20385] ppid=20339 vsize=313332 CPUtime=0.14 cores=4,6
/proc/20385/stat : 20385 (python) S 20339 20339 19898 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 886394953 320851968 6575 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20385/statm: 78333 6575 400 364 0 14242 0
[pid=20387] ppid=20385 vsize=421804 CPUtime=100.04 cores=4,6
/proc/20387/stat : 20387 (adaptg2wsat2009) T 20385 20387 20387 0 -1 4202496 2135 0 0 0 10004 0 0 0 25 0 1 0 886394953 431927296 1872 33554432000 134512640 135107411 4289857104 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20387/statm: 105451 1872 59 146 0 104327 0
[pid=20385/tid=20396] ppid=20339 vsize=313332 CPUtime=0 cores=4,6
/proc/20385/task/20396/stat : 20396 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886404967 320851968 6575 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604451050643584 0 0 -1 6 0 0 0
[pid=20397] ppid=20339 vsize=323592 CPUtime=0.15 cores=4,6
/proc/20397/stat : 20397 (python) S 20339 20339 19898 0 -1 4202560 1071 0 0 0 7 8 0 0 19 0 2 0 886404968 331358208 6579 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20397/statm: 80898 6579 400 364 0 16804 0
[pid=20399] ppid=20397 vsize=421804 CPUtime=100.05 cores=4,6
/proc/20399/stat : 20399 (adaptg2wsat2009) T 20397 20399 20399 0 -1 4202496 2135 0 0 0 10005 0 0 0 25 0 1 0 886404968 431927296 1871 33554432000 134512640 135107411 4291652512 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20399/statm: 105451 1871 59 146 0 104327 0
[pid=20397/tid=20410] ppid=20339 vsize=323592 CPUtime=0 cores=4,6
/proc/20397/task/20410/stat : 20410 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886414983 331358208 6579 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604453748641920 0 0 -1 4 0 0 0
[pid=20411] ppid=20339 vsize=333952 CPUtime=0.16 cores=4,6
/proc/20411/stat : 20411 (python) S 20339 20339 19898 0 -1 4202560 1075 0 0 0 8 8 0 0 19 0 2 0 886414984 341966848 6583 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20411/statm: 83488 6583 400 364 0 19391 0
[pid=20413] ppid=20411 vsize=1020188 CPUtime=99.21 cores=4,6
/proc/20413/stat : 20413 (gnovelty+2) T 20411 20413 20413 0 -1 4202496 1137 0 0 0 9919 2 0 0 25 0 1 0 886414984 1044672512 877 33554432000 134512640 135663704 4286915568 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20413/statm: 255047 877 113 282 0 254763 0
[pid=20411/tid=20466] ppid=20339 vsize=333952 CPUtime=0 cores=4,6
/proc/20411/task/20466/stat : 20466 (python) S 20339 20339 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886424906 341966848 6583 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604440278877184 0 0 -1 6 0 0 0
[pid=20467] ppid=20339 vsize=344204 CPUtime=0.14 cores=4,6
/proc/20467/stat : 20467 (python) S 20339 20339 19898 0 -1 4202560 1088 0 0 0 7 7 0 0 19 0 2 0 886424907 352464896 6587 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20467/statm: 86051 6587 400 364 0 21951 0
[pid=20469] ppid=20467 vsize=251288 CPUtime=99.97 cores=4,6
/proc/20469/stat : 20469 (FH) T 20467 20469 20469 0 -1 4202496 1960 0 0 0 9997 0 0 0 25 0 1 0 886424907 257318912 1693 33554432000 134512640 134936988 4294738960 18446744073709551615 134554295 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20469/statm: 62822 1693 41 104 0 62326 0
[pid=20467/tid=20709] ppid=20339 vsize=344204 CPUtime=0 cores=4,6
/proc/20467/task/20709/stat : 20709 (python) S 20339 20339 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886434921 352464896 6587 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 514 18446604441019664384 0 0 -1 4 0 0 0
[pid=20710] ppid=20339 vsize=354700 CPUtime=0 cores=4,6
/proc/20710/stat : 20710 (python) S 20339 20339 19898 0 -1 4202560 852 0 0 0 0 0 0 0 18 0 1 0 886434921 363212800 6545 33554432000 4194304 5683644 140734280287440 18446744073709551615 274664828486 0 0 16781312 514 17979772968472936447 0 0 17 4 0 0 0
/proc/20710/statm: 88675 6545 355 364 0 24572 0
[pid=20712] ppid=20710 vsize=421140 CPUtime=1.05 cores=4,6
/proc/20712/stat : 20712 (adaptg2wsat2009) R 20710 20712 20712 0 -1 4202496 1805 0 0 0 105 0 0 0 24 0 1 0 886434922 431247360 1538 33554432000 134512640 135107411 4294032288 18446744073709551615 134523440 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20712/statm: 105285 1538 49 146 0 104161 0
[pid=20339/tid=20346] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20346/stat : 20346 (python) S 20337 20339 19898 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 886364898 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20358] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20358/stat : 20358 (python) S 20337 20339 19898 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 886374918 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20372] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20372/stat : 20372 (python) S 20337 20339 19898 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886384938 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 6 0 0 0
[pid=20339/tid=20386] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20386/stat : 20386 (python) S 20337 20339 19898 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886394953 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20398] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20398/stat : 20398 (python) S 20337 20339 19898 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886404968 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 6 0 0 0
[pid=20339/tid=20412] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20412/stat : 20412 (python) S 20337 20339 19898 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886414984 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20468] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20468/stat : 20468 (python) S 20337 20339 19898 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886424907 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
[pid=20339/tid=20711] ppid=20337 vsize=364468 CPUtime=0 cores=4,6
/proc/20339/task/20711/stat : 20711 (python) S 20337 20339 19898 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 886434922 373215232 8077 33554432000 4194304 5683644 140734280287440 18446744073709551615 274676631985 0 0 16781312 2 18446604444967610560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.89
Current children cumulated vsize (KiB) 7921252

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20339 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=292651
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=119981
# CPU time returned by wait4() is 2.41263
# while last known CPU time is 703.89
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.963
CPU time (s): 703.89
CPU user time (s): 703.26
CPU system time (s): 0.63
CPU usage (%): 99.9897
Max. virtual memory (cumulated for all children) (KiB): 7921252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.29265
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21034
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= 2861
involuntary context switches= 30

runsolver used 1.88071 second user time and 3.61545 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:14:10
IDJOB=3484109
IDBENCH=82620
IDSOLVER=1975
FILE ID=node131/3484109-1307747650
RUNJOBID= node131-1307747008-19917
PBS_JOBID= 13550827
Free space on /tmp= 73968 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S943787219-031-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-3484109-1307747650/watcher-3484109-1307747650 -o /tmp/evaluation-result-3484109-1307747650/solver-3484109-1307747650 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484109-1307747650.cnf -seed 1972007378 -budget 1200

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

MD5SUM BENCH= 6105ec111e1e16da586afadcc6f09041
RANDOM SEED=1972007378

node131.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.830
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.66
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.830
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.75
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.75
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30176944 kB
Buffers:        247800 kB
Cached:        1697592 kB
SwapCached:       9824 kB
Active:        1112252 kB
Inactive:      1398708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30176944 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           32916 kB
Writeback:           8 kB
AnonPages:      563628 kB
Mapped:          20656 kB
Slab:           187192 kB
PageTables:      16852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  5193932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73944 MiB
End job on node131 at 2011-06-11 01:25:56