Trace number 3484221

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 701.67 701.764

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1901567697-013.UNKNOWN.cnf
MD5SUM6416f44b34786f590ff716f4b8e2cf7c
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.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.50	c INFO: solving HOME/instance-3484221-1307748402.cnf
0.39/0.50	c INFO: computing task features
0.39/0.52	c INFO: computed variable-clause graph statistics
0.39/0.52	c INFO: computed clause balance statistics
0.59/0.77	c INFO: computed variable balance statistics
0.69/0.87	c INFO: computed small-clause counts
0.69/0.87	c INFO: computed Horn-clause counts
0.69/0.87	c INFO: computed variable graph statistics
0.69/0.87	c INFO: collected features for HOME/instance-3484221-1307748402.cnf in 0.40 s
0.69/0.88	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
100.87/101.02	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.96/201.16	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.07/301.29	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.29/401.43	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.37/501.56	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.45/601.70	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
700.75/700.84	c INFO: running adaptg2wsat2009++@0 for 97 with 500 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-3484221-1307748402/watcher-3484221-1307748402 -o /tmp/evaluation-result-3484221-1307748402/solver-3484221-1307748402 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484221-1307748402.cnf -seed 1017891483 -budget 1200 

running on 2 cores: 5,7

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: 4.08 3.99 3.12 4/233 13856
/proc/meminfo: memFree=31668172/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=15384 CPUtime=0 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 867256125 15753216 704 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/13856/statm: 3846 704 334 364 0 333 0

[startup+0.0393089 s]
/proc/loadavg: 4.08 3.99 3.12 4/233 13856
/proc/meminfo: memFree=31668172/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=18888 CPUtime=0.02 cores=5,7
/proc/13856/stat : 13856 (python) R 13854 13856 12976 0 -1 4202496 1290 0 0 0 2 0 0 0 25 0 1 0 867256125 19341312 1141 33554432000 4194304 5683644 140735912531232 18446744073709551615 4877038 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13856/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100293 s]
/proc/loadavg: 4.08 3.99 3.12 4/233 13856
/proc/meminfo: memFree=31668172/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=104224 CPUtime=0.07 cores=5,7
/proc/13856/stat : 13856 (python) R 13854 13856 12976 0 -1 4202496 3051 0 0 0 5 2 0 0 17 0 1 0 867256125 106725376 2733 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/13856/statm: 26056 2733 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.30026 s]
/proc/loadavg: 4.08 3.99 3.12 4/233 13856
/proc/meminfo: memFree=31668172/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=168676 CPUtime=0.22 cores=5,7
/proc/13856/stat : 13856 (python) R 13854 13856 12976 0 -1 4202496 6729 934 1 0 16 6 0 0 17 0 1 0 867256125 172724224 4797 33554432000 4194304 5683644 140735912531232 18446744073709551615 4456163 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13856/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.700183 s]
/proc/loadavg: 4.08 3.99 3.12 4/233 13856
/proc/meminfo: memFree=31668172/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=279952 CPUtime=0.59 cores=5,7
/proc/13856/stat : 13856 (python) R 13854 13856 12976 0 -1 4202496 9815 934 1 0 51 8 0 0 17 0 1 0 867256125 286670848 7372 33554432000 4194304 5683644 140735912531232 18446744073709551615 4303041 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13856/statm: 69988 7372 1826 364 0 5912 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279952

[startup+1.50104 s]
/proc/loadavg: 4.08 3.99 3.12 5/237 13864
/proc/meminfo: memFree=31642496/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=290220 CPUtime=0.77 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10104 934 1 0 69 8 0 0 20 0 2 0 867256125 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 72555 7419 1869 364 0 8473 0
[pid=13862] ppid=13856 vsize=279976 CPUtime=0 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 867256214 286695424 5900 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256527 0 0 16781312 514 4577808695081041919 0 0 17 5 0 0 0
/proc/13862/statm: 69994 5900 354 364 0 5912 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=0.6 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) R 13862 13864 13864 0 -1 4202496 551 0 0 0 60 0 0 0 22 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134564715 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=290220 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867256214 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1588280

[startup+3.10074 s]
/proc/loadavg: 4.08 3.99 3.12 5/237 13864
/proc/meminfo: memFree=31642000/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=290220 CPUtime=0.77 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10104 934 1 0 69 8 0 0 20 0 2 0 867256125 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 72555 7419 1869 364 0 8473 0
[pid=13862] ppid=13856 vsize=279976 CPUtime=0 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867256214 286695424 5900 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256527 0 0 16781312 514 4577808695081009416 0 0 17 5 0 0 0
/proc/13862/statm: 69994 5900 354 364 0 5912 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=2.2 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) R 13862 13864 13864 0 -1 4202496 551 0 0 0 220 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134544225 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=290220 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867256214 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1588280

[startup+6.30115 s]
/proc/loadavg: 4.08 3.99 3.12 5/237 13864
/proc/meminfo: memFree=31640756/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=290220 CPUtime=0.77 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10104 934 1 0 69 8 0 0 20 0 2 0 867256125 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 72555 7419 1869 364 0 8473 0
[pid=13862] ppid=13856 vsize=279976 CPUtime=0 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 1 0 867256214 286695424 5922 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256527 0 0 16781312 514 4577808695081009416 0 0 17 5 0 0 0
/proc/13862/statm: 69994 5922 376 364 0 5912 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=5.39 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) R 13862 13864 13864 0 -1 4202496 551 0 0 0 539 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134525708 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=290220 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867256214 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1588280

[startup+12.701 s]
/proc/loadavg: 4.07 3.99 3.13 5/237 13864
/proc/meminfo: memFree=31640732/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=290220 CPUtime=0.77 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10104 934 1 0 69 8 0 0 20 0 2 0 867256125 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 72555 7419 1869 364 0 8473 0
[pid=13862] ppid=13856 vsize=279976 CPUtime=0.01 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 874 0 0 0 0 1 0 0 18 0 1 0 867256214 286695424 5922 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256527 0 0 16781312 514 7883287264921354504 0 0 17 5 0 0 0
/proc/13862/statm: 69994 5922 376 364 0 5912 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=11.79 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) R 13862 13864 13864 0 -1 4202496 551 0 0 0 1179 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=290220 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867256214 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588280

[startup+25.5006 s]
/proc/loadavg: 4.05 3.99 3.14 5/237 13864
/proc/meminfo: memFree=31641064/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=290220 CPUtime=0.77 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10104 934 1 0 69 8 0 0 20 0 2 0 867256125 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 72555 7419 1869 364 0 8473 0
[pid=13862] ppid=13856 vsize=279976 CPUtime=0.02 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 879 0 0 0 1 1 0 0 18 0 1 0 867256214 286695424 5922 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256527 0 0 16781312 514 7883287264921354504 0 0 17 5 0 0 0
/proc/13862/statm: 69994 5922 376 364 0 5912 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=24.57 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) R 13862 13864 13864 0 -1 4202496 551 0 0 0 2457 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=290220 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867256214 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1588280

[startup+51.1009 s]
/proc/loadavg: 4.03 3.99 3.16 5/241 13869
/proc/meminfo: memFree=31632060/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=290220 CPUtime=0.77 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10104 934 1 0 69 8 0 0 20 0 2 0 867256125 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 72555 7419 1869 364 0 8473 0
[pid=13862] ppid=13856 vsize=279976 CPUtime=0.06 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 892 0 0 0 3 3 0 0 18 0 1 0 867256214 286695424 5922 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256527 0 0 16781312 514 7883287264921354504 0 0 17 5 0 0 0
/proc/13862/statm: 69994 5922 376 364 0 5912 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=50.14 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) R 13862 13864 13864 0 -1 4202496 551 0 0 0 5014 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=290220 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867256214 297185280 7419 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1588280

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.20 5/221 13925
/proc/meminfo: memFree=31686228/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=300476 CPUtime=0.78 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10985 934 1 0 70 8 0 0 20 0 3 0 867256125 307687424 7426 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 75119 7426 1872 364 0 11034 0
[pid=13862] ppid=13856 vsize=290220 CPUtime=0.12 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 867256214 297185280 5966 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13862/statm: 72555 5966 415 364 0 8473 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) T 13862 13864 13864 0 -1 4202496 551 0 0 0 9999 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13862/tid=13922] ppid=13856 vsize=290220 CPUtime=0 cores=5,7
/proc/13862/task/13922/stat : 13922 (python) S 13856 13856 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867266227 297185280 5966 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471158416576 0 0 -1 7 0 0 0
[pid=13923] ppid=13856 vsize=290232 CPUtime=0 cores=5,7
/proc/13923/stat : 13923 (python) S 13856 13856 12976 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867266228 297197568 5898 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256582 0 0 16781312 514 4458986122734698760 0 0 17 5 0 0 0
/proc/13923/statm: 72558 5898 348 364 0 8473 0
[pid=13925] ppid=13923 vsize=1018084 CPUtime=1.27 cores=5,7
/proc/13925/stat : 13925 (gnovelty+2) R 13923 13925 13925 0 -1 4202496 551 0 0 0 127 0 0 0 25 0 1 0 867266228 1042518016 288 33554432000 134512640 135663704 4292097536 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13925/statm: 254521 288 113 282 0 254237 0
[pid=13856/tid=13863] ppid=13854 vsize=300476 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 867256214 307687424 7426 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=13924] ppid=13854 vsize=300476 CPUtime=0 cores=5,7
/proc/13856/task/13924/stat : 13924 (python) S 13854 13856 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867266228 307687424 7426 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2917096

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.25 5/225 13931
/proc/meminfo: memFree=31675208/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=300476 CPUtime=0.78 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 10985 934 1 0 70 8 0 0 20 0 3 0 867256125 307687424 7426 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 75119 7426 1872 364 0 11034 0
[pid=13862] ppid=13856 vsize=290220 CPUtime=0.12 cores=5,7

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

[pid=13983] ppid=13856 vsize=300488 CPUtime=0.13 cores=5,7
/proc/13983/stat : 13983 (python) S 13856 13856 12976 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867276242 307699712 5955 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13983/statm: 75122 5955 400 364 0 11034 0
[pid=13985] ppid=13983 vsize=417056 CPUtime=100 cores=5,7
/proc/13985/stat : 13985 (adaptg2wsat2009) T 13983 13985 13985 0 -1 4202496 718 0 0 0 10000 0 0 0 25 0 1 0 867276243 427065344 450 33554432000 134512640 135107411 4294334240 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13985/statm: 104264 450 59 146 0 103140 0
[pid=13983/tid=14089] ppid=13856 vsize=300488 CPUtime=0 cores=5,7
/proc/13983/task/14089/stat : 14089 (python) S 13856 13856 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867286254 307699712 5955 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 5 0 0 0
[pid=14090] ppid=13856 vsize=310744 CPUtime=0.13 cores=5,7
/proc/14090/stat : 14090 (python) S 13856 13856 12976 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867286255 318201856 5959 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14090/statm: 77686 5959 400 364 0 13595 0
[pid=14092] ppid=14090 vsize=417056 CPUtime=99.99 cores=5,7
/proc/14092/stat : 14092 (adaptg2wsat2009) T 14090 14092 14092 0 -1 4202496 715 0 0 0 9999 0 0 0 25 0 1 0 867286256 427065344 449 33554432000 134512640 135107411 4293905488 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14092/statm: 104264 449 59 146 0 103140 0
[pid=14090/tid=14149] ppid=13856 vsize=310744 CPUtime=0 cores=5,7
/proc/14090/task/14149/stat : 14149 (python) S 13856 13856 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867296268 318201856 5959 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604462957213888 0 0 -1 7 0 0 0
[pid=14150] ppid=13856 vsize=321000 CPUtime=0.13 cores=5,7
/proc/14150/stat : 14150 (python) S 13856 13856 12976 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867296268 328704000 5963 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14150/statm: 80250 5963 400 364 0 16156 0
[pid=14152] ppid=14150 vsize=417056 CPUtime=99.98 cores=5,7
/proc/14152/stat : 14152 (adaptg2wsat2009) T 14150 14152 14152 0 -1 4202496 716 0 0 0 9998 0 0 0 25 0 1 0 867296269 427065344 451 33554432000 134512640 135107411 4289266544 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14152/statm: 104264 451 59 146 0 103140 0
[pid=14150/tid=14260] ppid=13856 vsize=321000 CPUtime=0 cores=5,7
/proc/14150/task/14260/stat : 14260 (python) S 13856 13856 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867306281 328704000 5963 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604466388297600 0 0 -1 5 0 0 0
[pid=14261] ppid=13856 vsize=331256 CPUtime=0.13 cores=5,7
/proc/14261/stat : 14261 (python) S 13856 13856 12976 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 867306282 339206144 5967 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14261/statm: 82814 5967 400 364 0 18717 0
[pid=14263] ppid=14261 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/14263/stat : 14263 (gnovelty+2) T 14261 14263 14263 0 -1 4202496 549 0 0 0 9999 0 0 0 25 0 1 0 867306282 1042518016 287 33554432000 134512640 135663704 4293763104 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14263/statm: 254521 287 113 282 0 254237 0
[pid=14261/tid=14275] ppid=13856 vsize=331256 CPUtime=0 cores=5,7
/proc/14261/task/14275/stat : 14275 (python) S 13856 13856 12976 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867316295 339206144 5967 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471158121792 0 0 -1 7 0 0 0
[pid=14276] ppid=13856 vsize=341512 CPUtime=0.13 cores=5,7
/proc/14276/stat : 14276 (python) S 13856 13856 12976 0 -1 4202560 1070 0 0 0 7 6 0 0 19 0 2 0 867316296 349708288 5971 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14276/statm: 85378 5971 400 364 0 21278 0
[pid=14278] ppid=14276 vsize=247232 CPUtime=99.12 cores=5,7
/proc/14278/stat : 14278 (FH) T 14276 14278 14278 0 -1 4202496 670 0 0 0 9912 0 0 0 25 0 1 0 867316296 253165568 406 33554432000 134512640 134936988 4289647520 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14278/statm: 61808 406 41 104 0 61312 0
[pid=14276/tid=14289] ppid=13856 vsize=341512 CPUtime=0 cores=5,7
/proc/14276/task/14289/stat : 14289 (python) S 13856 13856 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867326209 349708288 5971 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471140163840 0 0 -1 7 0 0 0
[pid=14290] ppid=13856 vsize=351768 CPUtime=0 cores=5,7
/proc/14290/stat : 14290 (python) S 13856 13856 12976 0 -1 4202560 837 0 0 0 0 0 0 0 19 0 1 0 867326210 360210432 5924 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256582 0 0 16781312 514 4499417639189217279 0 0 17 5 0 0 0
/proc/14290/statm: 87942 5924 350 364 0 23839 0
[pid=14292] ppid=14290 vsize=416916 CPUtime=0.85 cores=5,7
/proc/14292/stat : 14292 (adaptg2wsat2009) R 14290 14292 14292 0 -1 4202496 650 0 0 0 85 0 0 0 23 0 1 0 867326210 426921984 381 33554432000 134512640 135107411 4291023344 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14292/statm: 104229 381 49 146 0 103105 0
[pid=13856/tid=13863] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867256214 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=13924] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/13924/stat : 13924 (python) S 13854 13856 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867266228 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=13984] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/13984/stat : 13984 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867276242 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 7 0 0 0
[pid=13856/tid=14091] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14091/stat : 14091 (python) S 13854 13856 12976 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867286255 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=14151] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14151/stat : 14151 (python) S 13854 13856 12976 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867296269 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 7 0 0 0
[pid=13856/tid=14262] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14262/stat : 14262 (python) S 13854 13856 12976 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867306282 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=14277] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14277/stat : 14277 (python) S 13854 13856 12976 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867316296 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=14291] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14291/stat : 14291 (python) S 13854 13856 12976 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 867326210 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.67
Current children cumulated vsize (KiB) 7868800

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

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

[startup+701.702 s]
/proc/loadavg: 4.00 4.02 3.58 5/251 14292
/proc/meminfo: memFree=31716852/32951124 swapFree=67062492/67111528
[pid=13856] ppid=13854 vsize=362012 CPUtime=0.84 cores=5,7
/proc/13856/stat : 13856 (python) S 13854 13856 12976 0 -1 4202496 16213 934 1 0 74 10 0 0 20 0 9 0 867256125 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13856/statm: 90503 7462 1884 364 0 26400 0
[pid=13862] ppid=13856 vsize=290220 CPUtime=0.12 cores=5,7
/proc/13862/stat : 13862 (python) S 13856 13856 12976 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 867256214 297185280 5966 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13862/statm: 72555 5966 415 364 0 8473 0
[pid=13864] ppid=13862 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/13864/stat : 13864 (gnovelty+2) T 13862 13864 13864 0 -1 4202496 551 0 0 0 9999 0 0 0 25 0 1 0 867256214 1042518016 288 33554432000 134512640 135663704 4294861488 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13864/statm: 254521 288 113 282 0 254237 0
[pid=13862/tid=13922] ppid=13856 vsize=290220 CPUtime=0 cores=5,7
/proc/13862/task/13922/stat : 13922 (python) S 13856 13856 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867266227 297185280 5966 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471158416576 0 0 -1 7 0 0 0
[pid=13923] ppid=13856 vsize=290232 CPUtime=0.13 cores=5,7
/proc/13923/stat : 13923 (python) S 13856 13856 12976 0 -1 4202560 1081 0 0 0 6 7 0 0 19 0 2 0 867266228 297197568 5951 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13923/statm: 72558 5951 400 364 0 8473 0
[pid=13925] ppid=13923 vsize=1018084 CPUtime=100.01 cores=5,7
/proc/13925/stat : 13925 (gnovelty+2) T 13923 13925 13925 0 -1 4202496 551 0 0 0 10001 0 0 0 25 0 1 0 867266228 1042518016 288 33554432000 134512640 135663704 4292097536 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13925/statm: 254521 288 113 282 0 254237 0
[pid=13923/tid=13982] ppid=13856 vsize=290232 CPUtime=0 cores=5,7
/proc/13923/task/13982/stat : 13982 (python) S 13856 13856 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867276241 297197568 5951 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751040 0 0 -1 7 0 0 0
[pid=13983] ppid=13856 vsize=300488 CPUtime=0.13 cores=5,7
/proc/13983/stat : 13983 (python) S 13856 13856 12976 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867276242 307699712 5955 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13983/statm: 75122 5955 400 364 0 11034 0
[pid=13985] ppid=13983 vsize=417056 CPUtime=100 cores=5,7
/proc/13985/stat : 13985 (adaptg2wsat2009) T 13983 13985 13985 0 -1 4202496 718 0 0 0 10000 0 0 0 25 0 1 0 867276243 427065344 450 33554432000 134512640 135107411 4294334240 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13985/statm: 104264 450 59 146 0 103140 0
[pid=13983/tid=14089] ppid=13856 vsize=300488 CPUtime=0 cores=5,7
/proc/13983/task/14089/stat : 14089 (python) S 13856 13856 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867286254 307699712 5955 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 5 0 0 0
[pid=14090] ppid=13856 vsize=310744 CPUtime=0.13 cores=5,7
/proc/14090/stat : 14090 (python) S 13856 13856 12976 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867286255 318201856 5959 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14090/statm: 77686 5959 400 364 0 13595 0
[pid=14092] ppid=14090 vsize=417056 CPUtime=99.99 cores=5,7
/proc/14092/stat : 14092 (adaptg2wsat2009) T 14090 14092 14092 0 -1 4202496 715 0 0 0 9999 0 0 0 25 0 1 0 867286256 427065344 449 33554432000 134512640 135107411 4293905488 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14092/statm: 104264 449 59 146 0 103140 0
[pid=14090/tid=14149] ppid=13856 vsize=310744 CPUtime=0 cores=5,7
/proc/14090/task/14149/stat : 14149 (python) S 13856 13856 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867296268 318201856 5959 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604462957213888 0 0 -1 7 0 0 0
[pid=14150] ppid=13856 vsize=321000 CPUtime=0.13 cores=5,7
/proc/14150/stat : 14150 (python) S 13856 13856 12976 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867296268 328704000 5963 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14150/statm: 80250 5963 400 364 0 16156 0
[pid=14152] ppid=14150 vsize=417056 CPUtime=99.98 cores=5,7
/proc/14152/stat : 14152 (adaptg2wsat2009) T 14150 14152 14152 0 -1 4202496 716 0 0 0 9998 0 0 0 25 0 1 0 867296269 427065344 451 33554432000 134512640 135107411 4289266544 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14152/statm: 104264 451 59 146 0 103140 0
[pid=14150/tid=14260] ppid=13856 vsize=321000 CPUtime=0 cores=5,7
/proc/14150/task/14260/stat : 14260 (python) S 13856 13856 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867306281 328704000 5963 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604466388297600 0 0 -1 5 0 0 0
[pid=14261] ppid=13856 vsize=331256 CPUtime=0.13 cores=5,7
/proc/14261/stat : 14261 (python) S 13856 13856 12976 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 867306282 339206144 5967 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14261/statm: 82814 5967 400 364 0 18717 0
[pid=14263] ppid=14261 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/14263/stat : 14263 (gnovelty+2) T 14261 14263 14263 0 -1 4202496 549 0 0 0 9999 0 0 0 25 0 1 0 867306282 1042518016 287 33554432000 134512640 135663704 4293763104 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14263/statm: 254521 287 113 282 0 254237 0
[pid=14261/tid=14275] ppid=13856 vsize=331256 CPUtime=0 cores=5,7
/proc/14261/task/14275/stat : 14275 (python) S 13856 13856 12976 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867316295 339206144 5967 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471158121792 0 0 -1 7 0 0 0
[pid=14276] ppid=13856 vsize=341512 CPUtime=0.13 cores=5,7
/proc/14276/stat : 14276 (python) S 13856 13856 12976 0 -1 4202560 1070 0 0 0 7 6 0 0 19 0 2 0 867316296 349708288 5971 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14276/statm: 85378 5971 400 364 0 21278 0
[pid=14278] ppid=14276 vsize=247232 CPUtime=99.12 cores=5,7
/proc/14278/stat : 14278 (FH) T 14276 14278 14278 0 -1 4202496 670 0 0 0 9912 0 0 0 25 0 1 0 867316296 253165568 406 33554432000 134512640 134936988 4289647520 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14278/statm: 61808 406 41 104 0 61312 0
[pid=14276/tid=14289] ppid=13856 vsize=341512 CPUtime=0 cores=5,7
/proc/14276/task/14289/stat : 14289 (python) S 13856 13856 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867326209 349708288 5971 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 514 18446604471140163840 0 0 -1 7 0 0 0
[pid=14290] ppid=13856 vsize=351768 CPUtime=0 cores=5,7
/proc/14290/stat : 14290 (python) S 13856 13856 12976 0 -1 4202560 837 0 0 0 0 0 0 0 19 0 1 0 867326210 360210432 5924 33554432000 4194304 5683644 140735912531232 18446744073709551615 220816256582 0 0 16781312 514 4499417639189217279 0 0 17 5 0 0 0
/proc/14290/statm: 87942 5924 350 364 0 23839 0
[pid=14292] ppid=14290 vsize=416916 CPUtime=0.85 cores=5,7
/proc/14292/stat : 14292 (adaptg2wsat2009) R 14290 14292 14292 0 -1 4202496 650 0 0 0 85 0 0 0 23 0 1 0 867326210 426921984 381 33554432000 134512640 135107411 4291023344 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14292/statm: 104229 381 49 146 0 103105 0
[pid=13856/tid=13863] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/13863/stat : 13863 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867256214 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=13924] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/13924/stat : 13924 (python) S 13854 13856 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867266228 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=13984] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/13984/stat : 13984 (python) S 13854 13856 12976 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867276242 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 7 0 0 0
[pid=13856/tid=14091] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14091/stat : 14091 (python) S 13854 13856 12976 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867286255 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=14151] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14151/stat : 14151 (python) S 13854 13856 12976 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867296269 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 7 0 0 0
[pid=13856/tid=14262] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14262/stat : 14262 (python) S 13854 13856 12976 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867306282 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=14277] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14277/stat : 14277 (python) S 13854 13856 12976 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867316296 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
[pid=13856/tid=14291] ppid=13854 vsize=362012 CPUtime=0 cores=5,7
/proc/13856/task/14291/stat : 14291 (python) S 13854 13856 12976 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 867326210 370700288 7462 33554432000 4194304 5683644 140735912531232 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.67
Current children cumulated vsize (KiB) 7868800

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.764
CPU time (s): 701.67
CPU user time (s): 701.14
CPU system time (s): 0.53
CPU usage (%): 99.9867
Max. virtual memory (cumulated for all children) (KiB): 7868800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.746886
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17152
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1002
involuntary context switches= 23

runsolver used 1.3478 second user time and 2.76658 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:26:42
IDJOB=3484221
IDBENCH=82732
IDSOLVER=1975
FILE ID=node147/3484221-1307748402
RUNJOBID= node147-1307746987-12997
PBS_JOBID= 13550813
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1901567697-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-3484221-1307748402/watcher-3484221-1307748402 -o /tmp/evaluation-result-3484221-1307748402/solver-3484221-1307748402 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484221-1307748402.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= 6416f44b34786f590ff716f4b8e2cf7c
RANDOM SEED=1017891483

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      31668484 kB
Buffers:        103664 kB
Cached:         779408 kB
SwapCached:      10296 kB
Active:         577500 kB
Inactive:       551872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31668484 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:      244496 kB
Mapped:          18180 kB
Slab:            77832 kB
PageTables:      14668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7871640 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= 73920 MiB
End job on node147 at 2011-06-11 01:38:26