Trace number 3377369

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)? (MO) 704.31 703.978

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1859210562-077-UNKNOWN.cnf
MD5SUM3d96bca49fe954bb59442ef617e689bb
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.50	c INFO: solving HOME/instance-3377369-1305452788.cnf
0.40/0.50	c INFO: computing task features
0.50/0.64	c INFO: computed variable-clause graph statistics
0.50/0.64	c INFO: computed clause balance statistics
1.39/1.57	c INFO: computed variable balance statistics
1.79/1.94	c INFO: computed small-clause counts
1.79/1.94	c INFO: computed Horn-clause counts
1.79/1.97	c INFO: computed variable graph statistics
1.79/1.97	c INFO: collected features for HOME/instance-3377369-1305452788.cnf in 1.50 s
1.79/1.98	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.17/102.33	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.43/202.68	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.73/302.99	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.42/403.32	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.74/503.64	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.43/603.00	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.71/703.30	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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.0 (svn: 961)

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-3377369-1305452788/watcher-3377369-1305452788 -o /tmp/evaluation-result-3377369-1305452788/solver-3377369-1305452788 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377369-1305452788.cnf -seed 294574741 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.03 4.05 4.00 5/423 23855
/proc/meminfo: memFree=20498884/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=15772 CPUtime=0 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 925 0 0 0 0 0 0 0 25 0 1 0 656876584 16150528 806 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23855/statm: 3943 806 356 364 0 430 0

[startup+0.052884 s]
/proc/loadavg: 4.03 4.05 4.00 5/423 23855
/proc/meminfo: memFree=20498884/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=30116 CPUtime=0.03 cores=5,7
/proc/23855/stat : 23855 (python) R 23853 23855 22815 0 -1 4202496 1499 0 0 0 3 0 0 0 17 0 1 0 656876584 30838784 1339 33554432000 4194304 5683644 140737131605056 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23855/statm: 7529 1344 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.100887 s]
/proc/loadavg: 4.03 4.05 4.00 5/423 23855
/proc/meminfo: memFree=20498884/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=104224 CPUtime=0.07 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 3064 0 0 0 6 1 0 0 17 0 1 0 656876584 106725376 2747 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23855/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300839 s]
/proc/loadavg: 4.03 4.05 4.00 5/423 23855
/proc/meminfo: memFree=20498884/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=187740 CPUtime=0.23 cores=5,7
/proc/23855/stat : 23855 (python) R 23853 23855 22815 0 -1 4202496 6807 933 1 0 18 5 0 0 17 0 1 0 656876584 192245760 4864 33554432000 4194304 5683644 140737131605056 18446744073709551615 218900768232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23855/statm: 46935 4865 1384 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187740

[startup+0.700768 s]
/proc/loadavg: 4.03 4.05 4.00 5/423 23855
/proc/meminfo: memFree=20498884/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=285672 CPUtime=0.59 cores=5,7
/proc/23855/stat : 23855 (python) R 23853 23855 22815 0 -1 4202496 12386 933 1 0 52 7 0 0 17 0 1 0 656876584 292528128 8803 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905380044 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23855/statm: 71418 8803 1826 364 0 7342 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 285672

[startup+1.50064 s]
/proc/loadavg: 4.03 4.05 4.00 5/424 23860
/proc/meminfo: memFree=20468868/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=285672 CPUtime=1.39 cores=5,7
/proc/23855/stat : 23855 (python) R 23853 23855 22815 0 -1 4202496 12386 933 1 0 132 7 0 0 18 0 1 0 656876584 292528128 8803 33554432000 4194304 5683644 140737131605056 18446744073709551615 47139417109406 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23855/statm: 71418 8803 1826 364 0 7342 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 285672

[startup+3.10033 s]
/proc/loadavg: 4.03 4.05 4.00 5/427 23863
/proc/meminfo: memFree=20469656/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=290452 CPUtime=1.88 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 12697 933 1 0 181 7 0 0 21 0 2 0 656876584 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 72613 7486 1877 364 0 8531 0
[pid=23861] ppid=23855 vsize=280692 CPUtime=0 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656876783 287428608 5961 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751055 0 0 16781312 514 10582932737423802629 0 0 17 5 0 0 0
/proc/23861/statm: 70173 5961 355 364 0 6091 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=1.1 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) R 23861 23863 23863 0 -1 4202496 956 0 0 0 110 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=290452 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656876783 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1590852

[startup+6.30075 s]
/proc/loadavg: 4.03 4.05 4.00 5/430 23866
/proc/meminfo: memFree=20438068/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=290452 CPUtime=1.88 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 12697 933 1 0 181 7 0 0 21 0 2 0 656876584 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 72613 7486 1877 364 0 8531 0
[pid=23861] ppid=23855 vsize=280692 CPUtime=0.01 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 972 0 0 0 1 0 0 0 18 0 1 0 656876783 287428608 5989 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751055 0 0 16781312 514 10582932737423802629 0 0 17 5 0 0 0
/proc/23861/statm: 70173 5989 383 364 0 6091 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=4.28 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) R 23861 23863 23863 0 -1 4202496 956 0 0 0 428 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134525479 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=290452 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656876783 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1590852

[startup+12.7006 s]
/proc/loadavg: 4.19 4.08 4.01 5/430 23867
/proc/meminfo: memFree=20436832/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=290452 CPUtime=1.88 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 12697 933 1 0 181 7 0 0 21 0 2 0 656876584 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 72613 7486 1877 364 0 8531 0
[pid=23861] ppid=23855 vsize=280692 CPUtime=0.03 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 974 0 0 0 2 1 0 0 18 0 1 0 656876783 287428608 5989 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751055 0 0 16781312 514 9007920534368780549 0 0 17 5 0 0 0
/proc/23861/statm: 70173 5989 383 364 0 6091 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=10.66 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) R 23861 23863 23863 0 -1 4202496 956 0 0 0 1066 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=290452 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656876783 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1590852

[startup+25.5013 s]
/proc/loadavg: 4.15 4.08 4.01 5/430 23867
/proc/meminfo: memFree=20436392/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=290452 CPUtime=1.88 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 12697 933 1 0 181 7 0 0 21 0 2 0 656876584 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 72613 7486 1877 364 0 8531 0
[pid=23861] ppid=23855 vsize=280692 CPUtime=0.07 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 979 0 0 0 4 3 0 0 18 0 1 0 656876783 287428608 5989 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751055 0 0 16781312 514 9007920534368780549 0 0 17 5 0 0 0
/proc/23861/statm: 70173 5989 383 364 0 6091 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=23.42 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) R 23861 23863 23863 0 -1 4202496 956 0 0 0 2342 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=290452 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656876783 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1590852

[startup+51.1007 s]
/proc/loadavg: 4.24 4.10 4.02 5/433 23871
/proc/meminfo: memFree=20401872/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=290452 CPUtime=1.88 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 12697 933 1 0 181 7 0 0 21 0 2 0 656876584 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 72613 7486 1877 364 0 8531 0
[pid=23861] ppid=23855 vsize=280692 CPUtime=0.13 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 992 0 0 0 7 6 0 0 18 0 1 0 656876783 287428608 5989 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751055 0 0 16781312 514 9007920534368780549 0 0 17 5 0 0 0
/proc/23861/statm: 70173 5989 383 364 0 6091 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=48.95 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) R 23861 23863 23863 0 -1 4202496 956 0 0 0 4895 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=290452 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656876783 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1590852

[startup+102.315 s]
/proc/loadavg: 4.14 4.10 4.02 5/437 23876
/proc/meminfo: memFree=20392984/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=290452 CPUtime=1.88 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 12697 933 1 0 181 7 0 0 21 0 2 0 656876584 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 72613 7486 1877 364 0 8531 0
[pid=23861] ppid=23855 vsize=280696 CPUtime=0.29 cores=5,7
/proc/23861/stat : 23861 (python) R 23855 23855 22815 0 -1 4202560 1015 0 0 0 15 14 0 0 18 0 1 0 656876783 287432704 5989 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905730816 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/23861/statm: 70173 5989 383 364 0 6091 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=100 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) R 23861 23863 23863 0 -1 4202496 956 0 0 0 10000 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134524575 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=290452 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656876783 297422848 7486 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 1590856

[startup+162.301 s]
/proc/loadavg: 4.05 4.08 4.01 5/443 23884
/proc/meminfo: memFree=20380384/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=300708 CPUtime=1.89 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 13555 933 1 0 182 7 0 0 19 0 3 0 656876584 307924992 7510 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 75177 7510 1880 364 0 11092 0
[pid=23861] ppid=23855 vsize=290936 CPUtime=0.3 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 1152 0 0 0 15 15 0 0 19 0 2 0 656876783 297918464 6026 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23861/statm: 72734 6026 415 364 0 8652 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=100 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) T 23861 23863 23863 0 -1 4202496 956 0 0 0 10000 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134545190 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23861/tid=23877] ppid=23855 vsize=290936 CPUtime=0 cores=5,7
/proc/23861/task/23877/stat : 23877 (python) S 23855 23855 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656886817 297918464 6026 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604463966658880 0 0 -1 5 0 0 0
[pid=23878] ppid=23855 vsize=291556 CPUtime=0.17 cores=5,7
/proc/23878/stat : 23878 (python) S 23855 23855 22815 0 -1 4202560 902 0 0 0 9 8 0 0 18 0 1 0 656886818 298553344 5999 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751110 0 0 16781312 514 9007920534368780548 0 0 17 5 0 0 0
/proc/23878/statm: 72889 5999 372 364 0 8804 0
[pid=23880] ppid=23878 vsize=1019708 CPUtime=59.77 cores=5,7
/proc/23880/stat : 23880 (gnovelty+2) R 23878 23880 23880 0 -1 4202496 955 0 0 0 5977 0 0 0 25 0 1 0 656886818 1044180992 690 33554432000 134512640 135663704 4293665760 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23880/statm: 254927 690 113 282 0 254643 0
[pid=23855/tid=23862] ppid=23853 vsize=300708 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 3 0 656876783 307924992 7510 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23879] ppid=23853 vsize=300708 CPUtime=0 cores=5,7
/proc/23855/task/23879/stat : 23879 (python) S 23853 23855 22815 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 656886818 307924992 7510 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.13

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

[pid=23894] ppid=23855 vsize=301328 CPUtime=0.3 cores=5,7
/proc/23894/stat : 23894 (python) S 23855 23855 22815 0 -1 4202560 1083 0 0 0 15 15 0 0 19 0 2 0 656896853 308559872 6166 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23894/statm: 75332 6166 399 364 0 11244 0
[pid=23896] ppid=23894 vsize=420220 CPUtime=99.98 cores=5,7
/proc/23896/stat : 23896 (adaptg2wsat2009) T 23894 23896 23896 0 -1 4202496 1664 0 0 0 9998 0 0 0 25 0 1 0 656896853 430305280 1399 33554432000 134512640 135107411 4291448176 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23896/statm: 105055 1399 59 146 0 103931 0
[pid=23894/tid=23907] ppid=23855 vsize=301328 CPUtime=0 cores=5,7
/proc/23894/task/23907/stat : 23907 (python) S 23855 23855 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656906883 308559872 6166 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604460866404544 0 0 -1 7 0 0 0
[pid=23908] ppid=23855 vsize=311584 CPUtime=0.32 cores=5,7
/proc/23908/stat : 23908 (python) S 23855 23855 22815 0 -1 4202560 1087 0 0 0 16 16 0 0 19 0 2 0 656906884 319062016 6169 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23908/statm: 77896 6169 399 364 0 13805 0
[pid=23910] ppid=23908 vsize=420220 CPUtime=100.31 cores=5,7
/proc/23910/stat : 23910 (adaptg2wsat2009) T 23908 23910 23910 0 -1 4202496 1667 0 0 0 10031 0 0 0 25 0 1 0 656906884 430305280 1400 33554432000 134512640 135107411 4291837568 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23910/statm: 105055 1400 59 146 0 103931 0
[pid=23908/tid=23921] ppid=23855 vsize=311584 CPUtime=0 cores=5,7
/proc/23908/task/23921/stat : 23921 (python) S 23855 23855 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656916916 319062016 6169 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604468908816384 0 0 -1 5 0 0 0
[pid=23922] ppid=23855 vsize=322392 CPUtime=0.31 cores=5,7
/proc/23922/stat : 23922 (python) S 23855 23855 22815 0 -1 4202560 1095 0 0 0 18 13 0 0 19 0 2 0 656916917 330129408 6175 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23922/statm: 80598 6175 400 364 0 16504 0
[pid=23924] ppid=23922 vsize=420220 CPUtime=99.99 cores=5,7
/proc/23924/stat : 23924 (adaptg2wsat2009) T 23922 23924 23924 0 -1 4202496 1665 0 0 0 9999 0 0 0 25 0 1 0 656916917 430305280 1399 33554432000 134512640 135107411 4290255632 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23924/statm: 105055 1399 59 146 0 103931 0
[pid=23922/tid=23971] ppid=23855 vsize=322392 CPUtime=0 cores=5,7
/proc/23922/task/23971/stat : 23971 (python) S 23855 23855 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656926947 330129408 6175 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 5 0 0 0
[pid=23972] ppid=23855 vsize=332408 CPUtime=0.3 cores=5,7
/proc/23972/stat : 23972 (python) S 23855 23855 22815 0 -1 4202560 1092 0 0 0 17 13 0 0 19 0 2 0 656926949 340385792 6196 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23972/statm: 83102 6196 400 364 0 19005 0
[pid=23974] ppid=23972 vsize=1019708 CPUtime=99.33 cores=5,7
/proc/23974/stat : 23974 (gnovelty+2) T 23972 23974 23974 0 -1 4202496 954 0 0 0 9933 0 0 0 25 0 1 0 656926949 1044180992 689 33554432000 134512640 135663704 4289332176 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23974/statm: 254927 689 113 282 0 254643 0
[pid=23972/tid=24025] ppid=23855 vsize=332408 CPUtime=0 cores=5,7
/proc/23972/task/24025/stat : 24025 (python) S 23855 23855 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656936883 340385792 6196 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604468309741952 0 0 -1 7 0 0 0
[pid=24026] ppid=23855 vsize=342352 CPUtime=0.29 cores=5,7
/proc/24026/stat : 24026 (python) S 23855 23855 22815 0 -1 4202560 1085 0 0 0 13 16 0 0 19 0 2 0 656936885 350568448 6198 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24026/statm: 85588 6198 399 364 0 21488 0
[pid=24028] ppid=24026 vsize=249872 CPUtime=99.98 cores=5,7
/proc/24028/stat : 24028 (FH) T 24026 24028 24028 0 -1 4202496 1529 0 0 0 9998 0 0 0 25 0 1 0 656936885 255868928 1264 33554432000 134512640 134936988 4286754432 18446744073709551615 134552486 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24028/statm: 62468 1264 41 104 0 61972 0
[pid=24026/tid=24144] ppid=23855 vsize=342352 CPUtime=0 cores=5,7
/proc/24026/task/24144/stat : 24144 (python) S 23855 23855 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656946914 350568448 6198 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604470082929728 0 0 -1 7 0 0 0
[pid=24145] ppid=23855 vsize=353284 CPUtime=0 cores=5,7
/proc/24145/stat : 24145 (python) S 23855 23855 22815 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 656946915 361762816 6154 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751110 0 0 16781312 514 13769376808346583039 0 0 17 5 0 0 0
/proc/24145/statm: 88321 6154 351 364 0 24218 0
[pid=24147] ppid=24145 vsize=419820 CPUtime=0.6 cores=5,7
/proc/24147/stat : 24147 (adaptg2wsat2009) R 24145 24147 24147 0 -1 4202496 1441 0 0 0 60 0 0 0 22 0 1 0 656946916 429895680 1172 33554432000 134512640 135107411 4288530720 18446744073709551615 134523514 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24147/statm: 104955 1172 49 146 0 103831 0
[pid=23855/tid=23862] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 656876783 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23879] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23879/stat : 23879 (python) S 23853 23855 22815 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 656886818 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23895] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23895/stat : 23895 (python) S 23853 23855 22815 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656896853 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23909] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23909/stat : 23909 (python) S 23853 23855 22815 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656906884 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 7 0 0 0
[pid=23855/tid=23923] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23923/stat : 23923 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656916917 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 7 0 0 0
[pid=23855/tid=23973] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23973/stat : 23973 (python) S 23853 23855 22815 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656926949 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=24027] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/24027/stat : 24027 (python) S 23853 23855 22815 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656936885 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=24146] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/24146/stat : 24146 (python) S 23853 23855 22815 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 656946916 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.31
Current children cumulated vsize (KiB) 7898168

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.10 4.08 4.01 6/450 24147
/proc/meminfo: memFree=20300492/32951124 swapFree=65581052/67111528
[pid=23855] ppid=23853 vsize=362852 CPUtime=1.98 cores=5,7
/proc/23855/stat : 23855 (python) S 23853 23855 22815 0 -1 4202496 18715 933 1 0 189 9 0 0 20 0 9 0 656876584 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23855/statm: 90713 7698 1892 364 0 26610 0
[pid=23861] ppid=23855 vsize=290936 CPUtime=0.3 cores=5,7
/proc/23861/stat : 23861 (python) S 23855 23855 22815 0 -1 4202560 1152 0 0 0 15 15 0 0 19 0 2 0 656876783 297918464 6026 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23861/statm: 72734 6026 415 364 0 8652 0
[pid=23863] ppid=23861 vsize=1019708 CPUtime=100 cores=5,7
/proc/23863/stat : 23863 (gnovelty+2) T 23861 23863 23863 0 -1 4202496 956 0 0 0 10000 0 0 0 25 0 1 0 656876784 1044180992 690 33554432000 134512640 135663704 4290201664 18446744073709551615 134545190 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23863/statm: 254927 690 113 282 0 254643 0
[pid=23861/tid=23877] ppid=23855 vsize=290936 CPUtime=0 cores=5,7
/proc/23861/task/23877/stat : 23877 (python) S 23855 23855 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656886817 297918464 6026 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604463966658880 0 0 -1 5 0 0 0
[pid=23878] ppid=23855 vsize=291556 CPUtime=0.3 cores=5,7
/proc/23878/stat : 23878 (python) S 23855 23855 22815 0 -1 4202560 1068 0 0 0 15 15 0 0 19 0 2 0 656886818 298553344 6028 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23878/statm: 72889 6028 400 364 0 8804 0
[pid=23880] ppid=23878 vsize=1019708 CPUtime=100.02 cores=5,7
/proc/23880/stat : 23880 (gnovelty+2) T 23878 23880 23880 0 -1 4202496 955 0 0 0 10002 0 0 0 25 0 1 0 656886818 1044180992 690 33554432000 134512640 135663704 4293665760 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23880/statm: 254927 690 113 282 0 254643 0
[pid=23878/tid=23893] ppid=23855 vsize=291556 CPUtime=0 cores=5,7
/proc/23878/task/23893/stat : 23893 (python) S 23855 23855 22815 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656896852 298553344 6028 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604458874675520 0 0 -1 7 0 0 0
[pid=23894] ppid=23855 vsize=301328 CPUtime=0.3 cores=5,7
/proc/23894/stat : 23894 (python) S 23855 23855 22815 0 -1 4202560 1083 0 0 0 15 15 0 0 19 0 2 0 656896853 308559872 6166 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23894/statm: 75332 6166 399 364 0 11244 0
[pid=23896] ppid=23894 vsize=420220 CPUtime=99.98 cores=5,7
/proc/23896/stat : 23896 (adaptg2wsat2009) T 23894 23896 23896 0 -1 4202496 1664 0 0 0 9998 0 0 0 25 0 1 0 656896853 430305280 1399 33554432000 134512640 135107411 4291448176 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23896/statm: 105055 1399 59 146 0 103931 0
[pid=23894/tid=23907] ppid=23855 vsize=301328 CPUtime=0 cores=5,7
/proc/23894/task/23907/stat : 23907 (python) S 23855 23855 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656906883 308559872 6166 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604460866404544 0 0 -1 7 0 0 0
[pid=23908] ppid=23855 vsize=311584 CPUtime=0.32 cores=5,7
/proc/23908/stat : 23908 (python) S 23855 23855 22815 0 -1 4202560 1087 0 0 0 16 16 0 0 19 0 2 0 656906884 319062016 6169 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23908/statm: 77896 6169 399 364 0 13805 0
[pid=23910] ppid=23908 vsize=420220 CPUtime=100.31 cores=5,7
/proc/23910/stat : 23910 (adaptg2wsat2009) T 23908 23910 23910 0 -1 4202496 1667 0 0 0 10031 0 0 0 25 0 1 0 656906884 430305280 1400 33554432000 134512640 135107411 4291837568 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23910/statm: 105055 1400 59 146 0 103931 0
[pid=23908/tid=23921] ppid=23855 vsize=311584 CPUtime=0 cores=5,7
/proc/23908/task/23921/stat : 23921 (python) S 23855 23855 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656916916 319062016 6169 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604468908816384 0 0 -1 5 0 0 0
[pid=23922] ppid=23855 vsize=322392 CPUtime=0.31 cores=5,7
/proc/23922/stat : 23922 (python) S 23855 23855 22815 0 -1 4202560 1095 0 0 0 18 13 0 0 19 0 2 0 656916917 330129408 6175 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23922/statm: 80598 6175 400 364 0 16504 0
[pid=23924] ppid=23922 vsize=420220 CPUtime=99.99 cores=5,7
/proc/23924/stat : 23924 (adaptg2wsat2009) T 23922 23924 23924 0 -1 4202496 1665 0 0 0 9999 0 0 0 25 0 1 0 656916917 430305280 1399 33554432000 134512640 135107411 4290255632 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23924/statm: 105055 1399 59 146 0 103931 0
[pid=23922/tid=23971] ppid=23855 vsize=322392 CPUtime=0 cores=5,7
/proc/23922/task/23971/stat : 23971 (python) S 23855 23855 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656926947 330129408 6175 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 5 0 0 0
[pid=23972] ppid=23855 vsize=332408 CPUtime=0.3 cores=5,7
/proc/23972/stat : 23972 (python) S 23855 23855 22815 0 -1 4202560 1092 0 0 0 17 13 0 0 19 0 2 0 656926949 340385792 6196 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23972/statm: 83102 6196 400 364 0 19005 0
[pid=23974] ppid=23972 vsize=1019708 CPUtime=99.33 cores=5,7
/proc/23974/stat : 23974 (gnovelty+2) T 23972 23974 23974 0 -1 4202496 954 0 0 0 9933 0 0 0 25 0 1 0 656926949 1044180992 689 33554432000 134512640 135663704 4289332176 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23974/statm: 254927 689 113 282 0 254643 0
[pid=23972/tid=24025] ppid=23855 vsize=332408 CPUtime=0 cores=5,7
/proc/23972/task/24025/stat : 24025 (python) S 23855 23855 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656936883 340385792 6196 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604468309741952 0 0 -1 7 0 0 0
[pid=24026] ppid=23855 vsize=342352 CPUtime=0.29 cores=5,7
/proc/24026/stat : 24026 (python) S 23855 23855 22815 0 -1 4202560 1085 0 0 0 13 16 0 0 19 0 2 0 656936885 350568448 6198 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24026/statm: 85588 6198 399 364 0 21488 0
[pid=24028] ppid=24026 vsize=249872 CPUtime=99.98 cores=5,7
/proc/24028/stat : 24028 (FH) T 24026 24028 24028 0 -1 4202496 1529 0 0 0 9998 0 0 0 25 0 1 0 656936885 255868928 1264 33554432000 134512640 134936988 4286754432 18446744073709551615 134552486 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24028/statm: 62468 1264 41 104 0 61972 0
[pid=24026/tid=24144] ppid=23855 vsize=342352 CPUtime=0 cores=5,7
/proc/24026/task/24144/stat : 24144 (python) S 23855 23855 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656946914 350568448 6198 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 514 18446604470082929728 0 0 -1 7 0 0 0
[pid=24145] ppid=23855 vsize=353284 CPUtime=0 cores=5,7
/proc/24145/stat : 24145 (python) S 23855 23855 22815 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 656946915 361762816 6154 33554432000 4194304 5683644 140737131605056 18446744073709551615 218905751110 0 0 16781312 514 13769376808346583039 0 0 17 5 0 0 0
/proc/24145/statm: 88321 6154 351 364 0 24218 0
[pid=24147] ppid=24145 vsize=419820 CPUtime=0.6 cores=5,7
/proc/24147/stat : 24147 (adaptg2wsat2009) R 24145 24147 24147 0 -1 4202496 1441 0 0 0 60 0 0 0 22 0 1 0 656946916 429895680 1172 33554432000 134512640 135107411 4288530720 18446744073709551615 134523514 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24147/statm: 104955 1172 49 146 0 103831 0
[pid=23855/tid=23862] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23862/stat : 23862 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 656876783 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23879] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23879/stat : 23879 (python) S 23853 23855 22815 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 656886818 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23895] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23895/stat : 23895 (python) S 23853 23855 22815 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656896853 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=23909] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23909/stat : 23909 (python) S 23853 23855 22815 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656906884 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 7 0 0 0
[pid=23855/tid=23923] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23923/stat : 23923 (python) S 23853 23855 22815 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656916917 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 7 0 0 0
[pid=23855/tid=23973] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/23973/stat : 23973 (python) S 23853 23855 22815 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656926949 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=24027] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/24027/stat : 24027 (python) S 23853 23855 22815 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656936885 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
[pid=23855/tid=24146] ppid=23853 vsize=362852 CPUtime=0 cores=5,7
/proc/23855/task/24146/stat : 24146 (python) S 23853 23855 22815 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 656946916 371560448 7698 33554432000 4194304 5683644 140737131605056 18446744073709551615 218917554609 0 0 16781312 2 18446604463966659776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.31
Current children cumulated vsize (KiB) 7898168

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.978
CPU time (s): 704.31
CPU user time (s): 703.19
CPU system time (s): 1.12
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 7898168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.90071
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19653
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= 1002
involuntary context switches= 39

runsolver used 2.80057 second user time and 6.75197 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 11:46:29
IDJOB=3377369
IDBENCH=82678
IDSOLVER=1857
FILE ID=node137/3377369-1305452788
RUNJOBID= node137-1305451935-23452
PBS_JOBID= 13324880
Free space on /tmp= 73684 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1859210562-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-3377369-1305452788/watcher-3377369-1305452788 -o /tmp/evaluation-result-3377369-1305452788/solver-3377369-1305452788 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377369-1305452788.cnf -seed 294574741 -budget 2400

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

MD5SUM BENCH= 3d96bca49fe954bb59442ef617e689bb
RANDOM SEED=294574741

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      20499164 kB
Buffers:        298284 kB
Cached:        3963092 kB
SwapCached:      36328 kB
Active:        2372672 kB
Inactive:      9829484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20499164 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           32988 kB
Writeback:           0 kB
AnonPages:     7913964 kB
Mapped:          28408 kB
Slab:           132500 kB
PageTables:      50932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90920684 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= 73636 MiB
End job on node137 at 2011-05-15 11:58:15