Trace number 3377606

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1637697223-097.UNKNOWN.cnf
MD5SUMa7e7ad4822818289e739fae39e69d3b8
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.28/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.48	c INFO: solving HOME/instance-3377606-1305456085.cnf
0.28/0.48	c INFO: computing task features
0.37/0.52	c INFO: computed variable-clause graph statistics
0.37/0.53	c INFO: computed clause balance statistics
0.57/0.79	c INFO: computed variable balance statistics
0.77/0.90	c INFO: computed small-clause counts
0.77/0.90	c INFO: computed Horn-clause counts
0.77/0.91	c INFO: computed variable graph statistics
0.77/0.91	c INFO: collected features for HOME/instance-3377606-1305456085.cnf in 0.43 s
0.77/0.92	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.49)
101.00/101.24	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.29/201.57	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.73/301.90	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
402.05/402.22	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
502.34/502.55	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
602.02/601.90	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
702.30/702.23	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.81 4.02 3.70 5/442 27050
/proc/meminfo: memFree=23656988/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=11796 CPUtime=0 cores=1,3
/proc/27050/stat : 27050 (runsolver) R 27048 27050 24847 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 735839216 12079104 52 33554432000 4194304 5432360 140735694018400 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/27050/statm: 2949 52 33 303 0 2643 0

[startup+0.0935271 s]
/proc/loadavg: 3.81 4.02 3.70 5/442 27050
/proc/meminfo: memFree=23656988/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=85356 CPUtime=0.06 cores=1,3
/proc/27050/stat : 27050 (python) R 27048 27050 24847 0 -1 4202496 2560 0 0 0 4 2 0 0 17 0 1 0 735839216 87404544 2288 33554432000 4194304 5683644 140734010184352 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27050/statm: 21339 2292 707 364 0 1556 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85356

[startup+0.100525 s]
/proc/loadavg: 3.81 4.02 3.70 5/442 27050
/proc/meminfo: memFree=23656988/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=93956 CPUtime=0.06 cores=1,3
/proc/27050/stat : 27050 (python) R 27048 27050 24847 0 -1 4202496 2692 0 0 0 4 2 0 0 17 0 1 0 735839216 96210944 2406 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27050/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300497 s]
/proc/loadavg: 3.81 4.02 3.70 5/442 27050
/proc/meminfo: memFree=23656988/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=156684 CPUtime=0.2 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 6410 933 1 0 14 6 0 0 17 0 1 0 735839216 160444416 4515 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/27050/statm: 39171 4515 1257 364 0 3279 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 156684

[startup+0.700405 s]
/proc/loadavg: 3.81 4.02 3.70 5/442 27050
/proc/meminfo: memFree=23656988/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=279948 CPUtime=0.57 cores=1,3
/proc/27050/stat : 27050 (python) R 27048 27050 24847 0 -1 4202496 9815 933 1 0 48 9 0 0 17 0 1 0 735839216 286666752 7372 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367214092 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27050/statm: 69987 7372 1826 364 0 5911 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 279948

[startup+1.50026 s]
/proc/loadavg: 3.83 4.02 3.70 5/446 27058
/proc/meminfo: memFree=23630784/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=290216 CPUtime=0.79 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10105 933 1 0 70 9 0 0 19 0 2 0 735839216 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 72554 7419 1869 364 0 8472 0
[pid=27056] ppid=27050 vsize=279972 CPUtime=0 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735839309 286691328 5900 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566863 0 0 16781312 514 1307232193424130047 0 0 17 1 0 0 0
/proc/27056/statm: 69993 5900 354 364 0 5911 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=0.56 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) R 27056 27058 27058 0 -1 4202496 550 0 0 0 56 0 0 0 20 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=290216 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 735839309 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1588272

[startup+3.10096 s]
/proc/loadavg: 3.83 4.02 3.70 4/443 27090
/proc/meminfo: memFree=23641652/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=290216 CPUtime=0.79 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10105 933 1 0 70 9 0 0 19 0 2 0 735839216 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 72554 7419 1869 364 0 8472 0
[pid=27056] ppid=27050 vsize=279972 CPUtime=0 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735839309 286691328 5900 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566863 0 0 16781312 514 1307232193424097540 0 0 17 1 0 0 0
/proc/27056/statm: 69993 5900 354 364 0 5911 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=2.17 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) R 27056 27058 27058 0 -1 4202496 550 0 0 0 217 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=290216 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 735839309 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1588272

[startup+6.30037 s]
/proc/loadavg: 3.84 4.02 3.70 5/443 27132
/proc/meminfo: memFree=23630188/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=290216 CPUtime=0.79 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10105 933 1 0 70 9 0 0 19 0 2 0 735839216 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 72554 7419 1869 364 0 8472 0
[pid=27056] ppid=27050 vsize=279972 CPUtime=0.01 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 977 0 0 0 0 1 0 0 18 0 1 0 735839309 286691328 5927 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566863 0 0 16781312 514 1307232193424097540 0 0 17 1 0 0 0
/proc/27056/statm: 69993 5927 381 364 0 5911 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=5.34 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) R 27056 27058 27058 0 -1 4202496 550 0 0 0 534 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=290216 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 735839309 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1588272

[startup+12.7012 s]
/proc/loadavg: 3.85 4.02 3.70 5/446 27135
/proc/meminfo: memFree=23625144/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=290216 CPUtime=0.79 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10105 933 1 0 70 9 0 0 19 0 2 0 735839216 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 72554 7419 1869 364 0 8472 0
[pid=27056] ppid=27050 vsize=279972 CPUtime=0.03 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 978 0 0 0 1 2 0 0 18 0 1 0 735839309 286691328 5927 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566863 0 0 16781312 514 15406409704955412740 0 0 17 1 0 0 0
/proc/27056/statm: 69993 5927 381 364 0 5911 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=11.72 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) R 27056 27058 27058 0 -1 4202496 550 0 0 0 1172 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134524759 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=290216 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 735839309 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1588272

[startup+25.5008 s]
/proc/loadavg: 3.87 4.02 3.71 5/446 27136
/proc/meminfo: memFree=23626160/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=290216 CPUtime=0.79 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10105 933 1 0 70 9 0 0 19 0 2 0 735839216 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 72554 7419 1869 364 0 8472 0
[pid=27056] ppid=27050 vsize=279972 CPUtime=0.06 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 986 0 0 0 3 3 0 0 18 0 1 0 735839309 286691328 5928 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566863 0 0 16781312 514 15406409704955412740 0 0 17 1 0 0 0
/proc/27056/statm: 69993 5928 382 364 0 5911 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=24.49 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) R 27056 27058 27058 0 -1 4202496 550 0 0 0 2449 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=290216 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 735839309 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 1588272

[startup+51.1011 s]
/proc/loadavg: 3.92 4.01 3.72 5/446 27136
/proc/meminfo: memFree=23626148/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=290216 CPUtime=0.79 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10105 933 1 0 70 9 0 0 19 0 2 0 735839216 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 72554 7419 1869 364 0 8472 0
[pid=27056] ppid=27050 vsize=279972 CPUtime=0.14 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 997 0 0 0 7 7 0 0 18 0 1 0 735839309 286691328 5928 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566863 0 0 16781312 514 15406409704955412740 0 0 17 1 0 0 0
/proc/27056/statm: 69993 5928 382 364 0 5911 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=49.97 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) R 27056 27058 27058 0 -1 4202496 550 0 0 0 4997 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=290216 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 735839309 297181184 7419 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 1588272

[startup+102.301 s]
/proc/loadavg: 3.96 4.01 3.73 5/458 27152
/proc/meminfo: memFree=23611048/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=300472 CPUtime=0.8 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10983 933 1 0 71 9 0 0 20 0 3 0 735839216 307683328 7426 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 75118 7426 1872 364 0 11033 0
[pid=27056] ppid=27050 vsize=290216 CPUtime=0.3 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 1156 0 0 0 16 14 0 0 19 0 2 0 735839309 297181184 5966 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27056/statm: 72554 5966 415 364 0 8472 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=99.93 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) T 27056 27058 27058 0 -1 4202496 550 0 0 0 9993 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27056/tid=27149] ppid=27050 vsize=290216 CPUtime=0 cores=1,3
/proc/27056/task/27149/stat : 27149 (python) S 27050 27050 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735849339 297181184 5966 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604440332155072 0 0 -1 3 0 0 0
[pid=27150] ppid=27050 vsize=290228 CPUtime=0 cores=1,3
/proc/27150/stat : 27150 (python) S 27050 27050 24847 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 735849340 297193472 5898 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566918 0 0 16781312 514 3492678129640505605 0 0 17 1 0 0 0
/proc/27150/statm: 72557 5898 348 364 0 8472 0
[pid=27152] ppid=27150 vsize=1018084 CPUtime=1.05 cores=1,3
/proc/27152/stat : 27152 (gnovelty+2) R 27150 27152 27152 0 -1 4202496 550 0 0 0 105 0 0 0 24 0 1 0 735849341 1042518016 286 33554432000 134512640 135663704 4290408880 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27152/statm: 254521 286 113 282 0 254237 0
[pid=27050/tid=27057] ppid=27048 vsize=300472 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 735839309 307683328 7426 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27151] ppid=27048 vsize=300472 CPUtime=0 cores=1,3
/proc/27050/task/27151/stat : 27151 (python) S 27048 27050 24847 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 735849341 307683328 7426 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 2917084

[startup+162.3 s]
/proc/loadavg: 4.05 4.02 3.75 5/462 27157
/proc/meminfo: memFree=23601320/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=300472 CPUtime=0.8 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 10983 933 1 0 71 9 0 0 20 0 3 0 735839216 307683328 7426 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 75118 7426 1872 364 0 11033 0
[pid=27056] ppid=27050 vsize=290216 CPUtime=0.3 cores=1,3

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

[pid=27164] ppid=27050 vsize=300484 CPUtime=0.32 cores=1,3
/proc/27164/stat : 27164 (python) S 27050 27050 24847 0 -1 4202560 1091 0 0 0 15 17 0 0 19 0 2 0 735859374 307695616 5955 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27164/statm: 75121 5955 400 364 0 11033 0
[pid=27167] ppid=27164 vsize=417056 CPUtime=100.04 cores=1,3
/proc/27167/stat : 27167 (adaptg2wsat2009) T 27164 27167 27167 0 -1 4202496 721 0 0 0 10004 0 0 0 25 0 1 0 735859374 427065344 450 33554432000 134512640 135107411 4291159936 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27167/statm: 104264 450 59 146 0 103140 0
[pid=27164/tid=27176] ppid=27050 vsize=300484 CPUtime=0 cores=1,3
/proc/27164/task/27176/stat : 27176 (python) S 27050 27050 24847 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735869405 307695616 5955 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604469589854272 0 0 -1 1 0 0 0
[pid=27177] ppid=27050 vsize=310740 CPUtime=0.31 cores=1,3
/proc/27177/stat : 27177 (python) S 27050 27050 24847 0 -1 4202560 1097 0 0 0 16 15 0 0 19 0 2 0 735869406 318197760 5959 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27177/statm: 77685 5959 400 364 0 13594 0
[pid=27179] ppid=27177 vsize=417056 CPUtime=100.02 cores=1,3
/proc/27179/stat : 27179 (adaptg2wsat2009) T 27177 27179 27179 0 -1 4202496 720 0 0 0 10002 0 0 0 25 0 1 0 735869407 427065344 452 33554432000 134512640 135107411 4288495904 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27179/statm: 104264 452 59 146 0 103140 0
[pid=27177/tid=27188] ppid=27050 vsize=310740 CPUtime=0 cores=1,3
/proc/27177/task/27188/stat : 27188 (python) S 27050 27050 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735879437 318197760 5959 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604462093867968 0 0 -1 3 0 0 0
[pid=27189] ppid=27050 vsize=320996 CPUtime=0.32 cores=1,3
/proc/27189/stat : 27189 (python) S 27050 27050 24847 0 -1 4202560 1104 0 0 0 18 14 0 0 19 0 2 0 735879439 328699904 5963 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27189/statm: 80249 5963 400 364 0 16155 0
[pid=27191] ppid=27189 vsize=417056 CPUtime=99.97 cores=1,3
/proc/27191/stat : 27191 (adaptg2wsat2009) T 27189 27191 27191 0 -1 4202496 720 0 0 0 9997 0 0 0 25 0 1 0 735879439 427065344 450 33554432000 134512640 135107411 4290259072 18446744073709551615 134539292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27191/statm: 104264 450 59 146 0 103140 0
[pid=27189/tid=27272] ppid=27050 vsize=320996 CPUtime=0 cores=1,3
/proc/27189/task/27272/stat : 27272 (python) S 27050 27050 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735889471 328699904 5963 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604462966847360 0 0 -1 1 0 0 0
[pid=27273] ppid=27050 vsize=331252 CPUtime=0.32 cores=1,3
/proc/27273/stat : 27273 (python) S 27050 27050 24847 0 -1 4202560 1120 0 0 0 16 16 0 0 19 0 2 0 735889472 339202048 5976 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27273/statm: 82813 5976 409 364 0 18716 0
[pid=27275] ppid=27273 vsize=1018084 CPUtime=99.31 cores=1,3
/proc/27275/stat : 27275 (gnovelty+2) T 27273 27275 27275 0 -1 4202496 549 0 0 0 9931 0 0 0 25 0 1 0 735889472 1042518016 287 33554432000 134512640 135663704 4293931280 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27275/statm: 254521 287 113 282 0 254237 0
[pid=27273/tid=27394] ppid=27050 vsize=331252 CPUtime=0 cores=1,3
/proc/27273/task/27394/stat : 27394 (python) S 27050 27050 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735899405 339202048 5976 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604468805644544 0 0 -1 3 0 0 0
[pid=27395] ppid=27050 vsize=341508 CPUtime=0.31 cores=1,3
/proc/27395/stat : 27395 (python) S 27050 27050 24847 0 -1 4202560 1085 0 0 0 17 14 0 0 19 0 2 0 735899407 349704192 5971 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27395/statm: 85377 5971 400 364 0 21277 0
[pid=27397] ppid=27395 vsize=247236 CPUtime=99.98 cores=1,3
/proc/27397/stat : 27397 (FH) T 27395 27397 27397 0 -1 4202496 670 0 0 0 9998 0 0 0 25 0 1 0 735899407 253169664 406 33554432000 134512640 134936988 4289165296 18446744073709551615 134552361 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27397/statm: 61809 406 41 104 0 61313 0
[pid=27395/tid=27440] ppid=27050 vsize=341508 CPUtime=0 cores=1,3
/proc/27395/task/27440/stat : 27440 (python) S 27050 27050 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735909438 349704192 5971 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604457942016064 0 0 -1 3 0 0 0
[pid=27441] ppid=27050 vsize=351764 CPUtime=0 cores=1,3
/proc/27441/stat : 27441 (python) S 27050 27050 24847 0 -1 4202560 777 0 0 0 0 0 0 0 19 0 1 0 735909439 360206336 5924 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566918 0 0 16781312 514 13684188021816033279 0 0 17 1 0 0 0
/proc/27441/statm: 87941 5924 350 364 0 23838 0
[pid=27443] ppid=27441 vsize=416916 CPUtime=0.49 cores=1,3
/proc/27443/stat : 27443 (adaptg2wsat2009) R 27441 27443 27443 0 -1 4202496 646 0 0 0 49 0 0 0 21 0 1 0 735909439 426921984 379 33554432000 134512640 135107411 4288428352 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27443/statm: 104229 379 49 146 0 103105 0
[pid=27050/tid=27057] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 9 0 735839309 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27151] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27151/stat : 27151 (python) S 27048 27050 24847 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 735849341 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27166] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27166/stat : 27166 (python) S 27048 27050 24847 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735859374 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27178] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27178/stat : 27178 (python) S 27048 27050 24847 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735869406 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27190] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27190/stat : 27190 (python) S 27048 27050 24847 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 735879439 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 3 0 0 0
[pid=27050/tid=27274] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27274/stat : 27274 (python) S 27048 27050 24847 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735889472 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27396] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27396/stat : 27396 (python) S 27048 27050 24847 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735899407 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27442] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27442/stat : 27442 (python) S 27048 27050 24847 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735909439 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.81
Current children cumulated vsize (KiB) 7868768

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

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

[startup+702.701 s]
/proc/loadavg: 4.16 4.10 3.89 6/486 27443
/proc/meminfo: memFree=23466564/32950928 swapFree=38710892/67111528
[pid=27050] ppid=27048 vsize=362008 CPUtime=0.88 cores=1,3
/proc/27050/stat : 27050 (python) S 27048 27050 24847 0 -1 4202496 16378 933 1 0 78 10 0 0 20 0 9 0 735839216 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27050/statm: 90502 7470 1892 364 0 26399 0
[pid=27056] ppid=27050 vsize=290216 CPUtime=0.3 cores=1,3
/proc/27056/stat : 27056 (python) S 27050 27050 24847 0 -1 4202560 1156 0 0 0 16 14 0 0 19 0 2 0 735839309 297181184 5966 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27056/statm: 72554 5966 415 364 0 8472 0
[pid=27058] ppid=27056 vsize=1018084 CPUtime=99.93 cores=1,3
/proc/27058/stat : 27058 (gnovelty+2) T 27056 27058 27058 0 -1 4202496 550 0 0 0 9993 0 0 0 25 0 1 0 735839309 1042518016 286 33554432000 134512640 135663704 4287443456 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27058/statm: 254521 286 113 282 0 254237 0
[pid=27056/tid=27149] ppid=27050 vsize=290216 CPUtime=0 cores=1,3
/proc/27056/task/27149/stat : 27149 (python) S 27050 27050 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735849339 297181184 5966 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604440332155072 0 0 -1 3 0 0 0
[pid=27150] ppid=27050 vsize=290228 CPUtime=0.31 cores=1,3
/proc/27150/stat : 27150 (python) S 27050 27050 24847 0 -1 4202560 1085 0 0 0 15 16 0 0 19 0 2 0 735849340 297193472 5951 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27150/statm: 72557 5951 400 364 0 8472 0
[pid=27152] ppid=27150 vsize=1018084 CPUtime=100 cores=1,3
/proc/27152/stat : 27152 (gnovelty+2) T 27150 27152 27152 0 -1 4202496 550 0 0 0 10000 0 0 0 25 0 1 0 735849341 1042518016 286 33554432000 134512640 135663704 4290408880 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27152/statm: 254521 286 113 282 0 254237 0
[pid=27150/tid=27163] ppid=27050 vsize=290228 CPUtime=0 cores=1,3
/proc/27150/task/27163/stat : 27163 (python) S 27050 27050 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735859372 297193472 5951 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604470905764928 0 0 -1 3 0 0 0
[pid=27164] ppid=27050 vsize=300484 CPUtime=0.32 cores=1,3
/proc/27164/stat : 27164 (python) S 27050 27050 24847 0 -1 4202560 1091 0 0 0 15 17 0 0 19 0 2 0 735859374 307695616 5955 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27164/statm: 75121 5955 400 364 0 11033 0
[pid=27167] ppid=27164 vsize=417056 CPUtime=100.04 cores=1,3
/proc/27167/stat : 27167 (adaptg2wsat2009) T 27164 27167 27167 0 -1 4202496 721 0 0 0 10004 0 0 0 25 0 1 0 735859374 427065344 450 33554432000 134512640 135107411 4291159936 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27167/statm: 104264 450 59 146 0 103140 0
[pid=27164/tid=27176] ppid=27050 vsize=300484 CPUtime=0 cores=1,3
/proc/27164/task/27176/stat : 27176 (python) S 27050 27050 24847 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735869405 307695616 5955 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604469589854272 0 0 -1 1 0 0 0
[pid=27177] ppid=27050 vsize=310740 CPUtime=0.31 cores=1,3
/proc/27177/stat : 27177 (python) S 27050 27050 24847 0 -1 4202560 1097 0 0 0 16 15 0 0 19 0 2 0 735869406 318197760 5959 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27177/statm: 77685 5959 400 364 0 13594 0
[pid=27179] ppid=27177 vsize=417056 CPUtime=100.02 cores=1,3
/proc/27179/stat : 27179 (adaptg2wsat2009) T 27177 27179 27179 0 -1 4202496 720 0 0 0 10002 0 0 0 25 0 1 0 735869407 427065344 452 33554432000 134512640 135107411 4288495904 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27179/statm: 104264 452 59 146 0 103140 0
[pid=27177/tid=27188] ppid=27050 vsize=310740 CPUtime=0 cores=1,3
/proc/27177/task/27188/stat : 27188 (python) S 27050 27050 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735879437 318197760 5959 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604462093867968 0 0 -1 3 0 0 0
[pid=27189] ppid=27050 vsize=320996 CPUtime=0.32 cores=1,3
/proc/27189/stat : 27189 (python) S 27050 27050 24847 0 -1 4202560 1104 0 0 0 18 14 0 0 19 0 2 0 735879439 328699904 5963 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27189/statm: 80249 5963 400 364 0 16155 0
[pid=27191] ppid=27189 vsize=417056 CPUtime=99.97 cores=1,3
/proc/27191/stat : 27191 (adaptg2wsat2009) T 27189 27191 27191 0 -1 4202496 720 0 0 0 9997 0 0 0 25 0 1 0 735879439 427065344 450 33554432000 134512640 135107411 4290259072 18446744073709551615 134539292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27191/statm: 104264 450 59 146 0 103140 0
[pid=27189/tid=27272] ppid=27050 vsize=320996 CPUtime=0 cores=1,3
/proc/27189/task/27272/stat : 27272 (python) S 27050 27050 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735889471 328699904 5963 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604462966847360 0 0 -1 1 0 0 0
[pid=27273] ppid=27050 vsize=331252 CPUtime=0.32 cores=1,3
/proc/27273/stat : 27273 (python) S 27050 27050 24847 0 -1 4202560 1120 0 0 0 16 16 0 0 19 0 2 0 735889472 339202048 5976 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27273/statm: 82813 5976 409 364 0 18716 0
[pid=27275] ppid=27273 vsize=1018084 CPUtime=99.31 cores=1,3
/proc/27275/stat : 27275 (gnovelty+2) T 27273 27275 27275 0 -1 4202496 549 0 0 0 9931 0 0 0 25 0 1 0 735889472 1042518016 287 33554432000 134512640 135663704 4293931280 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27275/statm: 254521 287 113 282 0 254237 0
[pid=27273/tid=27394] ppid=27050 vsize=331252 CPUtime=0 cores=1,3
/proc/27273/task/27394/stat : 27394 (python) S 27050 27050 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735899405 339202048 5976 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604468805644544 0 0 -1 3 0 0 0
[pid=27395] ppid=27050 vsize=341508 CPUtime=0.31 cores=1,3
/proc/27395/stat : 27395 (python) S 27050 27050 24847 0 -1 4202560 1085 0 0 0 17 14 0 0 19 0 2 0 735899407 349704192 5971 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27395/statm: 85377 5971 400 364 0 21277 0
[pid=27397] ppid=27395 vsize=247236 CPUtime=99.98 cores=1,3
/proc/27397/stat : 27397 (FH) T 27395 27397 27397 0 -1 4202496 670 0 0 0 9998 0 0 0 25 0 1 0 735899407 253169664 406 33554432000 134512640 134936988 4289165296 18446744073709551615 134552361 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27397/statm: 61809 406 41 104 0 61313 0
[pid=27395/tid=27440] ppid=27050 vsize=341508 CPUtime=0 cores=1,3
/proc/27395/task/27440/stat : 27440 (python) S 27050 27050 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735909438 349704192 5971 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 514 18446604457942016064 0 0 -1 3 0 0 0
[pid=27441] ppid=27050 vsize=351764 CPUtime=0 cores=1,3
/proc/27441/stat : 27441 (python) S 27050 27050 24847 0 -1 4202560 777 0 0 0 0 0 0 0 19 0 1 0 735909439 360206336 5924 33554432000 4194304 5683644 140734010184352 18446744073709551615 251367566918 0 0 16781312 514 13684188021816033279 0 0 17 1 0 0 0
/proc/27441/statm: 87941 5924 350 364 0 23838 0
[pid=27443] ppid=27441 vsize=416916 CPUtime=0.49 cores=1,3
/proc/27443/stat : 27443 (adaptg2wsat2009) R 27441 27443 27443 0 -1 4202496 646 0 0 0 49 0 0 0 21 0 1 0 735909439 426921984 379 33554432000 134512640 135107411 4288428352 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27443/statm: 104229 379 49 146 0 103105 0
[pid=27050/tid=27057] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27057/stat : 27057 (python) S 27048 27050 24847 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 9 0 735839309 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27151] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27151/stat : 27151 (python) S 27048 27050 24847 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 735849341 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27166] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27166/stat : 27166 (python) S 27048 27050 24847 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735859374 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27178] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27178/stat : 27178 (python) S 27048 27050 24847 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735869406 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27190] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27190/stat : 27190 (python) S 27048 27050 24847 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 735879439 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 3 0 0 0
[pid=27050/tid=27274] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27274/stat : 27274 (python) S 27048 27050 24847 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735889472 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27396] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27396/stat : 27396 (python) S 27048 27050 24847 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735899407 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
[pid=27050/tid=27442] ppid=27048 vsize=362008 CPUtime=0 cores=1,3
/proc/27050/task/27442/stat : 27442 (python) S 27048 27050 24847 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735909439 370696192 7470 33554432000 4194304 5683644 140734010184352 18446744073709551615 251379370417 0 0 16781312 2 18446604466272519104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.81
Current children cumulated vsize (KiB) 7868768

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.78
CPU time (s): 702.81
CPU user time (s): 701.65
CPU system time (s): 1.16
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 7868768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.789879
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17317
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= 1001
involuntary context switches= 29

runsolver used 3.02554 second user time and 6.64499 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 12:41:25
IDJOB=3377606
IDBENCH=82915
IDSOLVER=1857
FILE ID=node113/3377606-1305456085
RUNJOBID= node113-1305456084-26954
PBS_JOBID= 13324872
Free space on /tmp= 73328 MiB

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

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

MD5SUM BENCH= a7e7ad4822818289e739fae39e69d3b8
RANDOM SEED=1575784780

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23657020 kB
Buffers:        276612 kB
Cached:        3111332 kB
SwapCached:      93712 kB
Active:        2253340 kB
Inactive:      6744740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23657020 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:          127476 kB
Writeback:           0 kB
AnonPages:     5528116 kB
Mapped:          26744 kB
Slab:           123840 kB
PageTables:     104844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120574920 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= 73300 MiB
End job on node113 at 2011-05-15 12:53:10