Trace number 3484040

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.56 703.964

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S966156467-066-UNKNOWN.cnf
MD5SUM5297bd1d2a420892cfb1fb6d32ccacad
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.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3484040-1307746996.cnf
0.30/0.46	c INFO: computing task features
0.48/0.63	c INFO: computed variable-clause graph statistics
0.48/0.63	c INFO: computed clause balance statistics
1.38/1.50	c INFO: computed variable balance statistics
1.68/1.85	c INFO: computed small-clause counts
1.68/1.85	c INFO: computed Horn-clause counts
1.68/1.88	c INFO: computed variable graph statistics
1.68/1.88	c INFO: collected features for HOME/instance-3484040-1307746996.cnf in 1.43 s
1.68/1.89	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
101.85/102.06	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.03/202.24	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.08/302.37	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.27/402.51	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.31/502.66	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.49/602.85	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.66/703.00	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-3484040-1307746996/watcher-3484040-1307746996 -o /tmp/evaluation-result-3484040-1307746996/solver-3484040-1307746996 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484040-1307746996.cnf -seed 2095343171 -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: 1.47 1.10 1.04 5/196 13709
/proc/meminfo: memFree=30355188/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=15388 CPUtime=0 cores=4,6
/proc/13709/stat : 13709 (python) R 13707 13709 13569 0 -1 4202496 814 0 0 0 0 0 0 0 25 0 1 0 886297564 15757312 699 33554432000 4194304 5683644 140734330859744 18446744073709551615 4516276 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13709/statm: 3847 699 334 364 0 334 0

[startup+0.0390549 s]
/proc/loadavg: 1.47 1.10 1.04 5/196 13709
/proc/meminfo: memFree=30355188/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=18884 CPUtime=0.03 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 1289 0 0 0 3 0 0 0 25 0 1 0 886297564 19337216 1141 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13709/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884

[startup+0.101043 s]
/proc/loadavg: 1.47 1.10 1.04 5/196 13709
/proc/meminfo: memFree=30355188/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=104616 CPUtime=0.07 cores=4,6
/proc/13709/stat : 13709 (python) R 13707 13709 13569 0 -1 4202496 3145 0 0 0 7 0 0 0 25 0 1 0 886297564 107126784 2822 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/13709/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.301005 s]
/proc/loadavg: 1.47 1.10 1.04 5/196 13709
/proc/meminfo: memFree=30355188/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=198916 CPUtime=0.22 cores=4,6
/proc/13709/stat : 13709 (python) R 13707 13709 13569 0 -1 4202496 7032 931 1 0 19 3 0 0 18 0 1 0 886297564 203689984 5053 33554432000 4194304 5683644 140734330859744 18446744073709551615 5005937 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13709/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700936 s]
/proc/loadavg: 1.47 1.10 1.04 5/196 13709
/proc/meminfo: memFree=30355188/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=285676 CPUtime=0.58 cores=4,6
/proc/13709/stat : 13709 (python) R 13707 13709 13569 0 -1 4202496 12389 931 1 0 54 4 0 0 19 0 1 0 886297564 292532224 8804 33554432000 4194304 5683644 140734330859744 18446744073709551615 47582778562524 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13709/statm: 71419 8804 1826 364 0 7343 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 285676

[startup+1.50081 s]
/proc/loadavg: 1.47 1.10 1.04 6/200 13718
/proc/meminfo: memFree=30311740/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=285676 CPUtime=1.38 cores=4,6
/proc/13709/stat : 13709 (python) R 13707 13709 13569 0 -1 4202496 12389 931 1 0 134 4 0 0 20 0 1 0 886297564 292532224 8804 33554432000 4194304 5683644 140734330859744 18446744073709551615 4570852 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13709/statm: 71419 8804 1826 364 0 7343 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 285676

[startup+3.10048 s]
/proc/loadavg: 1.47 1.10 1.04 6/203 13721
/proc/meminfo: memFree=30298200/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=290456 CPUtime=1.78 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 12703 931 1 0 173 5 0 0 23 0 2 0 886297564 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 72614 7487 1877 364 0 8532 0
[pid=13719] ppid=13709 vsize=280696 CPUtime=0 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 886297754 287432704 5962 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734095 0 0 16781312 514 4440093764190437634 0 0 17 4 0 0 0
/proc/13719/statm: 70174 5962 355 364 0 6092 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=1.19 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) R 13719 13721 13721 0 -1 4202496 949 0 0 0 119 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13709/tid=13720] ppid=13707 vsize=290456 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 2 0 886297754 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1590860

[startup+6.30092 s]
/proc/loadavg: 1.75 1.16 1.06 6/203 13721
/proc/meminfo: memFree=30299204/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=290456 CPUtime=1.78 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 12703 931 1 0 173 5 0 0 23 0 2 0 886297564 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 72614 7487 1877 364 0 8532 0
[pid=13719] ppid=13709 vsize=280696 CPUtime=0 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886297754 287432704 5985 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734095 0 0 16781312 514 4440093764190437634 0 0 17 4 0 0 0
/proc/13719/statm: 70174 5985 378 364 0 6092 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=4.37 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) R 13719 13721 13721 0 -1 4202496 949 0 0 0 437 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13709/tid=13720] ppid=13707 vsize=290456 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 2 0 886297754 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1590860

[startup+12.7008 s]
/proc/loadavg: 2.01 1.23 1.08 6/203 13721
/proc/meminfo: memFree=30298592/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=290456 CPUtime=1.78 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 12703 931 1 0 173 5 0 0 23 0 2 0 886297564 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 72614 7487 1877 364 0 8532 0
[pid=13719] ppid=13709 vsize=280696 CPUtime=0.01 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 867 0 0 0 0 1 0 0 18 0 1 0 886297754 287432704 5985 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734095 0 0 16781312 514 13215760329960554754 0 0 17 4 0 0 0
/proc/13719/statm: 70174 5985 378 364 0 6092 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=10.77 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) R 13719 13721 13721 0 -1 4202496 949 0 0 0 1077 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13709/tid=13720] ppid=13707 vsize=290456 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 2 0 886297754 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1590860

[startup+25.5005 s]
/proc/loadavg: 2.67 1.41 1.14 6/203 13721
/proc/meminfo: memFree=30299700/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=290456 CPUtime=1.78 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 12703 931 1 0 173 5 0 0 23 0 2 0 886297564 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 72614 7487 1877 364 0 8532 0
[pid=13719] ppid=13709 vsize=280696 CPUtime=0.02 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 886297754 287432704 5985 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734095 0 0 16781312 514 13215760329960554754 0 0 17 4 0 0 0
/proc/13719/statm: 70174 5985 378 364 0 6092 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=23.55 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) R 13719 13721 13721 0 -1 4202496 949 0 0 0 2355 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134546925 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13709/tid=13720] ppid=13707 vsize=290456 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 2 0 886297754 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1590860

[startup+51.1008 s]
/proc/loadavg: 3.53 1.71 1.25 6/203 13814
/proc/meminfo: memFree=30188352/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=290456 CPUtime=1.78 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 12703 931 1 0 173 5 0 0 23 0 2 0 886297564 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 72614 7487 1877 364 0 8532 0
[pid=13719] ppid=13709 vsize=280696 CPUtime=0.05 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 885 0 0 0 2 3 0 0 18 0 1 0 886297754 287432704 5985 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734095 0 0 16781312 514 13215760329960554754 0 0 17 4 0 0 0
/proc/13719/statm: 70174 5985 378 364 0 6092 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=49.12 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) R 13719 13721 13721 0 -1 4202496 949 0 0 0 4912 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13709/tid=13720] ppid=13707 vsize=290456 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 2 0 886297754 297426944 7487 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1590860

[startup+102.308 s]
/proc/loadavg: 4.58 2.28 1.46 6/211 13826
/proc/meminfo: memFree=30148728/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=300712 CPUtime=1.79 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 13536 931 1 0 174 5 0 0 20 0 3 0 886297564 307929088 7494 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 75178 7494 1880 364 0 11093 0
[pid=13719] ppid=13709 vsize=290940 CPUtime=0.12 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 1146 0 0 0 6 6 0 0 19 0 2 0 886297754 297922560 6027 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13719/statm: 72735 6027 415 364 0 8653 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=100 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) T 13719 13721 13721 0 -1 4202496 949 0 0 0 10000 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13719/tid=13823] ppid=13709 vsize=290940 CPUtime=0 cores=4,6
/proc/13719/task/13823/stat : 13823 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886307770 297922560 6027 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453946483136 0 0 -1 6 0 0 0
[pid=13824] ppid=13709 vsize=291028 CPUtime=0 cores=4,6
/proc/13824/stat : 13824 (python) S 13709 13709 13569 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 886307771 298012672 5960 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734150 0 0 16781312 514 3121461563626618879 0 0 17 4 0 0 0
/proc/13824/statm: 72757 5960 349 364 0 8672 0
[pid=13826] ppid=13824 vsize=1019708 CPUtime=0.23 cores=4,6
/proc/13826/stat : 13826 (gnovelty+2) R 13824 13826 13826 0 -1 4202496 952 0 0 0 23 0 0 0 21 0 1 0 886307771 1044180992 690 33554432000 134512640 135663704 4292882544 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13826/statm: 254927 690 113 282 0 254643 0
[pid=13709/tid=13720] ppid=13707 vsize=300712 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 3 0 886297754 307929088 7494 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13825] ppid=13707 vsize=300712 CPUtime=0 cores=4,6
/proc/13709/task/13825/stat : 13825 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 3 0 886307771 307929088 7494 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 2922096

[startup+162.301 s]
/proc/loadavg: 4.99 2.80 1.69 6/219 13836
/proc/meminfo: memFree=30069856/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=300712 CPUtime=1.79 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 13536 931 1 0 174 5 0 0 20 0 3 0 886297564 307929088 7494 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 75178 7494 1880 364 0 11093 0
[pid=13719] ppid=13709 vsize=290940 CPUtime=0.12 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 1146 0 0 0 6 6 0 0 19 0 2 0 886297754 297922560 6027 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13719/statm: 72735 6027 415 364 0 8653 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=100 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) T 13719 13721 13721 0 -1 4202496 949 0 0 0 10000 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13719/tid=13823] ppid=13709 vsize=290940 CPUtime=0 cores=4,6
/proc/13719/task/13823/stat : 13823 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886307770 297922560 6027 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453946483136 0 0 -1 6 0 0 0
[pid=13824] ppid=13709 vsize=291028 CPUtime=0.07 cores=4,6

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

[pid=13843] ppid=13709 vsize=301448 CPUtime=0.13 cores=4,6
/proc/13843/stat : 13843 (python) S 13709 13709 13569 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 886317788 308682752 6035 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13843/statm: 75362 6035 400 364 0 11274 0
[pid=13845] ppid=13843 vsize=420220 CPUtime=99.94 cores=4,6
/proc/13845/stat : 13845 (adaptg2wsat2009) T 13843 13845 13845 0 -1 4202496 1665 0 0 0 9994 0 0 0 25 0 1 0 886317788 430305280 1399 33554432000 134512640 135107411 4292410816 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13845/statm: 105055 1399 59 146 0 103931 0
[pid=13843/tid=13858] ppid=13709 vsize=301448 CPUtime=0 cores=4,6
/proc/13843/task/13858/stat : 13858 (python) S 13709 13709 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886327801 308682752 6035 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453956196224 0 0 -1 6 0 0 0
[pid=13859] ppid=13709 vsize=311620 CPUtime=0.13 cores=4,6
/proc/13859/stat : 13859 (python) S 13709 13709 13569 0 -1 4202560 1087 0 0 0 7 6 0 0 19 0 2 0 886327801 319098880 6080 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13859/statm: 77905 6080 400 364 0 13814 0
[pid=13861] ppid=13859 vsize=420220 CPUtime=99.98 cores=4,6
/proc/13861/stat : 13861 (adaptg2wsat2009) T 13859 13861 13861 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 886327802 430305280 1400 33554432000 134512640 135107411 4288275552 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13861/statm: 105055 1400 59 146 0 103931 0
[pid=13859/tid=13866] ppid=13709 vsize=311620 CPUtime=0 cores=4,6
/proc/13859/task/13866/stat : 13866 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886337814 319098880 6080 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453955554048 0 0 -1 6 0 0 0
[pid=13867] ppid=13709 vsize=322072 CPUtime=0.14 cores=4,6
/proc/13867/stat : 13867 (python) S 13709 13709 13569 0 -1 4202560 1075 0 0 0 9 5 0 0 19 0 2 0 886337815 329801728 6084 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13867/statm: 80518 6084 400 364 0 16424 0
[pid=13869] ppid=13867 vsize=420220 CPUtime=99.93 cores=4,6
/proc/13869/stat : 13869 (adaptg2wsat2009) T 13867 13869 13869 0 -1 4202496 1662 0 0 0 9993 0 0 0 25 0 1 0 886337816 430305280 1400 33554432000 134512640 135107411 4286969856 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13869/statm: 105055 1400 59 146 0 103931 0
[pid=13867/tid=13876] ppid=13709 vsize=322072 CPUtime=0 cores=4,6
/proc/13867/task/13876/stat : 13876 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886347829 329801728 6084 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453938066368 0 0 -1 6 0 0 0
[pid=13877] ppid=13709 vsize=332432 CPUtime=0.14 cores=4,6
/proc/13877/stat : 13877 (python) S 13709 13709 13569 0 -1 4202560 1075 0 0 0 6 8 0 0 19 0 2 0 886347830 340410368 6116 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13877/statm: 83108 6116 400 364 0 19011 0
[pid=13879] ppid=13877 vsize=1019708 CPUtime=100.02 cores=4,6
/proc/13879/stat : 13879 (gnovelty+2) T 13877 13879 13879 0 -1 4202496 950 0 0 0 10002 0 0 0 25 0 1 0 886347831 1044180992 690 33554432000 134512640 135663704 4293608656 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13879/statm: 254927 690 113 282 0 254643 0
[pid=13877/tid=13890] ppid=13709 vsize=332432 CPUtime=0 cores=4,6
/proc/13877/task/13890/stat : 13890 (python) S 13709 13709 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886357849 340410368 6116 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453952400384 0 0 -1 6 0 0 0
[pid=13891] ppid=13709 vsize=342628 CPUtime=0.15 cores=4,6
/proc/13891/stat : 13891 (python) S 13709 13709 13569 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886357850 350851072 6146 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13891/statm: 85657 6146 400 364 0 21557 0
[pid=13893] ppid=13891 vsize=249872 CPUtime=99.97 cores=4,6
/proc/13893/stat : 13893 (FH) T 13891 13893 13893 0 -1 4202496 1528 0 0 0 9997 0 0 0 25 0 1 0 886357850 255868928 1264 33554432000 134512640 134936988 4287772352 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13893/statm: 62468 1264 41 104 0 61972 0
[pid=13891/tid=13901] ppid=13709 vsize=342628 CPUtime=0 cores=4,6
/proc/13891/task/13901/stat : 13901 (python) S 13709 13709 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886367864 350851072 6146 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453915551808 0 0 -1 6 0 0 0
[pid=13902] ppid=13709 vsize=353004 CPUtime=0 cores=4,6
/proc/13902/stat : 13902 (python) S 13709 13709 13569 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 886367865 361476096 6100 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734150 0 0 16781312 514 3158783936075661311 0 0 17 4 0 0 0
/proc/13902/statm: 88251 6100 351 364 0 24148 0
[pid=13904] ppid=13902 vsize=419820 CPUtime=0.9 cores=4,6
/proc/13904/stat : 13904 (adaptg2wsat2009) R 13902 13904 13904 0 -1 4202496 1438 0 0 0 90 0 0 0 23 0 1 0 886367865 429895680 1173 33554432000 134512640 135107411 4286571312 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13904/statm: 104955 1173 49 146 0 103831 0
[pid=13709/tid=13720] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 9 0 886297754 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13825] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13825/stat : 13825 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886307771 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13844] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13844/stat : 13844 (python) S 13707 13709 13569 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886317788 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13860] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13860/stat : 13860 (python) S 13707 13709 13569 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 886327802 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13868] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13868/stat : 13868 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886337815 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13878] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13878/stat : 13878 (python) S 13707 13709 13569 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886347831 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13892] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13892/stat : 13892 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886357850 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13903] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13903/stat : 13903 (python) S 13707 13709 13569 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886367865 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.56
Current children cumulated vsize (KiB) 7897352

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

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

[startup+703.901 s]
/proc/loadavg: 4.39 4.47 3.09 5/272 13904
/proc/meminfo: memFree=30177444/32951124 swapFree=67051744/67111528
[pid=13709] ppid=13707 vsize=362704 CPUtime=1.85 cores=4,6
/proc/13709/stat : 13709 (python) S 13707 13709 13569 0 -1 4202496 18574 931 1 0 178 7 0 0 20 0 9 0 886297564 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13709/statm: 90676 7644 1892 364 0 26573 0
[pid=13719] ppid=13709 vsize=290940 CPUtime=0.12 cores=4,6
/proc/13719/stat : 13719 (python) S 13709 13709 13569 0 -1 4202560 1146 0 0 0 6 6 0 0 19 0 2 0 886297754 297922560 6027 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13719/statm: 72735 6027 415 364 0 8653 0
[pid=13721] ppid=13719 vsize=1019708 CPUtime=100 cores=4,6
/proc/13721/stat : 13721 (gnovelty+2) T 13719 13721 13721 0 -1 4202496 949 0 0 0 10000 0 0 0 25 0 1 0 886297754 1044180992 690 33554432000 134512640 135663704 4287058448 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13721/statm: 254927 690 113 282 0 254643 0
[pid=13719/tid=13823] ppid=13709 vsize=290940 CPUtime=0 cores=4,6
/proc/13719/task/13823/stat : 13823 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886307770 297922560 6027 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453946483136 0 0 -1 6 0 0 0
[pid=13824] ppid=13709 vsize=291028 CPUtime=0.13 cores=4,6
/proc/13824/stat : 13824 (python) S 13709 13709 13569 0 -1 4202560 1082 0 0 0 8 5 0 0 19 0 2 0 886307771 298012672 6012 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13824/statm: 72757 6012 400 364 0 8672 0
[pid=13826] ppid=13824 vsize=1019708 CPUtime=100.03 cores=4,6
/proc/13826/stat : 13826 (gnovelty+2) T 13824 13826 13826 0 -1 4202496 952 0 0 0 10003 0 0 0 25 0 1 0 886307771 1044180992 690 33554432000 134512640 135663704 4292882544 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13826/statm: 254927 690 113 282 0 254643 0
[pid=13824/tid=13842] ppid=13709 vsize=291028 CPUtime=0 cores=4,6
/proc/13824/task/13842/stat : 13842 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886317787 298012672 6012 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453639465152 0 0 -1 6 0 0 0
[pid=13843] ppid=13709 vsize=301448 CPUtime=0.13 cores=4,6
/proc/13843/stat : 13843 (python) S 13709 13709 13569 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 886317788 308682752 6035 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13843/statm: 75362 6035 400 364 0 11274 0
[pid=13845] ppid=13843 vsize=420220 CPUtime=99.94 cores=4,6
/proc/13845/stat : 13845 (adaptg2wsat2009) T 13843 13845 13845 0 -1 4202496 1665 0 0 0 9994 0 0 0 25 0 1 0 886317788 430305280 1399 33554432000 134512640 135107411 4292410816 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13845/statm: 105055 1399 59 146 0 103931 0
[pid=13843/tid=13858] ppid=13709 vsize=301448 CPUtime=0 cores=4,6
/proc/13843/task/13858/stat : 13858 (python) S 13709 13709 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886327801 308682752 6035 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453956196224 0 0 -1 6 0 0 0
[pid=13859] ppid=13709 vsize=311620 CPUtime=0.13 cores=4,6
/proc/13859/stat : 13859 (python) S 13709 13709 13569 0 -1 4202560 1087 0 0 0 7 6 0 0 19 0 2 0 886327801 319098880 6080 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13859/statm: 77905 6080 400 364 0 13814 0
[pid=13861] ppid=13859 vsize=420220 CPUtime=99.98 cores=4,6
/proc/13861/stat : 13861 (adaptg2wsat2009) T 13859 13861 13861 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 886327802 430305280 1400 33554432000 134512640 135107411 4288275552 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13861/statm: 105055 1400 59 146 0 103931 0
[pid=13859/tid=13866] ppid=13709 vsize=311620 CPUtime=0 cores=4,6
/proc/13859/task/13866/stat : 13866 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886337814 319098880 6080 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453955554048 0 0 -1 6 0 0 0
[pid=13867] ppid=13709 vsize=322072 CPUtime=0.14 cores=4,6
/proc/13867/stat : 13867 (python) S 13709 13709 13569 0 -1 4202560 1075 0 0 0 9 5 0 0 19 0 2 0 886337815 329801728 6084 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13867/statm: 80518 6084 400 364 0 16424 0
[pid=13869] ppid=13867 vsize=420220 CPUtime=99.93 cores=4,6
/proc/13869/stat : 13869 (adaptg2wsat2009) T 13867 13869 13869 0 -1 4202496 1662 0 0 0 9993 0 0 0 25 0 1 0 886337816 430305280 1400 33554432000 134512640 135107411 4286969856 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13869/statm: 105055 1400 59 146 0 103931 0
[pid=13867/tid=13876] ppid=13709 vsize=322072 CPUtime=0 cores=4,6
/proc/13867/task/13876/stat : 13876 (python) S 13709 13709 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886347829 329801728 6084 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453938066368 0 0 -1 6 0 0 0
[pid=13877] ppid=13709 vsize=332432 CPUtime=0.14 cores=4,6
/proc/13877/stat : 13877 (python) S 13709 13709 13569 0 -1 4202560 1075 0 0 0 6 8 0 0 19 0 2 0 886347830 340410368 6116 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13877/statm: 83108 6116 400 364 0 19011 0
[pid=13879] ppid=13877 vsize=1019708 CPUtime=100.02 cores=4,6
/proc/13879/stat : 13879 (gnovelty+2) T 13877 13879 13879 0 -1 4202496 950 0 0 0 10002 0 0 0 25 0 1 0 886347831 1044180992 690 33554432000 134512640 135663704 4293608656 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13879/statm: 254927 690 113 282 0 254643 0
[pid=13877/tid=13890] ppid=13709 vsize=332432 CPUtime=0 cores=4,6
/proc/13877/task/13890/stat : 13890 (python) S 13709 13709 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886357849 340410368 6116 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453952400384 0 0 -1 6 0 0 0
[pid=13891] ppid=13709 vsize=342628 CPUtime=0.15 cores=4,6
/proc/13891/stat : 13891 (python) S 13709 13709 13569 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886357850 350851072 6146 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13891/statm: 85657 6146 400 364 0 21557 0
[pid=13893] ppid=13891 vsize=249872 CPUtime=99.97 cores=4,6
/proc/13893/stat : 13893 (FH) T 13891 13893 13893 0 -1 4202496 1528 0 0 0 9997 0 0 0 25 0 1 0 886357850 255868928 1264 33554432000 134512640 134936988 4287772352 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13893/statm: 62468 1264 41 104 0 61972 0
[pid=13891/tid=13901] ppid=13709 vsize=342628 CPUtime=0 cores=4,6
/proc/13891/task/13901/stat : 13901 (python) S 13709 13709 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886367864 350851072 6146 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 514 18446604453915551808 0 0 -1 6 0 0 0
[pid=13902] ppid=13709 vsize=353004 CPUtime=0 cores=4,6
/proc/13902/stat : 13902 (python) S 13709 13709 13569 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 886367865 361476096 6100 33554432000 4194304 5683644 140734330859744 18446744073709551615 228122734150 0 0 16781312 514 3158783936075661311 0 0 17 4 0 0 0
/proc/13902/statm: 88251 6100 351 364 0 24148 0
[pid=13904] ppid=13902 vsize=419820 CPUtime=0.9 cores=4,6
/proc/13904/stat : 13904 (adaptg2wsat2009) R 13902 13904 13904 0 -1 4202496 1438 0 0 0 90 0 0 0 23 0 1 0 886367865 429895680 1173 33554432000 134512640 135107411 4286571312 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13904/statm: 104955 1173 49 146 0 103831 0
[pid=13709/tid=13720] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13720/stat : 13720 (python) S 13707 13709 13569 0 -1 4202560 27 931 0 0 0 0 0 0 23 0 9 0 886297754 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13825] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13825/stat : 13825 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886307771 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13844] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13844/stat : 13844 (python) S 13707 13709 13569 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886317788 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13860] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13860/stat : 13860 (python) S 13707 13709 13569 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 886327802 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13868] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13868/stat : 13868 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886337815 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13878] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13878/stat : 13878 (python) S 13707 13709 13569 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886347831 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13892] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13892/stat : 13892 (python) S 13707 13709 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886357850 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
[pid=13709/tid=13903] ppid=13707 vsize=362704 CPUtime=0 cores=4,6
/proc/13709/task/13903/stat : 13903 (python) S 13707 13709 13569 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886367865 371408896 7644 33554432000 4194304 5683644 140734330859744 18446744073709551615 228134537649 0 0 16781312 2 18446604453952397696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.56
Current children cumulated vsize (KiB) 7897352

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.964
CPU time (s): 703.56
CPU user time (s): 703.06
CPU system time (s): 0.5
CPU usage (%): 99.9426
Max. virtual memory (cumulated for all children) (KiB): 7897352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78773
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19511
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= 1004
involuntary context switches= 28

runsolver used 1.9417 second user time and 3.21951 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:03:16
IDJOB=3484040
IDBENCH=82551
IDSOLVER=1975
FILE ID=node138/3484040-1307746996
RUNJOBID= node138-1307746989-13588
PBS_JOBID= 13550821
Free space on /tmp= 73984 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S966156467-066-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-3484040-1307746996/watcher-3484040-1307746996 -o /tmp/evaluation-result-3484040-1307746996/solver-3484040-1307746996 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484040-1307746996.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= 5297bd1d2a420892cfb1fb6d32ccacad
RANDOM SEED=2095343171

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30355740 kB
Buffers:        242420 kB
Cached:        1611028 kB
SwapCached:      13436 kB
Active:        1124972 kB
Inactive:      1270108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30355740 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          132284 kB
Writeback:           0 kB
AnonPages:      538888 kB
Mapped:          16324 kB
Slab:           131000 kB
PageTables:       9424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2127492 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= 73948 MiB
End job on node138 at 2011-06-11 01:15:02