Trace number 3484155

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) 701.67 701.863

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S698025027-034-UNKNOWN.cnf
MD5SUM92b3ae536df5707fe014291d91790352
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3165
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.30/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.65	c INFO: solving HOME/instance-3484155-1307747880.cnf
0.30/0.65	c INFO: computing task features
0.37/0.75	c INFO: computed variable-clause graph statistics
0.37/0.75	c INFO: computed clause balance statistics
0.87/1.28	c INFO: computed variable balance statistics
1.17/1.57	c INFO: computed small-clause counts
1.17/1.57	c INFO: computed Horn-clause counts
1.17/1.59	c INFO: computed variable graph statistics
1.17/1.59	c INFO: collected features for HOME/instance-3484155-1307747880.cnf in 0.94 s
1.27/1.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.39)
101.35/101.78	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.14)
201.58/201.95	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.10)
301.81/302.10	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.08)
401.92/402.24	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.06)
502.02/502.37	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
601.32/601.53	c INFO: running FH@0 for 97 with 599 remaining (b = 0.04)
701.47/701.68	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.04)

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-3484155-1307747880/watcher-3484155-1307747880 -o /tmp/evaluation-result-3484155-1307747880/solver-3484155-1307747880 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484155-1307747880.cnf -seed 120101686 -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: 3.99 3.78 2.44 4/236 6015
/proc/meminfo: memFree=31192824/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=15380 CPUtime=0 cores=4,6
/proc/6015/stat : 6015 (python) R 6013 6015 5426 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 867204183 15749120 679 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6015/statm: 3845 679 322 364 0 332 0

[startup+0.101536 s]
/proc/loadavg: 3.99 3.78 2.44 4/236 6015
/proc/meminfo: memFree=31192824/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=93960 CPUtime=0.05 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 2694 0 0 0 4 1 0 0 25 0 1 0 867204183 96215040 2407 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106766848 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/6015/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.2007 s]
/proc/loadavg: 3.99 3.78 2.44 4/236 6015
/proc/meminfo: memFree=31192824/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=124236 CPUtime=0.1 cores=4,6
/proc/6015/stat : 6015 (python) R 6013 6015 5426 0 -1 4202496 4312 0 1 0 8 2 0 0 25 0 1 0 867204183 127217664 3880 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106768640 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6015/statm: 31059 3880 997 364 0 2870 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 124236

[startup+0.300467 s]
/proc/loadavg: 3.99 3.78 2.44 4/236 6015
/proc/meminfo: memFree=31192824/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=135748 CPUtime=0.15 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 5971 931 1 0 12 3 0 0 17 0 1 0 867204183 139005952 4149 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106764805 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6015/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.705444 s]
/proc/loadavg: 3.99 3.78 2.44 4/236 6015
/proc/meminfo: memFree=31192824/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=281436 CPUtime=0.37 cores=4,6
/proc/6015/stat : 6015 (python) R 6013 6015 5426 0 -1 4202496 9998 931 1 0 31 6 0 0 16 0 1 0 867204183 288190464 7673 33554432000 4194304 5683644 140733736410128 18446744073709551615 4603120 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6015/statm: 70359 7673 1761 364 0 6283 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281436

[startup+1.50029 s]
/proc/loadavg: 3.99 3.79 2.45 5/237 6020
/proc/meminfo: memFree=31165560/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=284124 CPUtime=1.17 cores=4,6
/proc/6015/stat : 6015 (python) R 6013 6015 5426 0 -1 4202496 11462 931 1 0 110 7 0 0 17 0 1 0 867204183 290942976 8417 33554432000 4194304 5683644 140733736410128 18446744073709551615 47922184879785 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6015/statm: 71031 8417 1827 364 0 6955 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284124

[startup+3.10104 s]
/proc/loadavg: 3.99 3.79 2.45 5/240 6023
/proc/meminfo: memFree=31163800/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=291472 CPUtime=1.28 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 11830 931 1 0 121 7 0 0 19 0 2 0 867204183 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 72868 7733 1869 364 0 8786 0
[pid=6021] ppid=6015 vsize=281228 CPUtime=0 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867204344 287977472 6214 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788879 0 0 16781312 514 4459347312304423170 0 0 17 4 0 0 0
/proc/6021/statm: 70307 6214 354 364 0 6225 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=1.48 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) R 6021 6023 6023 0 -1 4202496 774 0 0 0 148 0 0 0 23 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6015/tid=6022] ppid=6013 vsize=291472 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 867204345 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1591376

[startup+6.30041 s]
/proc/loadavg: 3.99 3.79 2.45 5/243 6026
/proc/meminfo: memFree=31147336/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=291472 CPUtime=1.28 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 11830 931 1 0 121 7 0 0 19 0 2 0 867204183 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 72868 7733 1869 364 0 8786 0
[pid=6021] ppid=6015 vsize=281228 CPUtime=0 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 867204344 287977472 6237 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788879 0 0 16781312 514 4459347312304423170 0 0 17 4 0 0 0
/proc/6021/statm: 70307 6237 377 364 0 6225 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=4.67 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) R 6021 6023 6023 0 -1 4202496 774 0 0 0 467 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6015/tid=6022] ppid=6013 vsize=291472 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 867204345 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1591376

[startup+12.7003 s]
/proc/loadavg: 3.99 3.79 2.46 5/246 6029
/proc/meminfo: memFree=31088896/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=291472 CPUtime=1.28 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 11830 931 1 0 121 7 0 0 19 0 2 0 867204183 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 72868 7733 1869 364 0 8786 0
[pid=6021] ppid=6015 vsize=281228 CPUtime=0.01 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 865 0 0 0 1 0 0 0 18 0 1 0 867204344 287977472 6237 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788879 0 0 16781312 514 14646480044394774786 0 0 17 4 0 0 0
/proc/6021/statm: 70307 6237 377 364 0 6225 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=11.06 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) R 6021 6023 6023 0 -1 4202496 774 0 0 0 1106 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525332 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6015/tid=6022] ppid=6013 vsize=291472 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 867204345 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1591376

[startup+25.5011 s]
/proc/loadavg: 3.99 3.80 2.48 5/246 6029
/proc/meminfo: memFree=31088636/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=291472 CPUtime=1.28 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 11830 931 1 0 121 7 0 0 19 0 2 0 867204183 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 72868 7733 1869 364 0 8786 0
[pid=6021] ppid=6015 vsize=281228 CPUtime=0.03 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 870 0 0 0 2 1 0 0 18 0 1 0 867204344 287977472 6237 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788879 0 0 16781312 514 14646480044394774786 0 0 17 4 0 0 0
/proc/6021/statm: 70307 6237 377 364 0 6225 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=23.84 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) R 6021 6023 6023 0 -1 4202496 774 0 0 0 2384 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6015/tid=6022] ppid=6013 vsize=291472 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 867204345 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 1591376

[startup+51.1006 s]
/proc/loadavg: 3.99 3.81 2.52 5/250 6034
/proc/meminfo: memFree=31064388/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=291472 CPUtime=1.28 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 11830 931 1 0 121 7 0 0 19 0 2 0 867204183 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 72868 7733 1869 364 0 8786 0
[pid=6021] ppid=6015 vsize=281228 CPUtime=0.06 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 883 0 0 0 4 2 0 0 18 0 1 0 867204344 287977472 6237 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788879 0 0 16781312 514 14646480044394774786 0 0 17 4 0 0 0
/proc/6021/statm: 70307 6237 377 364 0 6225 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=49.41 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) R 6021 6023 6023 0 -1 4202496 774 0 0 0 4941 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6015/tid=6022] ppid=6013 vsize=291472 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 2 0 867204345 298467328 7733 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 1591376

[startup+102.301 s]
/proc/loadavg: 4.06 3.86 2.61 5/254 6039
/proc/meminfo: memFree=31058852/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=301728 CPUtime=1.29 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 12684 931 1 0 122 7 0 0 19 0 3 0 867204183 308969472 7757 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 75432 7757 1872 364 0 11347 0
[pid=6021] ppid=6015 vsize=291472 CPUtime=0.15 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 1141 0 0 0 9 6 0 0 19 0 2 0 867204344 298467328 6280 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6021/statm: 72868 6280 415 364 0 8786 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=100.01 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) T 6021 6023 6023 0 -1 4202496 774 0 0 0 10001 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525185 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6021/tid=6036] ppid=6015 vsize=291472 CPUtime=0 cores=4,6
/proc/6021/task/6036/stat : 6036 (python) S 6015 6015 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867214361 298467328 6280 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453950965952 0 0 -1 6 0 0 0
[pid=6037] ppid=6015 vsize=291484 CPUtime=0 cores=4,6
/proc/6037/stat : 6037 (python) S 6015 6015 5426 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 867214362 298479616 6229 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788934 0 0 16781312 514 4326701130017931263 0 0 17 4 0 0 0
/proc/6037/statm: 72871 6229 348 364 0 8786 0
[pid=6039] ppid=6037 vsize=1018676 CPUtime=0.51 cores=4,6
/proc/6039/stat : 6039 (gnovelty+2) R 6037 6039 6039 0 -1 4202496 773 0 0 0 51 0 0 0 22 0 1 0 867214362 1043124224 508 33554432000 134512640 135663704 4287990208 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6039/statm: 254669 508 113 282 0 254385 0
[pid=6015/tid=6022] ppid=6013 vsize=301728 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 3 0 867204345 308969472 7757 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
[pid=6015/tid=6038] ppid=6013 vsize=301728 CPUtime=0 cores=4,6
/proc/6015/task/6038/stat : 6038 (python) S 6013 6015 5426 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 867214362 308969472 7757 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 2922036

[startup+162.301 s]
/proc/loadavg: 4.05 3.89 2.70 5/260 6047
/proc/meminfo: memFree=31029740/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=301728 CPUtime=1.29 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 12684 931 1 0 122 7 0 0 19 0 3 0 867204183 308969472 7757 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 75432 7757 1872 364 0 11347 0
[pid=6021] ppid=6015 vsize=291472 CPUtime=0.15 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 1141 0 0 0 9 6 0 0 19 0 2 0 867204344 298467328 6280 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6021/statm: 72868 6280 415 364 0 8786 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=100.01 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) T 6021 6023 6023 0 -1 4202496 774 0 0 0 10001 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525185 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6021/tid=6036] ppid=6015 vsize=291472 CPUtime=0 cores=4,6
/proc/6021/task/6036/stat : 6036 (python) S 6015 6015 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867214361 298467328 6280 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453950965952 0 0 -1 6 0 0 0
[pid=6037] ppid=6015 vsize=291484 CPUtime=0.08 cores=4,6

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

[pid=6056] ppid=6015 vsize=302348 CPUtime=0.15 cores=4,6
/proc/6056/stat : 6056 (python) S 6015 6015 5426 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867224379 309604352 6421 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6056/statm: 75587 6421 399 364 0 11499 0
[pid=6058] ppid=6056 vsize=419584 CPUtime=100.02 cores=4,6
/proc/6058/stat : 6058 (adaptg2wsat2009) T 6056 6058 6058 0 -1 4202496 1470 0 0 0 10002 0 0 0 25 0 1 0 867224379 429654016 1205 33554432000 134512640 135107411 4293451984 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6058/statm: 104896 1205 59 146 0 103772 0
[pid=6056/tid=6063] ppid=6015 vsize=302348 CPUtime=0 cores=4,6
/proc/6056/task/6063/stat : 6063 (python) S 6015 6015 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867234393 309604352 6421 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453920080064 0 0 -1 6 0 0 0
[pid=6064] ppid=6015 vsize=312604 CPUtime=0.13 cores=4,6
/proc/6064/stat : 6064 (python) S 6015 6015 5426 0 -1 4202560 1086 0 0 0 7 6 0 0 19 0 2 0 867234394 320106496 6425 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6064/statm: 78151 6425 400 364 0 14060 0
[pid=6066] ppid=6064 vsize=419584 CPUtime=99.99 cores=4,6
/proc/6066/stat : 6066 (adaptg2wsat2009) T 6064 6066 6066 0 -1 4202496 1473 0 0 0 9998 1 0 0 25 0 1 0 867234395 429654016 1206 33554432000 134512640 135107411 4293386656 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6066/statm: 104896 1206 59 146 0 103772 0
[pid=6064/tid=6209] ppid=6015 vsize=312604 CPUtime=0 cores=4,6
/proc/6064/task/6209/stat : 6209 (python) S 6015 6015 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867244407 320106496 6425 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453956825408 0 0 -1 6 0 0 0
[pid=6210] ppid=6015 vsize=322860 CPUtime=0.13 cores=4,6
/proc/6210/stat : 6210 (python) S 6015 6015 5426 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867244408 330608640 6429 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6210/statm: 80715 6429 400 364 0 16621 0
[pid=6212] ppid=6210 vsize=419584 CPUtime=100 cores=4,6
/proc/6212/stat : 6212 (adaptg2wsat2009) T 6210 6212 6212 0 -1 4202496 1471 0 0 0 9999 1 0 0 25 0 1 0 867244408 429654016 1204 33554432000 134512640 135107411 4291145120 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6212/statm: 104896 1204 59 146 0 103772 0
[pid=6210/tid=6322] ppid=6015 vsize=322860 CPUtime=0 cores=4,6
/proc/6210/task/6322/stat : 6322 (python) S 6015 6015 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867254420 330608640 6429 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453956827200 0 0 -1 6 0 0 0
[pid=6323] ppid=6015 vsize=333116 CPUtime=0.13 cores=4,6
/proc/6323/stat : 6323 (python) S 6015 6015 5426 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 867254421 341110784 6433 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6323/statm: 83279 6433 400 364 0 19182 0
[pid=6325] ppid=6323 vsize=1018676 CPUtime=99.14 cores=4,6
/proc/6325/stat : 6325 (gnovelty+2) T 6323 6325 6325 0 -1 4202496 768 0 0 0 9914 0 0 0 25 0 1 0 867254421 1043124224 508 33554432000 134512640 135663704 4287080880 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6325/statm: 254669 508 113 282 0 254385 0
[pid=6323/tid=6341] ppid=6015 vsize=333116 CPUtime=0 cores=4,6
/proc/6323/task/6341/stat : 6341 (python) S 6015 6015 5426 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867264337 341110784 6433 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453978002560 0 0 -1 4 0 0 0
[pid=6342] ppid=6015 vsize=343372 CPUtime=0.14 cores=4,6
/proc/6342/stat : 6342 (python) S 6015 6015 5426 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867264337 351612928 6437 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6342/statm: 85843 6437 400 364 0 21743 0
[pid=6344] ppid=6342 vsize=249476 CPUtime=100.03 cores=4,6
/proc/6344/stat : 6344 (FH) T 6342 6344 6344 0 -1 4202496 1402 0 0 0 10003 0 0 0 25 0 1 0 867264338 255463424 1135 33554432000 134512640 134936988 4290724960 18446744073709551615 134545104 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6344/statm: 62369 1135 41 104 0 61873 0
[pid=6342/tid=6359] ppid=6015 vsize=343372 CPUtime=0 cores=4,6
/proc/6342/task/6359/stat : 6359 (python) S 6015 6015 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867274351 351612928 6437 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453946388800 0 0 -1 6 0 0 0
[pid=6360] ppid=6015 vsize=353628 CPUtime=0 cores=4,6
/proc/6360/stat : 6360 (python) S 6015 6015 5426 0 -1 4202560 821 0 0 0 0 0 0 0 19 0 1 0 867274352 362115072 6390 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788934 0 0 16781312 514 4507341544612691967 0 0 17 4 0 0 0
/proc/6360/statm: 88407 6390 350 364 0 24304 0
[pid=6362] ppid=6360 vsize=418104 CPUtime=0.11 cores=4,6
/proc/6362/stat : 6362 (adaptg2wsat2009) R 6360 6362 6362 0 -1 4202496 1013 0 0 0 11 0 0 0 21 0 1 0 867274353 428138496 748 33554432000 134512640 135107411 4287716528 18446744073709551615 134523444 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6362/statm: 104526 748 49 146 0 103402 0
[pid=6015/tid=6022] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 9 0 867204345 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
[pid=6015/tid=6038] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6038/stat : 6038 (python) S 6013 6015 5426 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 867214362 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6057] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6057/stat : 6057 (python) S 6013 6015 5426 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867224379 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6065] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6065/stat : 6065 (python) S 6013 6015 5426 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867234394 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6211] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6211/stat : 6211 (python) S 6013 6015 5426 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867244408 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6324] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6324/stat : 6324 (python) S 6013 6015 5426 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867254421 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
[pid=6015/tid=6343] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6343/stat : 6343 (python) S 6013 6015 5426 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867264338 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6361] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6361/stat : 6361 (python) S 6013 6015 5426 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867274352 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.67
Current children cumulated vsize (KiB) 7897116

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

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

[startup+701.801 s]
/proc/loadavg: 4.04 3.99 3.26 5/262 6362
/proc/meminfo: memFree=31517548/32951124 swapFree=67088052/67111528
[pid=6015] ppid=6013 vsize=363872 CPUtime=1.35 cores=4,6
/proc/6015/stat : 6015 (python) S 6013 6015 5426 0 -1 4202496 17826 931 1 0 126 9 0 0 20 0 9 0 867204183 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6015/statm: 90968 7928 1884 364 0 26865 0
[pid=6021] ppid=6015 vsize=291472 CPUtime=0.15 cores=4,6
/proc/6021/stat : 6021 (python) S 6015 6015 5426 0 -1 4202560 1141 0 0 0 9 6 0 0 19 0 2 0 867204344 298467328 6280 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6021/statm: 72868 6280 415 364 0 8786 0
[pid=6023] ppid=6021 vsize=1018676 CPUtime=100.01 cores=4,6
/proc/6023/stat : 6023 (gnovelty+2) T 6021 6023 6023 0 -1 4202496 774 0 0 0 10001 0 0 0 25 0 1 0 867204345 1043124224 509 33554432000 134512640 135663704 4287062112 18446744073709551615 134525185 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6023/statm: 254669 509 113 282 0 254385 0
[pid=6021/tid=6036] ppid=6015 vsize=291472 CPUtime=0 cores=4,6
/proc/6021/task/6036/stat : 6036 (python) S 6015 6015 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867214361 298467328 6280 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453950965952 0 0 -1 6 0 0 0
[pid=6037] ppid=6015 vsize=291484 CPUtime=0.15 cores=4,6
/proc/6037/stat : 6037 (python) S 6015 6015 5426 0 -1 4202560 1071 0 0 0 9 6 0 0 19 0 2 0 867214362 298479616 6282 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6037/statm: 72871 6282 400 364 0 8786 0
[pid=6039] ppid=6037 vsize=1018676 CPUtime=100.04 cores=4,6
/proc/6039/stat : 6039 (gnovelty+2) T 6037 6039 6039 0 -1 4202496 773 0 0 0 10004 0 0 0 25 0 1 0 867214362 1043124224 508 33554432000 134512640 135663704 4287990208 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6039/statm: 254669 508 113 282 0 254385 0
[pid=6037/tid=6055] ppid=6015 vsize=291484 CPUtime=0 cores=4,6
/proc/6037/task/6055/stat : 6055 (python) S 6015 6015 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867224378 298479616 6282 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453920081856 0 0 -1 6 0 0 0
[pid=6056] ppid=6015 vsize=302348 CPUtime=0.15 cores=4,6
/proc/6056/stat : 6056 (python) S 6015 6015 5426 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867224379 309604352 6421 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6056/statm: 75587 6421 399 364 0 11499 0
[pid=6058] ppid=6056 vsize=419584 CPUtime=100.02 cores=4,6
/proc/6058/stat : 6058 (adaptg2wsat2009) T 6056 6058 6058 0 -1 4202496 1470 0 0 0 10002 0 0 0 25 0 1 0 867224379 429654016 1205 33554432000 134512640 135107411 4293451984 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6058/statm: 104896 1205 59 146 0 103772 0
[pid=6056/tid=6063] ppid=6015 vsize=302348 CPUtime=0 cores=4,6
/proc/6056/task/6063/stat : 6063 (python) S 6015 6015 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867234393 309604352 6421 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453920080064 0 0 -1 6 0 0 0
[pid=6064] ppid=6015 vsize=312604 CPUtime=0.13 cores=4,6
/proc/6064/stat : 6064 (python) S 6015 6015 5426 0 -1 4202560 1086 0 0 0 7 6 0 0 19 0 2 0 867234394 320106496 6425 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6064/statm: 78151 6425 400 364 0 14060 0
[pid=6066] ppid=6064 vsize=419584 CPUtime=99.99 cores=4,6
/proc/6066/stat : 6066 (adaptg2wsat2009) T 6064 6066 6066 0 -1 4202496 1473 0 0 0 9998 1 0 0 25 0 1 0 867234395 429654016 1206 33554432000 134512640 135107411 4293386656 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6066/statm: 104896 1206 59 146 0 103772 0
[pid=6064/tid=6209] ppid=6015 vsize=312604 CPUtime=0 cores=4,6
/proc/6064/task/6209/stat : 6209 (python) S 6015 6015 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867244407 320106496 6425 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453956825408 0 0 -1 6 0 0 0
[pid=6210] ppid=6015 vsize=322860 CPUtime=0.13 cores=4,6
/proc/6210/stat : 6210 (python) S 6015 6015 5426 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867244408 330608640 6429 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6210/statm: 80715 6429 400 364 0 16621 0
[pid=6212] ppid=6210 vsize=419584 CPUtime=100 cores=4,6
/proc/6212/stat : 6212 (adaptg2wsat2009) T 6210 6212 6212 0 -1 4202496 1471 0 0 0 9999 1 0 0 25 0 1 0 867244408 429654016 1204 33554432000 134512640 135107411 4291145120 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6212/statm: 104896 1204 59 146 0 103772 0
[pid=6210/tid=6322] ppid=6015 vsize=322860 CPUtime=0 cores=4,6
/proc/6210/task/6322/stat : 6322 (python) S 6015 6015 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867254420 330608640 6429 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453956827200 0 0 -1 6 0 0 0
[pid=6323] ppid=6015 vsize=333116 CPUtime=0.13 cores=4,6
/proc/6323/stat : 6323 (python) S 6015 6015 5426 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 867254421 341110784 6433 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6323/statm: 83279 6433 400 364 0 19182 0
[pid=6325] ppid=6323 vsize=1018676 CPUtime=99.14 cores=4,6
/proc/6325/stat : 6325 (gnovelty+2) T 6323 6325 6325 0 -1 4202496 768 0 0 0 9914 0 0 0 25 0 1 0 867254421 1043124224 508 33554432000 134512640 135663704 4287080880 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6325/statm: 254669 508 113 282 0 254385 0
[pid=6323/tid=6341] ppid=6015 vsize=333116 CPUtime=0 cores=4,6
/proc/6323/task/6341/stat : 6341 (python) S 6015 6015 5426 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867264337 341110784 6433 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453978002560 0 0 -1 4 0 0 0
[pid=6342] ppid=6015 vsize=343372 CPUtime=0.14 cores=4,6
/proc/6342/stat : 6342 (python) S 6015 6015 5426 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867264337 351612928 6437 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6342/statm: 85843 6437 400 364 0 21743 0
[pid=6344] ppid=6342 vsize=249476 CPUtime=100.03 cores=4,6
/proc/6344/stat : 6344 (FH) T 6342 6344 6344 0 -1 4202496 1402 0 0 0 10003 0 0 0 25 0 1 0 867264338 255463424 1135 33554432000 134512640 134936988 4290724960 18446744073709551615 134545104 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6344/statm: 62369 1135 41 104 0 61873 0
[pid=6342/tid=6359] ppid=6015 vsize=343372 CPUtime=0 cores=4,6
/proc/6342/task/6359/stat : 6359 (python) S 6015 6015 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867274351 351612928 6437 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 514 18446604453946388800 0 0 -1 6 0 0 0
[pid=6360] ppid=6015 vsize=353628 CPUtime=0 cores=4,6
/proc/6360/stat : 6360 (python) S 6015 6015 5426 0 -1 4202560 821 0 0 0 0 0 0 0 19 0 1 0 867274352 362115072 6390 33554432000 4194304 5683644 140733736410128 18446744073709551615 255106788934 0 0 16781312 514 4507341544612691967 0 0 17 4 0 0 0
/proc/6360/statm: 88407 6390 350 364 0 24304 0
[pid=6362] ppid=6360 vsize=418104 CPUtime=0.11 cores=4,6
/proc/6362/stat : 6362 (adaptg2wsat2009) R 6360 6362 6362 0 -1 4202496 1013 0 0 0 11 0 0 0 21 0 1 0 867274353 428138496 748 33554432000 134512640 135107411 4287716528 18446744073709551615 134523444 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6362/statm: 104526 748 49 146 0 103402 0
[pid=6015/tid=6022] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6022/stat : 6022 (python) S 6013 6015 5426 0 -1 4202560 25 931 0 0 0 0 0 0 19 0 9 0 867204345 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
[pid=6015/tid=6038] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6038/stat : 6038 (python) S 6013 6015 5426 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 867214362 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6057] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6057/stat : 6057 (python) S 6013 6015 5426 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867224379 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6065] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6065/stat : 6065 (python) S 6013 6015 5426 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867234394 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6211] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6211/stat : 6211 (python) S 6013 6015 5426 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867244408 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6324] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6324/stat : 6324 (python) S 6013 6015 5426 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867254421 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 6 0 0 0
[pid=6015/tid=6343] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6343/stat : 6343 (python) S 6013 6015 5426 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867264338 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
[pid=6015/tid=6361] ppid=6013 vsize=363872 CPUtime=0 cores=4,6
/proc/6015/task/6361/stat : 6361 (python) S 6013 6015 5426 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867274352 372604928 7928 33554432000 4194304 5683644 140733736410128 18446744073709551615 255118592433 0 0 16781312 2 18446604453952655488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.67
Current children cumulated vsize (KiB) 7897116

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.863
CPU time (s): 701.67
CPU user time (s): 701.13
CPU system time (s): 0.54
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 7897116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.26381
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18762
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= 2860
involuntary context switches= 33

runsolver used 1.43378 second user time and 2.94355 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:18:00
IDJOB=3484155
IDBENCH=82666
IDSOLVER=1975
FILE ID=node144/3484155-1307747880
RUNJOBID= node144-1307746988-5445
PBS_JOBID= 13550816
Free space on /tmp= 73964 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S698025027-034-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-3484155-1307747880/watcher-3484155-1307747880 -o /tmp/evaluation-result-3484155-1307747880/solver-3484155-1307747880 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484155-1307747880.cnf -seed 120101686 -budget 1200

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

MD5SUM BENCH= 92b3ae536df5707fe014291d91790352
RANDOM SEED=120101686

node144.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.850
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.850
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	: 5226.16
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.850
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.75
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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31193500 kB
Buffers:        150844 kB
Cached:         828844 kB
SwapCached:       1652 kB
Active:        1017820 kB
Inactive:       552716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31193500 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           31932 kB
Writeback:           0 kB
AnonPages:      589024 kB
Mapped:          21572 kB
Slab:           109704 kB
PageTables:      16656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5288432 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= 73936 MiB
End job on node144 at 2011-06-11 01:29:44