Trace number 3484052

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) 704.24 706.162

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S926861876-013-UNKNOWN.cnf
MD5SUMaa5d2fab702f701bf63e2d26e76ab2b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.48/2.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.48/2.51	c INFO: solving HOME/instance-3484052-1307747009.cnf
0.48/2.51	c INFO: computing task features
0.57/2.69	c INFO: computed variable-clause graph statistics
0.57/2.69	c INFO: computed clause balance statistics
1.47/3.58	c INFO: computed variable balance statistics
1.87/3.94	c INFO: computed small-clause counts
1.87/3.94	c INFO: computed Horn-clause counts
1.87/3.97	c INFO: computed variable graph statistics
1.87/3.97	c INFO: collected features for HOME/instance-3484052-1307747009.cnf in 1.45 s
1.87/3.98	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
102.05/104.16	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.25/204.33	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.38/304.47	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.61/404.61	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.83/504.76	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
603.06/604.96	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
703.25/705.11	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484052-1307747009/watcher-3484052-1307747009 -o /tmp/evaluation-result-3484052-1307747009/solver-3484052-1307747009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484052-1307747009.cnf -seed 5039089 -budget 1200 

running on 2 cores: 1,3

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: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=14820 CPUtime=0 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 512 0 0 0 0 0 0 0 21 0 1 0 886300936 15175680 419 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473963365 0 2147483391 4096 0 18446744071699962003 0 0 17 1 0 0 0
/proc/1261/statm: 3705 419 259 364 0 192 0

[startup+0.082689 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=18880 CPUtime=0.02 cores=1,3
/proc/1261/stat : 1261 (python) R 1255 1261 1193 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 886300936 19333120 1139 33554432000 4194304 5683644 140733585899472 18446744073709551615 4864831 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1261/statm: 4720 1139 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100687 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=23180 CPUtime=0.02 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 1323 0 0 0 2 0 0 0 17 0 1 0 886300936 23736320 1172 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/1261/statm: 5795 1172 432 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23180

[startup+0.300652 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=38900 CPUtime=0.03 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 1664 0 0 0 2 1 0 0 16 0 1 0 886300936 39833600 1490 33554432000 4194304 5683644 140733585899472 18446744073709551615 274469043847 0 2147483391 16781312 2 18446744071699962003 0 0 17 1 0 0 0
/proc/1261/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38900

[startup+0.700585 s]
/proc/loadavg: 0.00 0.00 0.03 6/183 1263
/proc/meminfo: memFree=31679316/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=128864 CPUtime=0.16 cores=1,3
/proc/1261/stat : 1261 (python) R 1255 1261 1193 0 -1 4202496 5550 930 1 0 10 6 0 0 17 0 1 0 886300936 131956736 4016 33554432000 4194304 5683644 140733585899472 18446744073709551615 274474010759 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1261/statm: 32215 4015 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 128864

[startup+1.50044 s]
/proc/loadavg: 0.16 0.03 0.04 3/190 1286
/proc/meminfo: memFree=31624844/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=135748 CPUtime=0.22 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 5972 930 1 0 13 9 0 0 15 0 1 0 886300936 139005952 4149 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699962003 0 0 17 3 0 0 0
/proc/1261/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135748

[startup+3.10016 s]
/proc/loadavg: 0.16 0.03 0.04 7/190 1286
/proc/meminfo: memFree=31616164/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=285632 CPUtime=1.07 cores=1,3
/proc/1261/stat : 1261 (python) R 1255 1261 1193 0 -1 4202496 12511 930 1 0 86 21 0 0 16 0 1 0 886300936 292487168 8793 33554432000 4194304 5683644 140733585899472 18446744073709551615 5003634 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1261/statm: 71408 8793 1826 364 0 7332 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 285632
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 0.47 0.10 0.06 7/199 1295
/proc/meminfo: memFree=31549764/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 12843 930 1 0 174 21 0 0 19 0 2 0 886300936 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 72629 7494 1869 364 0 8547 0
[pid=1293] ppid=1261 vsize=280756 CPUtime=0 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 886301335 287494144 5977 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987599 0 0 16781312 514 5629746103990583560 0 0 17 1 0 0 0
/proc/1293/statm: 70189 5977 355 364 0 6107 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=2.3 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) R 1293 1295 1295 0 -1 4202496 947 0 0 0 230 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1261/tid=1294] ppid=1255 vsize=290516 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 2 0 886301335 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1590980
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 0.75 0.16 0.09 6/202 1298
/proc/meminfo: memFree=31518132/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 12843 930 1 0 174 21 0 0 19 0 2 0 886300936 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 72629 7494 1869 364 0 8547 0
[pid=1293] ppid=1261 vsize=280756 CPUtime=0 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 886301335 287494144 6000 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987599 0 0 16781312 514 5629746103990583560 0 0 17 1 0 0 0
/proc/1293/statm: 70189 6000 378 364 0 6107 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=8.69 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) R 1293 1295 1295 0 -1 4202496 947 0 0 0 869 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1261/tid=1294] ppid=1255 vsize=290516 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 2 0 886301335 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 1590980

[startup+25.5002 s]
/proc/loadavg: 1.47 0.35 0.15 5/202 1301
/proc/meminfo: memFree=31519088/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 12843 930 1 0 174 21 0 0 19 0 2 0 886300936 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 72629 7494 1869 364 0 8547 0
[pid=1293] ppid=1261 vsize=280756 CPUtime=0.02 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 886301335 287494144 6000 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987599 0 0 16781312 514 7348660731031552264 0 0 17 1 0 0 0
/proc/1293/statm: 70189 6000 378 364 0 6107 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=21.48 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) R 1293 1295 1295 0 -1 4202496 947 0 0 0 2148 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1261/tid=1294] ppid=1255 vsize=290516 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 2 0 886301335 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 1590980

[startup+51.1008 s]
/proc/loadavg: 2.33 0.64 0.25 7/202 1302
/proc/meminfo: memFree=31519620/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 12843 930 1 0 174 21 0 0 19 0 2 0 886300936 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 72629 7494 1869 364 0 8547 0
[pid=1293] ppid=1261 vsize=280756 CPUtime=0.05 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 883 0 0 0 3 2 0 0 18 0 1 0 886301335 287494144 6000 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987599 0 0 16781312 514 7348660731031552264 0 0 17 1 0 0 0
/proc/1293/statm: 70189 6000 378 364 0 6107 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=47.04 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) R 1293 1295 1295 0 -1 4202496 947 0 0 0 4704 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1261/tid=1294] ppid=1255 vsize=290516 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 2 0 886301335 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.04
Current children cumulated vsize (KiB) 1590980

[startup+102.308 s]
/proc/loadavg: 3.27 1.16 0.44 6/202 1304
/proc/meminfo: memFree=31520540/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=290516 CPUtime=1.95 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 12843 930 1 0 174 21 0 0 19 0 2 0 886300936 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 72629 7494 1869 364 0 8547 0
[pid=1293] ppid=1261 vsize=280756 CPUtime=0.12 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 906 0 0 0 6 6 0 0 18 0 1 0 886301335 287494144 6000 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987599 0 0 16781312 514 7348660731031552264 0 0 17 1 0 0 0
/proc/1293/statm: 70189 6000 378 364 0 6107 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=98.19 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) R 1293 1295 1295 0 -1 4202496 947 0 0 0 9819 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1261/tid=1294] ppid=1255 vsize=290516 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 2 0 886301335 297488384 7494 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.26
Current children cumulated vsize (KiB) 1590980

[startup+162.301 s]
/proc/loadavg: 3.98 1.74 0.68 7/218 1321
/proc/meminfo: memFree=31468532/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=300772 CPUtime=1.96 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 13700 930 1 0 175 21 0 0 20 0 3 0 886300936 307990528 7501 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 75193 7501 1872 364 0 11108 0
[pid=1293] ppid=1261 vsize=291000 CPUtime=0.13 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 1142 0 0 0 7 6 0 0 19 0 2 0 886301335 297984000 6042 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1293/statm: 72750 6042 415 364 0 8668 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) T 1293 1295 1295 0 -1 4202496 947 0 0 0 10003 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1293/tid=1313] ppid=1261 vsize=291000 CPUtime=0 cores=1,3
/proc/1293/task/1313/stat : 1313 (python) S 1261 1261 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886311351 297984000 6042 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604454223470656 0 0 -1 3 0 0 0
[pid=1314] ppid=1261 vsize=291084 CPUtime=0.07 cores=1,3
/proc/1314/stat : 1314 (python) S 1261 1261 1193 0 -1 4202560 897 0 0 0 4 3 0 0 18 0 1 0 886311352 298070016 5998 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987654 0 0 16781312 514 7348660731031552264 0 0 17 1 0 0 0
/proc/1314/statm: 72771 5998 372 364 0 8686 0
[pid=1316] ppid=1314 vsize=1019708 CPUtime=58.07 cores=1,3
/proc/1316/stat : 1316 (gnovelty+2) R 1314 1316 1316 0 -1 4202496 952 0 0 0 5807 0 0 0 25 0 1 0 886311352 1044180992 689 33554432000 134512640 135663704 4290277456 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1316/statm: 254927 689 113 282 0 254643 0
[pid=1261/tid=1294] ppid=1255 vsize=300772 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 3 0 886301335 307990528 7501 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1315] ppid=1255 vsize=300772 CPUtime=0 cores=1,3
/proc/1261/task/1315/stat : 1315 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 3 0 886311352 307990528 7501 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 160.26
Current children cumulated vsize (KiB) 2922272

[startup+222.301 s]
/proc/loadavg: 3.99 2.15 0.89 6/234 1339
/proc/meminfo: memFree=31407956/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=311028 CPUtime=1.97 cores=1,3

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

[pid=1333] ppid=1261 vsize=301424 CPUtime=0.13 cores=1,3
/proc/1333/stat : 1333 (python) S 1261 1261 1193 0 -1 4202560 1071 0 0 0 6 7 0 0 19 0 2 0 886321370 308658176 6049 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1333/statm: 75356 6049 400 364 0 11268 0
[pid=1335] ppid=1333 vsize=420220 CPUtime=100.03 cores=1,3
/proc/1335/stat : 1335 (adaptg2wsat2009) T 1333 1335 1335 0 -1 4202496 1665 0 0 0 10003 0 0 0 25 0 1 0 886321370 430305280 1399 33554432000 134512640 135107411 4294838464 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1335/statm: 105055 1399 59 146 0 103931 0
[pid=1333/tid=1350] ppid=1261 vsize=301424 CPUtime=0 cores=1,3
/proc/1333/task/1350/stat : 1350 (python) S 1261 1261 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886331382 308658176 6049 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604471134877760 0 0 -1 3 0 0 0
[pid=1351] ppid=1261 vsize=311612 CPUtime=0.14 cores=1,3
/proc/1351/stat : 1351 (python) S 1261 1261 1193 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 886331383 319090688 6074 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1351/statm: 77903 6074 400 364 0 13812 0
[pid=1353] ppid=1351 vsize=420220 CPUtime=100.02 cores=1,3
/proc/1353/stat : 1353 (adaptg2wsat2009) T 1351 1353 1353 0 -1 4202496 1666 0 0 0 10002 0 0 0 25 0 1 0 886331383 430305280 1400 33554432000 134512640 135107411 4289307152 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1353/statm: 105055 1400 59 146 0 103931 0
[pid=1351/tid=1366] ppid=1261 vsize=311612 CPUtime=0 cores=1,3
/proc/1351/task/1366/stat : 1366 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886341397 319090688 6074 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604454223471552 0 0 -1 1 0 0 0
[pid=1367] ppid=1261 vsize=322064 CPUtime=0.14 cores=1,3
/proc/1367/stat : 1367 (python) S 1261 1261 1193 0 -1 4202560 1077 0 0 0 9 5 0 0 19 0 2 0 886341398 329793536 6078 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1367/statm: 80516 6078 400 364 0 16422 0
[pid=1369] ppid=1367 vsize=420220 CPUtime=100.13 cores=1,3
/proc/1369/stat : 1369 (adaptg2wsat2009) T 1367 1369 1369 0 -1 4202496 1663 0 0 0 10013 0 0 0 25 0 1 0 886341398 430305280 1399 33554432000 134512640 135107411 4290050560 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1369/statm: 105055 1399 59 146 0 103931 0
[pid=1367/tid=1426] ppid=1261 vsize=322064 CPUtime=0 cores=1,3
/proc/1367/task/1426/stat : 1426 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886351412 329793536 6078 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604464240559104 0 0 -1 3 0 0 0
[pid=1427] ppid=1261 vsize=332424 CPUtime=0.14 cores=1,3
/proc/1427/stat : 1427 (python) S 1261 1261 1193 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 886351413 340402176 6114 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1427/statm: 83106 6114 400 364 0 19009 0
[pid=1429] ppid=1427 vsize=1019708 CPUtime=100.04 cores=1,3
/proc/1429/stat : 1429 (gnovelty+2) T 1427 1429 1429 0 -1 4202496 949 0 0 0 10004 0 0 0 25 0 1 0 886351413 1044180992 689 33554432000 134512640 135663704 4292858848 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1429/statm: 254927 689 113 282 0 254643 0
[pid=1427/tid=1444] ppid=1261 vsize=332424 CPUtime=0 cores=1,3
/proc/1427/task/1444/stat : 1444 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361431 340402176 6114 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604471160750272 0 0 -1 3 0 0 0
[pid=1445] ppid=1261 vsize=342792 CPUtime=0.15 cores=1,3
/proc/1445/stat : 1445 (python) S 1261 1261 1193 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 886361432 351019008 6144 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1445/statm: 85698 6144 400 364 0 21598 0
[pid=1447] ppid=1445 vsize=249872 CPUtime=100 cores=1,3
/proc/1447/stat : 1447 (FH) T 1445 1447 1447 0 -1 4202496 1527 0 0 0 10000 0 0 0 25 0 1 0 886361433 255868928 1264 33554432000 134512640 134936988 4290840512 18446744073709551615 134545063 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1447/statm: 62468 1264 41 104 0 61972 0
[pid=1445/tid=1495] ppid=1261 vsize=342792 CPUtime=0 cores=1,3
/proc/1445/task/1495/stat : 1495 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886371447 351019008 6144 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604471132543808 0 0 -1 3 0 0 0
[pid=1496] ppid=1261 vsize=352960 CPUtime=0 cores=1,3
/proc/1496/stat : 1496 (python) S 1261 1261 1193 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 886371448 361431040 6126 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987654 0 0 16781312 514 11759332938452303871 0 0 17 1 0 0 0
/proc/1496/statm: 88240 6126 351 364 0 24137 0
[pid=1498] ppid=1496 vsize=419820 CPUtime=0.98 cores=1,3
/proc/1498/stat : 1498 (adaptg2wsat2009) R 1496 1498 1498 0 -1 4202496 1439 0 0 0 98 0 0 0 23 0 1 0 886371448 429895680 1174 33554432000 134512640 135107411 4286804544 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1498/statm: 104955 1174 49 146 0 103831 0
[pid=1261/tid=1294] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 9 0 886301335 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1315] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1315/stat : 1315 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 886311352 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1334] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1334/stat : 1334 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886321370 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 1 0 0 0
[pid=1261/tid=1352] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1352/stat : 1352 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886331383 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1368] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1368/stat : 1368 (python) S 1255 1261 1193 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 886341398 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 1 0 0 0
[pid=1261/tid=1428] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1428/stat : 1428 (python) S 1255 1261 1193 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 886351413 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 1 0 0 0
[pid=1261/tid=1446] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1446/stat : 1446 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886361433 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1497] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1497/stat : 1497 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886371448 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704.24
Current children cumulated vsize (KiB) 7897532

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

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

[startup+706.102 s]
/proc/loadavg: 4.00 3.63 2.14 4/229 1540
/proc/meminfo: memFree=31537608/32950928 swapFree=67079488/67111528
[pid=1261] ppid=1255 vsize=362696 CPUtime=2.02 cores=1,3
/proc/1261/stat : 1261 (python) S 1255 1261 1193 0 -1 4202496 18733 930 1 0 179 23 0 0 20 0 9 0 886300936 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1261/statm: 90674 7662 1884 364 0 26571 0
[pid=1293] ppid=1261 vsize=291000 CPUtime=0.13 cores=1,3
/proc/1293/stat : 1293 (python) S 1261 1261 1193 0 -1 4202560 1142 0 0 0 7 6 0 0 19 0 2 0 886301335 297984000 6042 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1293/statm: 72750 6042 415 364 0 8668 0
[pid=1295] ppid=1293 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/1295/stat : 1295 (gnovelty+2) T 1293 1295 1295 0 -1 4202496 947 0 0 0 10003 0 0 0 25 0 1 0 886301335 1044180992 689 33554432000 134512640 135663704 4290683920 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1295/statm: 254927 689 113 282 0 254643 0
[pid=1293/tid=1313] ppid=1261 vsize=291000 CPUtime=0 cores=1,3
/proc/1293/task/1313/stat : 1313 (python) S 1261 1261 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886311351 297984000 6042 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604454223470656 0 0 -1 3 0 0 0
[pid=1314] ppid=1261 vsize=291084 CPUtime=0.12 cores=1,3
/proc/1314/stat : 1314 (python) S 1261 1261 1193 0 -1 4202560 1068 0 0 0 7 5 0 0 19 0 2 0 886311352 298070016 6027 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1314/statm: 72771 6027 400 364 0 8686 0
[pid=1316] ppid=1314 vsize=1019708 CPUtime=100.04 cores=1,3
/proc/1316/stat : 1316 (gnovelty+2) T 1314 1316 1316 0 -1 4202496 952 0 0 0 10004 0 0 0 25 0 1 0 886311352 1044180992 689 33554432000 134512640 135663704 4290277456 18446744073709551615 134525271 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1316/statm: 254927 689 113 282 0 254643 0
[pid=1314/tid=1332] ppid=1261 vsize=291084 CPUtime=0 cores=1,3
/proc/1314/task/1332/stat : 1332 (python) S 1261 1261 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886321369 298070016 6027 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604468856357312 0 0 -1 3 0 0 0
[pid=1333] ppid=1261 vsize=301424 CPUtime=0.13 cores=1,3
/proc/1333/stat : 1333 (python) S 1261 1261 1193 0 -1 4202560 1071 0 0 0 6 7 0 0 19 0 2 0 886321370 308658176 6049 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1333/statm: 75356 6049 400 364 0 11268 0
[pid=1335] ppid=1333 vsize=420220 CPUtime=100.03 cores=1,3
/proc/1335/stat : 1335 (adaptg2wsat2009) T 1333 1335 1335 0 -1 4202496 1665 0 0 0 10003 0 0 0 25 0 1 0 886321370 430305280 1399 33554432000 134512640 135107411 4294838464 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1335/statm: 105055 1399 59 146 0 103931 0
[pid=1333/tid=1350] ppid=1261 vsize=301424 CPUtime=0 cores=1,3
/proc/1333/task/1350/stat : 1350 (python) S 1261 1261 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886331382 308658176 6049 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604471134877760 0 0 -1 3 0 0 0
[pid=1351] ppid=1261 vsize=311612 CPUtime=0.14 cores=1,3
/proc/1351/stat : 1351 (python) S 1261 1261 1193 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 886331383 319090688 6074 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1351/statm: 77903 6074 400 364 0 13812 0
[pid=1353] ppid=1351 vsize=420220 CPUtime=100.02 cores=1,3
/proc/1353/stat : 1353 (adaptg2wsat2009) T 1351 1353 1353 0 -1 4202496 1666 0 0 0 10002 0 0 0 25 0 1 0 886331383 430305280 1400 33554432000 134512640 135107411 4289307152 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1353/statm: 105055 1400 59 146 0 103931 0
[pid=1351/tid=1366] ppid=1261 vsize=311612 CPUtime=0 cores=1,3
/proc/1351/task/1366/stat : 1366 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886341397 319090688 6074 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604454223471552 0 0 -1 1 0 0 0
[pid=1367] ppid=1261 vsize=322064 CPUtime=0.14 cores=1,3
/proc/1367/stat : 1367 (python) S 1261 1261 1193 0 -1 4202560 1077 0 0 0 9 5 0 0 19 0 2 0 886341398 329793536 6078 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1367/statm: 80516 6078 400 364 0 16422 0
[pid=1369] ppid=1367 vsize=420220 CPUtime=100.13 cores=1,3
/proc/1369/stat : 1369 (adaptg2wsat2009) T 1367 1369 1369 0 -1 4202496 1663 0 0 0 10013 0 0 0 25 0 1 0 886341398 430305280 1399 33554432000 134512640 135107411 4290050560 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1369/statm: 105055 1399 59 146 0 103931 0
[pid=1367/tid=1426] ppid=1261 vsize=322064 CPUtime=0 cores=1,3
/proc/1367/task/1426/stat : 1426 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886351412 329793536 6078 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604464240559104 0 0 -1 3 0 0 0
[pid=1427] ppid=1261 vsize=332424 CPUtime=0.14 cores=1,3
/proc/1427/stat : 1427 (python) S 1261 1261 1193 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 886351413 340402176 6114 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1427/statm: 83106 6114 400 364 0 19009 0
[pid=1429] ppid=1427 vsize=1019708 CPUtime=100.04 cores=1,3
/proc/1429/stat : 1429 (gnovelty+2) T 1427 1429 1429 0 -1 4202496 949 0 0 0 10004 0 0 0 25 0 1 0 886351413 1044180992 689 33554432000 134512640 135663704 4292858848 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1429/statm: 254927 689 113 282 0 254643 0
[pid=1427/tid=1444] ppid=1261 vsize=332424 CPUtime=0 cores=1,3
/proc/1427/task/1444/stat : 1444 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361431 340402176 6114 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604471160750272 0 0 -1 3 0 0 0
[pid=1445] ppid=1261 vsize=342792 CPUtime=0.15 cores=1,3
/proc/1445/stat : 1445 (python) S 1261 1261 1193 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 886361432 351019008 6144 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1445/statm: 85698 6144 400 364 0 21598 0
[pid=1447] ppid=1445 vsize=249872 CPUtime=100 cores=1,3
/proc/1447/stat : 1447 (FH) T 1445 1447 1447 0 -1 4202496 1527 0 0 0 10000 0 0 0 25 0 1 0 886361433 255868928 1264 33554432000 134512640 134936988 4290840512 18446744073709551615 134545063 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1447/statm: 62468 1264 41 104 0 61972 0
[pid=1445/tid=1495] ppid=1261 vsize=342792 CPUtime=0 cores=1,3
/proc/1445/task/1495/stat : 1495 (python) S 1261 1261 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886371447 351019008 6144 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 514 18446604471132543808 0 0 -1 3 0 0 0
[pid=1496] ppid=1261 vsize=352960 CPUtime=0 cores=1,3
/proc/1496/stat : 1496 (python) S 1261 1261 1193 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 886371448 361431040 6126 33554432000 4194304 5683644 140733585899472 18446744073709551615 274473987654 0 0 16781312 514 11759332938452303871 0 0 17 1 0 0 0
/proc/1496/statm: 88240 6126 351 364 0 24137 0
[pid=1498] ppid=1496 vsize=419820 CPUtime=0.98 cores=1,3
/proc/1498/stat : 1498 (adaptg2wsat2009) R 1496 1498 1498 0 -1 4202496 1439 0 0 0 98 0 0 0 23 0 1 0 886371448 429895680 1174 33554432000 134512640 135107411 4286804544 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1498/statm: 104955 1174 49 146 0 103831 0
[pid=1261/tid=1294] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1294/stat : 1294 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 19 0 9 0 886301335 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1315] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1315/stat : 1315 (python) S 1255 1261 1193 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 886311352 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1334] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1334/stat : 1334 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886321370 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 1 0 0 0
[pid=1261/tid=1352] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1352/stat : 1352 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886331383 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1368] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1368/stat : 1368 (python) S 1255 1261 1193 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 886341398 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 1 0 0 0
[pid=1261/tid=1428] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1428/stat : 1428 (python) S 1255 1261 1193 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 886351413 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 1 0 0 0
[pid=1261/tid=1446] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1446/stat : 1446 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886361433 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
[pid=1261/tid=1497] ppid=1255 vsize=362696 CPUtime=0 cores=1,3
/proc/1261/task/1497/stat : 1497 (python) S 1255 1261 1193 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886371448 371400704 7662 33554432000 4194304 5683644 140733585899472 18446744073709551615 274485791153 0 0 16781312 2 18446604471164520512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704.24
Current children cumulated vsize (KiB) 7897532

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 706.162
CPU time (s): 704.24
CPU user time (s): 703.6
CPU system time (s): 0.64
CPU usage (%): 99.7278
Max. virtual memory (cumulated for all children) (KiB): 7897532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.80572
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20158
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= 13431
involuntary context switches= 52

runsolver used 1.46978 second user time and 3.44148 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:03:29
IDJOB=3484052
IDBENCH=82563
IDSOLVER=1975
FILE ID=node125/3484052-1307747009
RUNJOBID= node125-1307747008-1213
PBS_JOBID= 13550832
Free space on /tmp= 74028 MiB

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

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

MD5SUM BENCH= aa5d2fab702f701bf63e2d26e76ab2b3
RANDOM SEED=5039089

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:     32950928 kB
MemFree:      31682492 kB
Buffers:        242812 kB
Cached:         786868 kB
SwapCached:       3400 kB
Active:         542928 kB
Inactive:       524068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31682492 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:          131056 kB
Writeback:           0 kB
AnonPages:       35392 kB
Mapped:          13564 kB
Slab:           136196 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192316 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= 73900 MiB
End job on node125 at 2011-06-11 01:15:21