Trace number 3377566

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 700.89 704.363

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S199880667-010.UNKNOWN.cnf
MD5SUM3919f50518b71f2cf8a267b92efd9aeb
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.51/4.43	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.51/4.43	c INFO: solving HOME/instance-3377566-1307741579.cnf
0.51/4.43	c INFO: computing task features
0.51/4.48	c INFO: computed variable-clause graph statistics
0.51/4.48	c INFO: computed clause balance statistics
0.80/4.75	c INFO: computed variable balance statistics
0.90/4.85	c INFO: computed small-clause counts
0.90/4.85	c INFO: computed Horn-clause counts
0.90/4.86	c INFO: computed variable graph statistics
0.90/4.86	c INFO: collected features for HOME/instance-3377566-1307741579.cnf in 0.43 s
0.90/4.88	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.49)
101.10/105.02	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.26/205.17	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.52/305.31	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
401.64/405.45	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
500.86/504.59	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.03)
600.18/603.75	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.02)
700.39/703.90	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.02)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 10/186 17282
/proc/meminfo: memFree=31357756/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=15184 CPUtime=0 cores=0,2
/proc/17277/stat : 17277 (python) R 17271 17277 17208 0 -1 4202496 725 0 0 0 0 0 0 0 19 0 1 0 866573653 15548416 615 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17277/statm: 3796 615 321 364 0 283 0

[startup+0.0437679 s]
/proc/loadavg: 0.00 0.00 0.00 10/186 17282
/proc/meminfo: memFree=31357756/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=16240 CPUtime=0 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 1001 0 0 0 0 0 0 0 17 0 1 0 866573653 16629760 873 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/17277/statm: 4060 873 371 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.10071 s]
/proc/loadavg: 0.00 0.00 0.00 10/186 17282
/proc/meminfo: memFree=31357756/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=16396 CPUtime=0.01 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 1118 0 0 0 1 0 0 0 17 0 1 0 866573653 16789504 985 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261612389 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/17277/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.300725 s]
/proc/loadavg: 0.00 0.00 0.00 10/186 17282
/proc/meminfo: memFree=31357756/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=30112 CPUtime=0.05 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 1511 0 0 0 3 2 0 0 16 0 1 0 866573653 30834688 1348 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/17277/statm: 7528 1348 443 364 0 898 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30112

[startup+0.70057 s]
/proc/loadavg: 0.00 0.00 0.00 10/186 17282
/proc/meminfo: memFree=31357756/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=99348 CPUtime=0.09 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 2858 0 0 0 5 4 0 0 15 0 1 0 866573653 101732352 2558 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/17277/statm: 24837 2558 818 364 0 1688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99348

[startup+1.50746 s]
/proc/loadavg: 0.00 0.00 0.00 1/190 17298
/proc/meminfo: memFree=31306388/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=135580 CPUtime=0.2 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 5811 934 1 0 13 7 0 0 16 0 1 0 866573653 138833920 4121 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699953811 0 0 17 0 0 0 0
/proc/17277/statm: 33895 4121 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135580

[startup+3.10018 s]
/proc/loadavg: 0.00 0.00 0.00 3/190 17302
/proc/meminfo: memFree=31302484/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=135748 CPUtime=0.26 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 5977 934 1 0 15 11 0 0 16 0 1 0 866573653 139005952 4150 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699953811 0 0 17 0 0 0 0
/proc/17277/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 0.08 0.02 0.01 4/187 17369
/proc/meminfo: memFree=31370568/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=290216 CPUtime=0.97 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 10103 934 1 0 75 22 0 0 17 0 2 0 866573653 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 72554 7419 1869 364 0 8472 0
[pid=17337] ppid=17277 vsize=279972 CPUtime=0 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 866574141 286691328 5900 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636623 0 0 16781312 514 4383943354627358980 0 0 17 0 0 0 0
/proc/17337/statm: 69993 5900 354 364 0 5911 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=1.4 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) R 17337 17339 17339 0 -1 4202496 555 0 0 0 140 0 0 0 23 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17277/tid=17338] ppid=17271 vsize=290216 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 866574141 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1588272
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 0.23 0.05 0.02 5/196 17423
/proc/meminfo: memFree=31278132/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=290216 CPUtime=0.97 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 10103 934 1 0 75 22 0 0 17 0 2 0 866573653 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 72554 7419 1869 364 0 8472 0
[pid=17337] ppid=17277 vsize=279972 CPUtime=0 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 866574141 286691328 5927 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636623 0 0 16781312 514 4383943354627358980 0 0 17 0 0 0 0
/proc/17337/statm: 69993 5927 381 364 0 5911 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=7.8 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) R 17337 17339 17339 0 -1 4202496 555 0 0 0 780 0 0 0 25 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17277/tid=17338] ppid=17271 vsize=290216 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 866574141 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 1588272
heavy processes:

[startup+25.5013 s]
/proc/loadavg: 0.86 0.19 0.06 7/202 17544
/proc/meminfo: memFree=31250164/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=290216 CPUtime=0.97 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 10103 934 1 0 75 22 0 0 17 0 2 0 866573653 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 72554 7419 1869 364 0 8472 0
[pid=17337] ppid=17277 vsize=279972 CPUtime=0.02 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 866574141 286691328 5927 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636623 0 0 16781312 514 10729351123186974980 0 0 17 0 0 0 0
/proc/17337/statm: 69993 5927 381 364 0 5911 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=20.59 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) R 17337 17339 17339 0 -1 4202496 555 0 0 0 2059 0 0 0 25 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17277/tid=17338] ppid=17271 vsize=290216 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 866574141 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 1588272

[startup+51.1007 s]
/proc/loadavg: 1.72 0.45 0.15 5/193 17570
/proc/meminfo: memFree=31312504/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=290216 CPUtime=0.97 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 10103 934 1 0 75 22 0 0 17 0 2 0 866573653 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 72554 7419 1869 364 0 8472 0
[pid=17337] ppid=17277 vsize=279972 CPUtime=0.05 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 990 0 0 0 3 2 0 0 18 0 1 0 866574141 286691328 5928 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636623 0 0 16781312 514 10729351123186974980 0 0 17 0 0 0 0
/proc/17337/statm: 69993 5928 382 364 0 5911 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=46.16 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) R 17337 17339 17339 0 -1 4202496 555 0 0 0 4616 0 0 0 25 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134525054 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17277/tid=17338] ppid=17271 vsize=290216 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 866574141 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.18
Current children cumulated vsize (KiB) 1588272

[startup+102.301 s]
/proc/loadavg: 2.49 0.86 0.30 5/193 17571
/proc/meminfo: memFree=31313020/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=290216 CPUtime=0.97 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 10103 934 1 0 75 22 0 0 17 0 2 0 866573653 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 72554 7419 1869 364 0 8472 0
[pid=17337] ppid=17277 vsize=279972 CPUtime=0.12 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 1012 0 0 0 7 5 0 0 18 0 1 0 866574141 286691328 5928 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636623 0 0 16781312 514 10729351123186974980 0 0 17 0 0 0 0
/proc/17337/statm: 69993 5928 382 364 0 5911 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=97.31 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) R 17337 17339 17339 0 -1 4202496 555 0 0 0 9730 1 0 0 25 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17277/tid=17338] ppid=17271 vsize=290216 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 866574141 297181184 7419 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.4
Current children cumulated vsize (KiB) 1588272

[startup+162.301 s]
/proc/loadavg: 2.81 1.24 0.47 5/205 17585
/proc/meminfo: memFree=31288320/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=300472 CPUtime=0.99 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 10999 934 1 0 76 23 0 0 20 0 3 0 866573653 307683328 7426 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 75118 7426 1872 364 0 11033 0
[pid=17337] ppid=17277 vsize=290216 CPUtime=0.12 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 1149 0 0 0 7 5 0 0 19 0 2 0 866574141 297181184 5966 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17337/statm: 72554 5966 415 364 0 8472 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=100.03 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) T 17337 17339 17339 0 -1 4202496 555 0 0 0 10002 1 0 0 25 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17337/tid=17576] ppid=17277 vsize=290216 CPUtime=0 cores=0,2
/proc/17337/task/17576/stat : 17576 (python) S 17277 17277 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866584155 297181184 5966 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453933409600 0 0 -1 2 0 0 0
[pid=17577] ppid=17277 vsize=290228 CPUtime=0.07 cores=0,2
/proc/17577/stat : 17577 (python) S 17277 17277 17208 0 -1 4202560 900 0 0 0 4 3 0 0 18 0 1 0 866584156 297193472 5921 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636678 0 0 16781312 514 10729351123186974980 0 0 17 0 0 0 0
/proc/17577/statm: 72557 5921 371 364 0 8472 0
[pid=17579] ppid=17577 vsize=1018084 CPUtime=57.22 cores=0,2
/proc/17579/stat : 17579 (gnovelty+2) R 17577 17579 17579 0 -1 4202496 552 0 0 0 5722 0 0 0 25 0 1 0 866584156 1042518016 287 33554432000 134512640 135663704 4287113440 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17579/statm: 254521 287 113 282 0 254237 0
[pid=17277/tid=17338] ppid=17271 vsize=300472 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 866574141 307683328 7426 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17578] ppid=17271 vsize=300472 CPUtime=0 cores=0,2
/proc/17277/task/17578/stat : 17578 (python) S 17271 17277 17208 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 866584156 307683328 7426 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.43
Current children cumulated vsize (KiB) 2917084

[startup+222.301 s]
/proc/loadavg: 2.93 1.56 0.62 5/213 17594
/proc/meminfo: memFree=31268372/32951124 swapFree=67057920/67111528

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

[pid=17588] ppid=17277 vsize=300484 CPUtime=0.13 cores=0,2
/proc/17588/stat : 17588 (python) S 17277 17277 17208 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 866594171 307695616 5955 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17588/statm: 75121 5955 400 364 0 11033 0
[pid=17590] ppid=17588 vsize=417056 CPUtime=100.04 cores=0,2
/proc/17590/stat : 17590 (adaptg2wsat2009) T 17588 17590 17590 0 -1 4202496 717 0 0 0 10004 0 0 0 25 0 1 0 866594171 427065344 451 33554432000 134512640 135107411 4291633216 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17590/statm: 104264 451 59 146 0 103140 0
[pid=17588/tid=17602] ppid=17277 vsize=300484 CPUtime=0 cores=0,2
/proc/17588/task/17602/stat : 17602 (python) S 17277 17277 17208 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 866604183 307695616 5955 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453928073088 0 0 -1 2 0 0 0
[pid=17603] ppid=17277 vsize=310740 CPUtime=0.13 cores=0,2
/proc/17603/stat : 17603 (python) S 17277 17277 17208 0 -1 4202560 1081 0 0 0 6 7 0 0 19 0 2 0 866604185 318197760 5959 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17603/statm: 77685 5959 400 364 0 13594 0
[pid=17605] ppid=17603 vsize=417056 CPUtime=100.03 cores=0,2
/proc/17605/stat : 17605 (adaptg2wsat2009) T 17603 17605 17605 0 -1 4202496 713 0 0 0 10003 0 0 0 25 0 1 0 866604185 427065344 449 33554432000 134512640 135107411 4289174816 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17605/statm: 104264 449 59 146 0 103140 0
[pid=17603/tid=17609] ppid=17277 vsize=310740 CPUtime=0 cores=0,2
/proc/17603/task/17609/stat : 17609 (python) S 17277 17277 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866614197 318197760 5959 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453951335296 0 0 -1 0 0 0 0
[pid=17610] ppid=17277 vsize=320996 CPUtime=0.12 cores=0,2
/proc/17610/stat : 17610 (python) S 17277 17277 17208 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 866614199 328699904 5963 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17610/statm: 80249 5963 400 364 0 16155 0
[pid=17612] ppid=17610 vsize=417056 CPUtime=99.12 cores=0,2
/proc/17612/stat : 17612 (adaptg2wsat2009) T 17610 17612 17612 0 -1 4202496 719 0 0 0 9912 0 0 0 25 0 1 0 866614199 427065344 451 33554432000 134512640 135107411 4289546192 18446744073709551615 134539356 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17612/statm: 104264 451 59 146 0 103140 0
[pid=17610/tid=17616] ppid=17277 vsize=320996 CPUtime=0 cores=0,2
/proc/17610/task/17616/stat : 17616 (python) S 17277 17277 17208 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 866624112 328699904 5963 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453895373888 0 0 -1 0 0 0 0
[pid=17617] ppid=17277 vsize=331252 CPUtime=0.13 cores=0,2
/proc/17617/stat : 17617 (python) S 17277 17277 17208 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 866624113 339202048 5967 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17617/statm: 82813 5967 400 364 0 18716 0
[pid=17619] ppid=17617 vsize=1018084 CPUtime=99.13 cores=0,2
/proc/17619/stat : 17619 (gnovelty+2) T 17617 17619 17619 0 -1 4202496 548 0 0 0 9913 0 0 0 25 0 1 0 866624113 1042518016 288 33554432000 134512640 135663704 4289307552 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17619/statm: 254521 288 113 282 0 254237 0
[pid=17617/tid=17623] ppid=17277 vsize=331252 CPUtime=0 cores=0,2
/proc/17617/task/17623/stat : 17623 (python) S 17277 17277 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866634027 339202048 5967 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453968142784 0 0 -1 0 0 0 0
[pid=17624] ppid=17277 vsize=341508 CPUtime=0.13 cores=0,2
/proc/17624/stat : 17624 (python) S 17277 17277 17208 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 866634029 349704192 5971 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17624/statm: 85377 5971 400 364 0 21277 0
[pid=17626] ppid=17624 vsize=247228 CPUtime=100.11 cores=0,2
/proc/17626/stat : 17626 (FH) T 17624 17626 17626 0 -1 4202496 669 0 0 0 10011 0 0 0 25 0 1 0 866634029 253161472 405 33554432000 134512640 134936988 4288696576 18446744073709551615 134552872 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17626/statm: 61807 405 41 104 0 61311 0
[pid=17624/tid=17629] ppid=17277 vsize=341508 CPUtime=0 cores=0,2
/proc/17624/task/17629/stat : 17629 (python) S 17277 17277 17208 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 866644042 349704192 5971 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453943892160 0 0 -1 0 0 0 0
[pid=17630] ppid=17277 vsize=351764 CPUtime=0 cores=0,2
/proc/17630/stat : 17630 (python) S 17277 17277 17208 0 -1 4202560 763 0 0 0 0 0 0 0 19 0 1 0 866644043 360206336 5924 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636678 0 0 16781312 514 4264504780891619327 0 0 17 0 0 0 0
/proc/17630/statm: 87941 5924 350 364 0 23838 0
[pid=17632] ppid=17630 vsize=416916 CPUtime=0.4 cores=0,2
/proc/17632/stat : 17632 (adaptg2wsat2009) R 17630 17632 17632 0 -1 4202496 648 0 0 0 40 0 0 0 21 0 1 0 866644044 426921984 381 33554432000 134512640 135107411 4292723472 18446744073709551615 134523290 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17632/statm: 104229 381 49 146 0 103105 0
[pid=17277/tid=17338] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 866574141 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17578] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17578/stat : 17578 (python) S 17271 17277 17208 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 866584156 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
[pid=17277/tid=17589] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17589/stat : 17589 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 866594171 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
[pid=17277/tid=17604] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17604/stat : 17604 (python) S 17271 17277 17208 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 866604185 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17611] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17611/stat : 17611 (python) S 17271 17277 17208 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 866614199 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17618] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17618/stat : 17618 (python) S 17271 17277 17208 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 866624113 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17625] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17625/stat : 17625 (python) S 17271 17277 17208 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 866634029 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17631] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17631/stat : 17631 (python) S 17271 17277 17208 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 866644043 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 700.89
Current children cumulated vsize (KiB) 7868760

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

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

[startup+704.301 s]
/proc/loadavg: 3.00 2.72 1.58 4/238 17632
/proc/meminfo: memFree=31110588/32951124 swapFree=67057920/67111528
[pid=17277] ppid=17271 vsize=362008 CPUtime=1.08 cores=0,2
/proc/17277/stat : 17277 (python) S 17271 17277 17208 0 -1 4202496 16308 934 1 0 84 24 0 0 19 0 9 0 866573653 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17277/statm: 90502 7470 1892 364 0 26399 0
[pid=17337] ppid=17277 vsize=290216 CPUtime=0.12 cores=0,2
/proc/17337/stat : 17337 (python) S 17277 17277 17208 0 -1 4202560 1149 0 0 0 7 5 0 0 19 0 2 0 866574141 297181184 5966 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17337/statm: 72554 5966 415 364 0 8472 0
[pid=17339] ppid=17337 vsize=1018084 CPUtime=100.03 cores=0,2
/proc/17339/stat : 17339 (gnovelty+2) T 17337 17339 17339 0 -1 4202496 555 0 0 0 10002 1 0 0 25 0 1 0 866574141 1042518016 287 33554432000 134512640 135663704 4286768432 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17339/statm: 254521 287 113 282 0 254237 0
[pid=17337/tid=17576] ppid=17277 vsize=290216 CPUtime=0 cores=0,2
/proc/17337/task/17576/stat : 17576 (python) S 17277 17277 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866584155 297181184 5966 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453933409600 0 0 -1 2 0 0 0
[pid=17577] ppid=17277 vsize=290228 CPUtime=0.13 cores=0,2
/proc/17577/stat : 17577 (python) S 17277 17277 17208 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 866584156 297193472 5951 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17577/statm: 72557 5951 400 364 0 8472 0
[pid=17579] ppid=17577 vsize=1018084 CPUtime=100.06 cores=0,2
/proc/17579/stat : 17579 (gnovelty+2) T 17577 17579 17579 0 -1 4202496 552 0 0 0 10006 0 0 0 25 0 1 0 866584156 1042518016 287 33554432000 134512640 135663704 4287113440 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17579/statm: 254521 287 113 282 0 254237 0
[pid=17577/tid=17587] ppid=17277 vsize=290228 CPUtime=0 cores=0,2
/proc/17577/task/17587/stat : 17587 (python) S 17277 17277 17208 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 866594169 297193472 5951 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453930566784 0 0 -1 2 0 0 0
[pid=17588] ppid=17277 vsize=300484 CPUtime=0.13 cores=0,2
/proc/17588/stat : 17588 (python) S 17277 17277 17208 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 866594171 307695616 5955 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17588/statm: 75121 5955 400 364 0 11033 0
[pid=17590] ppid=17588 vsize=417056 CPUtime=100.04 cores=0,2
/proc/17590/stat : 17590 (adaptg2wsat2009) T 17588 17590 17590 0 -1 4202496 717 0 0 0 10004 0 0 0 25 0 1 0 866594171 427065344 451 33554432000 134512640 135107411 4291633216 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17590/statm: 104264 451 59 146 0 103140 0
[pid=17588/tid=17602] ppid=17277 vsize=300484 CPUtime=0 cores=0,2
/proc/17588/task/17602/stat : 17602 (python) S 17277 17277 17208 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 866604183 307695616 5955 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453928073088 0 0 -1 2 0 0 0
[pid=17603] ppid=17277 vsize=310740 CPUtime=0.13 cores=0,2
/proc/17603/stat : 17603 (python) S 17277 17277 17208 0 -1 4202560 1081 0 0 0 6 7 0 0 19 0 2 0 866604185 318197760 5959 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17603/statm: 77685 5959 400 364 0 13594 0
[pid=17605] ppid=17603 vsize=417056 CPUtime=100.03 cores=0,2
/proc/17605/stat : 17605 (adaptg2wsat2009) T 17603 17605 17605 0 -1 4202496 713 0 0 0 10003 0 0 0 25 0 1 0 866604185 427065344 449 33554432000 134512640 135107411 4289174816 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17605/statm: 104264 449 59 146 0 103140 0
[pid=17603/tid=17609] ppid=17277 vsize=310740 CPUtime=0 cores=0,2
/proc/17603/task/17609/stat : 17609 (python) S 17277 17277 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866614197 318197760 5959 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453951335296 0 0 -1 0 0 0 0
[pid=17610] ppid=17277 vsize=320996 CPUtime=0.12 cores=0,2
/proc/17610/stat : 17610 (python) S 17277 17277 17208 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 866614199 328699904 5963 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17610/statm: 80249 5963 400 364 0 16155 0
[pid=17612] ppid=17610 vsize=417056 CPUtime=99.12 cores=0,2
/proc/17612/stat : 17612 (adaptg2wsat2009) T 17610 17612 17612 0 -1 4202496 719 0 0 0 9912 0 0 0 25 0 1 0 866614199 427065344 451 33554432000 134512640 135107411 4289546192 18446744073709551615 134539356 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17612/statm: 104264 451 59 146 0 103140 0
[pid=17610/tid=17616] ppid=17277 vsize=320996 CPUtime=0 cores=0,2
/proc/17610/task/17616/stat : 17616 (python) S 17277 17277 17208 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 866624112 328699904 5963 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453895373888 0 0 -1 0 0 0 0
[pid=17617] ppid=17277 vsize=331252 CPUtime=0.13 cores=0,2
/proc/17617/stat : 17617 (python) S 17277 17277 17208 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 866624113 339202048 5967 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17617/statm: 82813 5967 400 364 0 18716 0
[pid=17619] ppid=17617 vsize=1018084 CPUtime=99.13 cores=0,2
/proc/17619/stat : 17619 (gnovelty+2) T 17617 17619 17619 0 -1 4202496 548 0 0 0 9913 0 0 0 25 0 1 0 866624113 1042518016 288 33554432000 134512640 135663704 4289307552 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17619/statm: 254521 288 113 282 0 254237 0
[pid=17617/tid=17623] ppid=17277 vsize=331252 CPUtime=0 cores=0,2
/proc/17617/task/17623/stat : 17623 (python) S 17277 17277 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866634027 339202048 5967 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453968142784 0 0 -1 0 0 0 0
[pid=17624] ppid=17277 vsize=341508 CPUtime=0.13 cores=0,2
/proc/17624/stat : 17624 (python) S 17277 17277 17208 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 866634029 349704192 5971 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17624/statm: 85377 5971 400 364 0 21277 0
[pid=17626] ppid=17624 vsize=247228 CPUtime=100.11 cores=0,2
/proc/17626/stat : 17626 (FH) T 17624 17626 17626 0 -1 4202496 669 0 0 0 10011 0 0 0 25 0 1 0 866634029 253161472 405 33554432000 134512640 134936988 4288696576 18446744073709551615 134552872 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17626/statm: 61807 405 41 104 0 61311 0
[pid=17624/tid=17629] ppid=17277 vsize=341508 CPUtime=0 cores=0,2
/proc/17624/task/17629/stat : 17629 (python) S 17277 17277 17208 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 866644042 349704192 5971 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 514 18446604453943892160 0 0 -1 0 0 0 0
[pid=17630] ppid=17277 vsize=351764 CPUtime=0 cores=0,2
/proc/17630/stat : 17630 (python) S 17277 17277 17208 0 -1 4202560 763 0 0 0 0 0 0 0 19 0 1 0 866644043 360206336 5924 33554432000 4194304 5683644 140737013150592 18446744073709551615 254261636678 0 0 16781312 514 4264504780891619327 0 0 17 0 0 0 0
/proc/17630/statm: 87941 5924 350 364 0 23838 0
[pid=17632] ppid=17630 vsize=416916 CPUtime=0.4 cores=0,2
/proc/17632/stat : 17632 (adaptg2wsat2009) R 17630 17632 17632 0 -1 4202496 648 0 0 0 40 0 0 0 21 0 1 0 866644044 426921984 381 33554432000 134512640 135107411 4292723472 18446744073709551615 134523290 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17632/statm: 104229 381 49 146 0 103105 0
[pid=17277/tid=17338] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17338/stat : 17338 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 866574141 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17578] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17578/stat : 17578 (python) S 17271 17277 17208 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 866584156 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
[pid=17277/tid=17589] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17589/stat : 17589 (python) S 17271 17277 17208 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 866594171 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
[pid=17277/tid=17604] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17604/stat : 17604 (python) S 17271 17277 17208 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 866604185 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17611] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17611/stat : 17611 (python) S 17271 17277 17208 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 866614199 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17618] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17618/stat : 17618 (python) S 17271 17277 17208 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 866624113 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17625] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17625/stat : 17625 (python) S 17271 17277 17208 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 866634029 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 2 0 0 0
[pid=17277/tid=17631] ppid=17271 vsize=362008 CPUtime=0 cores=0,2
/proc/17277/task/17631/stat : 17631 (python) S 17271 17277 17208 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 866644043 370696192 7470 33554432000 4194304 5683644 140737013150592 18446744073709551615 254273440177 0 0 16781312 2 18446604453933410496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 700.89
Current children cumulated vsize (KiB) 7868760

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 704.363
CPU time (s): 700.89
CPU user time (s): 700.22
CPU system time (s): 0.67
CPU usage (%): 99.5069
Max. virtual memory (cumulated for all children) (KiB): 7868760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.85187
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17685
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= 18373
involuntary context switches= 48

runsolver used 1.2958 second user time and 2.58061 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-10 23:32:59
IDJOB=3377566
IDBENCH=82875
IDSOLVER=1857
FILE ID=node140/3377566-1307741579
RUNJOBID= node140-1307741579-17226
PBS_JOBID= 13550760
Free space on /tmp= 73812 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S199880667-010.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-3377566-1307741579/watcher-3377566-1307741579 -o /tmp/evaluation-result-3377566-1307741579/solver-3377566-1307741579 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377566-1307741579.cnf -seed 1847198014 -budget 2400

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

MD5SUM BENCH= 3919f50518b71f2cf8a267b92efd9aeb
RANDOM SEED=1847198014

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      31362716 kB
Buffers:        254044 kB
Cached:        1112136 kB
SwapCached:       7060 kB
Active:         692896 kB
Inactive:       691928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31362716 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:          127128 kB
Writeback:           0 kB
AnonPages:       17384 kB
Mapped:          12668 kB
Slab:           138136 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189340 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= 73712 MiB
End job on node140 at 2011-06-10 23:44:50