Trace number 3377386

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) 704 703.981

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S977260632-016-UNKNOWN.cnf
MD5SUM58eb79e3bfc8d25580f794d4e2d18629
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.45/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/0.70	c INFO: solving HOME/instance-3377386-1305452937.cnf
0.45/0.70	c INFO: computing task features
0.45/0.75	c INFO: computed variable-clause graph statistics
0.45/0.76	c INFO: computed clause balance statistics
1.15/1.48	c INFO: computed variable balance statistics
1.45/1.79	c INFO: computed small-clause counts
1.45/1.79	c INFO: computed Horn-clause counts
1.55/1.81	c INFO: computed variable graph statistics
1.55/1.81	c INFO: collected features for HOME/instance-3377386-1305452937.cnf in 1.20 s
1.55/1.83	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.87/102.19	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.24/202.55	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.52/302.87	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.84/403.19	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.24/503.52	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.56/603.88	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.26/703.24	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3377386-1305452937/watcher-3377386-1305452937 -o /tmp/evaluation-result-3377386-1305452937/solver-3377386-1305452937 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377386-1305452937.cnf -seed 370617432 -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: 4.15 4.10 3.97 5/465 6869
/proc/meminfo: memFree=23029176/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=15384 CPUtime=0 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 656894103 15753216 696 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/6869/statm: 3846 696 334 364 0 333 0

[startup+0.034201 s]
/proc/loadavg: 4.15 4.10 3.97 5/465 6869
/proc/meminfo: memFree=23029176/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=16816 CPUtime=0.01 cores=1,3
/proc/6869/stat : 6869 (python) R 6867 6869 5445 0 -1 4202496 1226 0 0 0 1 0 0 0 17 0 1 0 656894103 17219584 1084 33554432000 4194304 5683644 140736390858016 18446744073709551615 5114063 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6869/statm: 4204 1084 417 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.100193 s]
/proc/loadavg: 4.15 4.10 3.97 5/465 6869
/proc/meminfo: memFree=23029176/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=91832 CPUtime=0.05 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 2678 0 0 0 4 1 0 0 17 0 1 0 656894103 94035968 2394 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/6869/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91832

[startup+0.300156 s]
/proc/loadavg: 4.15 4.10 3.97 5/465 6869
/proc/meminfo: memFree=23029176/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=135752 CPUtime=0.18 cores=1,3
/proc/6869/stat : 6869 (python) R 6867 6869 5445 0 -1 4202496 5971 934 1 0 14 4 0 0 17 0 1 0 656894103 139010048 4149 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/6869/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.701081 s]
/proc/loadavg: 4.15 4.10 3.97 5/465 6869
/proc/meminfo: memFree=23029176/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=281344 CPUtime=0.45 cores=1,3
/proc/6869/stat : 6869 (python) R 6867 6869 5445 0 -1 4202496 10023 934 1 0 37 8 0 0 15 0 1 0 656894103 288096256 7578 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640556017 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6869/statm: 70336 7578 1761 364 0 6260 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 281344

[startup+1.50093 s]
/proc/loadavg: 4.22 4.12 3.97 5/466 6874
/proc/meminfo: memFree=23000896/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=283912 CPUtime=1.25 cores=1,3
/proc/6869/stat : 6869 (python) R 6867 6869 5445 0 -1 4202496 11854 934 1 0 117 8 0 0 16 0 1 0 656894103 290725888 8363 33554432000 4194304 5683644 140736390858016 18446744073709551615 4662239 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6869/statm: 70978 8363 1827 364 0 6902 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 283912

[startup+3.10065 s]
/proc/loadavg: 4.22 4.12 3.97 5/469 6877
/proc/meminfo: memFree=23000748/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=289696 CPUtime=1.59 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 12183 934 1 0 150 9 0 0 19 0 2 0 656894103 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 72424 7296 1877 364 0 8342 0
[pid=6875] ppid=6869 vsize=279936 CPUtime=0 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656894286 286654464 5771 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879631 0 0 16781312 514 14976253547551621382 0 0 17 1 0 0 0
/proc/6875/statm: 69984 5771 355 364 0 5902 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=1.25 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) R 6875 6877 6877 0 -1 4202496 862 0 0 0 125 0 0 0 22 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6869/tid=6876] ppid=6867 vsize=289696 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656894286 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1588452

[startup+6.30103 s]
/proc/loadavg: 4.22 4.12 3.97 5/469 6877
/proc/meminfo: memFree=23000808/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=289696 CPUtime=1.59 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 12183 934 1 0 150 9 0 0 19 0 2 0 656894103 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 72424 7296 1877 364 0 8342 0
[pid=6875] ppid=6869 vsize=279936 CPUtime=0.02 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 978 0 0 0 1 1 0 0 18 0 1 0 656894286 286654464 5799 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879631 0 0 16781312 514 14976253547551621382 0 0 17 1 0 0 0
/proc/6875/statm: 69984 5799 383 364 0 5902 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=4.45 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) R 6875 6877 6877 0 -1 4202496 862 0 0 0 445 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6869/tid=6876] ppid=6867 vsize=289696 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656894286 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 1588452

[startup+12.7009 s]
/proc/loadavg: 4.18 4.11 3.97 5/469 6878
/proc/meminfo: memFree=22999648/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=289696 CPUtime=1.59 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 12183 934 1 0 150 9 0 0 19 0 2 0 656894103 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 72424 7296 1877 364 0 8342 0
[pid=6875] ppid=6869 vsize=279936 CPUtime=0.03 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 981 0 0 0 2 1 0 0 18 0 1 0 656894286 286654464 5799 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879631 0 0 16781312 514 15858247411320193286 0 0 17 1 0 0 0
/proc/6875/statm: 69984 5799 383 364 0 5902 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=10.83 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) R 6875 6877 6877 0 -1 4202496 862 0 0 0 1083 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6869/tid=6876] ppid=6867 vsize=289696 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656894286 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1588452

[startup+25.5006 s]
/proc/loadavg: 4.16 4.11 3.97 5/469 6878
/proc/meminfo: memFree=22999528/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=289696 CPUtime=1.59 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 12183 934 1 0 150 9 0 0 19 0 2 0 656894103 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 72424 7296 1877 364 0 8342 0
[pid=6875] ppid=6869 vsize=279936 CPUtime=0.07 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 987 0 0 0 3 4 0 0 18 0 1 0 656894286 286654464 5799 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879631 0 0 16781312 514 15858247411320193286 0 0 17 1 0 0 0
/proc/6875/statm: 69984 5799 383 364 0 5902 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=23.6 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) R 6875 6877 6877 0 -1 4202496 862 0 0 0 2360 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6869/tid=6876] ppid=6867 vsize=289696 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656894286 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 1588452

[startup+51.1009 s]
/proc/loadavg: 4.10 4.10 3.97 5/473 6883
/proc/meminfo: memFree=22964480/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=289696 CPUtime=1.59 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 12183 934 1 0 150 9 0 0 19 0 2 0 656894103 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 72424 7296 1877 364 0 8342 0
[pid=6875] ppid=6869 vsize=279936 CPUtime=0.15 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 999 0 0 0 8 7 0 0 18 0 1 0 656894286 286654464 5799 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879631 0 0 16781312 514 15858247411320193286 0 0 17 1 0 0 0
/proc/6875/statm: 69984 5799 383 364 0 5902 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=49.12 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) R 6875 6877 6877 0 -1 4202496 862 0 0 0 4912 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6869/tid=6876] ppid=6867 vsize=289696 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 656894286 296648704 7296 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1588452

[startup+102.317 s]
/proc/loadavg: 4.07 4.08 3.97 5/464 7038
/proc/meminfo: memFree=22970064/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=299952 CPUtime=1.6 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 13026 934 1 0 151 9 0 0 20 0 3 0 656894103 307150848 7328 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 74988 7328 1880 364 0 10903 0
[pid=6875] ppid=6869 vsize=290180 CPUtime=0.31 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 1155 0 0 0 15 16 0 0 19 0 2 0 656894286 297144320 5836 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6875/statm: 72545 5836 415 364 0 8463 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=100.04 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) T 6875 6877 6877 0 -1 4202496 862 0 0 0 10004 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6875/tid=7035] ppid=6869 vsize=290180 CPUtime=0 cores=1,3
/proc/6875/task/7035/stat : 7035 (python) S 6869 6869 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656904321 297144320 5836 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604469284525888 0 0 -1 3 0 0 0
[pid=7036] ppid=6869 vsize=290832 CPUtime=0 cores=1,3
/proc/7036/stat : 7036 (python) S 6869 6869 5445 0 -1 4202560 731 0 0 0 0 0 0 0 19 0 1 0 656904322 297811968 5794 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879686 0 0 16781312 514 3093154636769525759 0 0 17 1 0 0 0
/proc/7036/statm: 72708 5794 349 364 0 8623 0
[pid=7038] ppid=7036 vsize=1018820 CPUtime=0.11 cores=1,3
/proc/7038/stat : 7038 (gnovelty+2) R 7036 7038 7038 0 -1 4202496 860 0 0 0 11 0 0 0 21 0 1 0 656904322 1043271680 595 33554432000 134512640 135663704 4293369040 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7038/statm: 254705 595 113 282 0 254421 0
[pid=6869/tid=6876] ppid=6867 vsize=299952 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 656894286 307150848 7328 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7037] ppid=6867 vsize=299952 CPUtime=0 cores=1,3
/proc/6869/task/7037/stat : 7037 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 656904322 307150848 7328 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 2918604

[startup+162.301 s]
/proc/loadavg: 4.02 4.06 3.97 5/451 7085
/proc/meminfo: memFree=22957216/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=299952 CPUtime=1.6 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 13026 934 1 0 151 9 0 0 20 0 3 0 656894103 307150848 7328 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6869/statm: 74988 7328 1880 364 0 10903 0
[pid=6875] ppid=6869 vsize=290180 CPUtime=0.31 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 1155 0 0 0 15 16 0 0 19 0 2 0 656894286 297144320 5836 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6875/statm: 72545 5836 415 364 0 8463 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=100.04 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) T 6875 6877 6877 0 -1 4202496 862 0 0 0 10004 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6875/tid=7035] ppid=6869 vsize=290180 CPUtime=0 cores=1,3
/proc/6875/task/7035/stat : 7035 (python) S 6869 6869 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656904321 297144320 5836 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604469284525888 0 0 -1 3 0 0 0
[pid=7036] ppid=6869 vsize=290832 CPUtime=0.18 cores=1,3

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

[pid=7093] ppid=6869 vsize=300604 CPUtime=0.32 cores=1,3
/proc/7093/stat : 7093 (python) S 6869 6869 5445 0 -1 4202560 1088 0 0 0 15 17 0 0 19 0 2 0 656914358 307818496 5984 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7093/statm: 75151 5984 399 364 0 11063 0
[pid=7095] ppid=7093 vsize=419428 CPUtime=99.99 cores=1,3
/proc/7095/stat : 7095 (adaptg2wsat2009) T 7093 7095 7095 0 -1 4202496 1442 0 0 0 9999 0 0 0 25 0 1 0 656914358 429494272 1176 33554432000 134512640 135107411 4293177264 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7095/statm: 104857 1176 59 146 0 103733 0
[pid=7093/tid=7107] ppid=6869 vsize=300604 CPUtime=0 cores=1,3
/proc/7093/task/7107/stat : 7107 (python) S 6869 6869 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656924389 307818496 5984 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109056 0 0 -1 3 0 0 0
[pid=7108] ppid=6869 vsize=310860 CPUtime=0.31 cores=1,3
/proc/7108/stat : 7108 (python) S 6869 6869 5445 0 -1 4202560 1098 0 0 0 17 14 0 0 19 0 2 0 656924390 318320640 5987 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7108/statm: 77715 5987 399 364 0 13624 0
[pid=7110] ppid=7108 vsize=419428 CPUtime=99.99 cores=1,3
/proc/7110/stat : 7110 (adaptg2wsat2009) T 7108 7110 7110 0 -1 4202496 1440 0 0 0 9999 0 0 0 25 0 1 0 656924390 429494272 1177 33554432000 134512640 135107411 4288872944 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7110/statm: 104857 1177 59 146 0 103733 0
[pid=7108/tid=7118] ppid=6869 vsize=310860 CPUtime=0 cores=1,3
/proc/7108/task/7118/stat : 7118 (python) S 6869 6869 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656934421 318320640 5987 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109952 0 0 -1 3 0 0 0
[pid=7119] ppid=6869 vsize=321724 CPUtime=0.32 cores=1,3
/proc/7119/stat : 7119 (python) S 6869 6869 5445 0 -1 4202560 1094 0 0 0 16 16 0 0 19 0 2 0 656934422 329445376 5993 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7119/statm: 80431 5993 400 364 0 16337 0
[pid=7121] ppid=7119 vsize=419428 CPUtime=100.01 cores=1,3
/proc/7121/stat : 7121 (adaptg2wsat2009) T 7119 7121 7121 0 -1 4202496 1442 0 0 0 10001 0 0 0 25 0 1 0 656934422 429494272 1175 33554432000 134512640 135107411 4287670592 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7121/statm: 104857 1175 59 146 0 103733 0
[pid=7119/tid=7129] ppid=6869 vsize=321724 CPUtime=0 cores=1,3
/proc/7119/task/7129/stat : 7129 (python) S 6869 6869 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656944454 329445376 5993 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604471125304576 0 0 -1 3 0 0 0
[pid=7130] ppid=6869 vsize=331576 CPUtime=0.32 cores=1,3
/proc/7130/stat : 7130 (python) S 6869 6869 5445 0 -1 4202560 1096 0 0 0 17 15 0 0 19 0 2 0 656944455 339533824 6028 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7130/statm: 82894 6028 400 364 0 18797 0
[pid=7132] ppid=7130 vsize=1018820 CPUtime=100.03 cores=1,3
/proc/7132/stat : 7132 (gnovelty+2) T 7130 7132 7132 0 -1 4202496 857 0 0 0 10003 0 0 0 25 0 1 0 656944456 1043271680 595 33554432000 134512640 135663704 4286713600 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7132/statm: 254705 595 113 282 0 254421 0
[pid=7130/tid=7136] ppid=6869 vsize=331576 CPUtime=0 cores=1,3
/proc/7130/task/7136/stat : 7136 (python) S 6869 6869 5445 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656954490 339533824 6028 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604465977262208 0 0 -1 1 0 0 0
[pid=7137] ppid=6869 vsize=342056 CPUtime=0.33 cores=1,3
/proc/7137/stat : 7137 (python) S 6869 6869 5445 0 -1 4202560 1094 0 0 0 18 15 0 0 19 0 2 0 656954491 350265344 6032 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7137/statm: 85514 6032 400 364 0 21414 0
[pid=7139] ppid=7137 vsize=249188 CPUtime=99.34 cores=1,3
/proc/7139/stat : 7139 (FH) T 7137 7139 7139 0 -1 4202496 1319 0 0 0 9934 0 0 0 25 0 1 0 656954492 255168512 1058 33554432000 134512640 134936988 4291227920 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7139/statm: 62297 1058 41 104 0 61801 0
[pid=7137/tid=7146] ppid=6869 vsize=342056 CPUtime=0 cores=1,3
/proc/7137/task/7146/stat : 7146 (python) S 6869 6869 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656964426 350265344 6032 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604455880732800 0 0 -1 1 0 0 0
[pid=7147] ppid=6869 vsize=352144 CPUtime=0 cores=1,3
/proc/7147/stat : 7147 (python) S 6869 6869 5445 0 -1 4202560 785 0 0 0 0 0 0 0 18 0 1 0 656964427 360595456 5986 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879686 0 0 16781312 514 12747640509950853119 0 0 17 3 0 0 0
/proc/7147/statm: 88036 5986 351 364 0 23933 0
[pid=7149] ppid=7147 vsize=419160 CPUtime=0.67 cores=1,3
/proc/7149/stat : 7149 (adaptg2wsat2009) R 7147 7149 7149 0 -1 4202496 1265 0 0 0 67 0 0 0 21 0 1 0 656964428 429219840 992 33554432000 134512640 135107411 4288869328 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7149/statm: 104790 992 49 146 0 103666 0
[pid=6869/tid=6876] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 9 0 656894286 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7037] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7037/stat : 7037 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656904322 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7094] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7094/stat : 7094 (python) S 6867 6869 5445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 656914358 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7109] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7109/stat : 7109 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656924390 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7120] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7120/stat : 7120 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656934422 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7131] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7131/stat : 7131 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656944455 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 3 0 0 0
[pid=6869/tid=7138] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7138/stat : 7138 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656954491 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 3 0 0 0
[pid=6869/tid=7148] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7148/stat : 7148 (python) S 6867 6869 5445 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 656964427 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704
Current children cumulated vsize (KiB) 7885196

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

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

[startup+703.901 s]
/proc/loadavg: 4.15 4.08 4.01 6/500 7149
/proc/meminfo: memFree=22709604/32951124 swapFree=56449224/67111528
[pid=6869] ppid=6867 vsize=362128 CPUtime=1.69 cores=1,3
/proc/6869/stat : 6869 (python) S 6867 6869 5445 0 -1 4202496 18304 934 1 0 159 10 0 0 19 0 9 0 656894103 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6869/statm: 90532 7530 1892 364 0 26429 0
[pid=6875] ppid=6869 vsize=290180 CPUtime=0.31 cores=1,3
/proc/6875/stat : 6875 (python) S 6869 6869 5445 0 -1 4202560 1155 0 0 0 15 16 0 0 19 0 2 0 656894286 297144320 5836 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6875/statm: 72545 5836 415 364 0 8463 0
[pid=6877] ppid=6875 vsize=1018820 CPUtime=100.04 cores=1,3
/proc/6877/stat : 6877 (gnovelty+2) T 6875 6877 6877 0 -1 4202496 862 0 0 0 10004 0 0 0 25 0 1 0 656894286 1043271680 596 33554432000 134512640 135663704 4293772048 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6877/statm: 254705 596 113 282 0 254421 0
[pid=6875/tid=7035] ppid=6869 vsize=290180 CPUtime=0 cores=1,3
/proc/6875/task/7035/stat : 7035 (python) S 6869 6869 5445 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656904321 297144320 5836 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604469284525888 0 0 -1 3 0 0 0
[pid=7036] ppid=6869 vsize=290832 CPUtime=0.31 cores=1,3
/proc/7036/stat : 7036 (python) S 6869 6869 5445 0 -1 4202560 1076 0 0 0 17 14 0 0 19 0 2 0 656904322 297811968 5846 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7036/statm: 72708 5846 400 364 0 8623 0
[pid=7038] ppid=7036 vsize=1018820 CPUtime=100.02 cores=1,3
/proc/7038/stat : 7038 (gnovelty+2) T 7036 7038 7038 0 -1 4202496 860 0 0 0 10002 0 0 0 25 0 1 0 656904322 1043271680 595 33554432000 134512640 135663704 4293369040 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7038/statm: 254705 595 113 282 0 254421 0
[pid=7036/tid=7092] ppid=6869 vsize=290832 CPUtime=0 cores=1,3
/proc/7036/task/7092/stat : 7092 (python) S 6869 6869 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656914356 297811968 5846 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604470812743616 0 0 -1 3 0 0 0
[pid=7093] ppid=6869 vsize=300604 CPUtime=0.32 cores=1,3
/proc/7093/stat : 7093 (python) S 6869 6869 5445 0 -1 4202560 1088 0 0 0 15 17 0 0 19 0 2 0 656914358 307818496 5984 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7093/statm: 75151 5984 399 364 0 11063 0
[pid=7095] ppid=7093 vsize=419428 CPUtime=99.99 cores=1,3
/proc/7095/stat : 7095 (adaptg2wsat2009) T 7093 7095 7095 0 -1 4202496 1442 0 0 0 9999 0 0 0 25 0 1 0 656914358 429494272 1176 33554432000 134512640 135107411 4293177264 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7095/statm: 104857 1176 59 146 0 103733 0
[pid=7093/tid=7107] ppid=6869 vsize=300604 CPUtime=0 cores=1,3
/proc/7093/task/7107/stat : 7107 (python) S 6869 6869 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656924389 307818496 5984 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109056 0 0 -1 3 0 0 0
[pid=7108] ppid=6869 vsize=310860 CPUtime=0.31 cores=1,3
/proc/7108/stat : 7108 (python) S 6869 6869 5445 0 -1 4202560 1098 0 0 0 17 14 0 0 19 0 2 0 656924390 318320640 5987 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7108/statm: 77715 5987 399 364 0 13624 0
[pid=7110] ppid=7108 vsize=419428 CPUtime=99.99 cores=1,3
/proc/7110/stat : 7110 (adaptg2wsat2009) T 7108 7110 7110 0 -1 4202496 1440 0 0 0 9999 0 0 0 25 0 1 0 656924390 429494272 1177 33554432000 134512640 135107411 4288872944 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7110/statm: 104857 1177 59 146 0 103733 0
[pid=7108/tid=7118] ppid=6869 vsize=310860 CPUtime=0 cores=1,3
/proc/7108/task/7118/stat : 7118 (python) S 6869 6869 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656934421 318320640 5987 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109952 0 0 -1 3 0 0 0
[pid=7119] ppid=6869 vsize=321724 CPUtime=0.32 cores=1,3
/proc/7119/stat : 7119 (python) S 6869 6869 5445 0 -1 4202560 1094 0 0 0 16 16 0 0 19 0 2 0 656934422 329445376 5993 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7119/statm: 80431 5993 400 364 0 16337 0
[pid=7121] ppid=7119 vsize=419428 CPUtime=100.01 cores=1,3
/proc/7121/stat : 7121 (adaptg2wsat2009) T 7119 7121 7121 0 -1 4202496 1442 0 0 0 10001 0 0 0 25 0 1 0 656934422 429494272 1175 33554432000 134512640 135107411 4287670592 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7121/statm: 104857 1175 59 146 0 103733 0
[pid=7119/tid=7129] ppid=6869 vsize=321724 CPUtime=0 cores=1,3
/proc/7119/task/7129/stat : 7129 (python) S 6869 6869 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656944454 329445376 5993 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604471125304576 0 0 -1 3 0 0 0
[pid=7130] ppid=6869 vsize=331576 CPUtime=0.32 cores=1,3
/proc/7130/stat : 7130 (python) S 6869 6869 5445 0 -1 4202560 1096 0 0 0 17 15 0 0 19 0 2 0 656944455 339533824 6028 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7130/statm: 82894 6028 400 364 0 18797 0
[pid=7132] ppid=7130 vsize=1018820 CPUtime=100.03 cores=1,3
/proc/7132/stat : 7132 (gnovelty+2) T 7130 7132 7132 0 -1 4202496 857 0 0 0 10003 0 0 0 25 0 1 0 656944456 1043271680 595 33554432000 134512640 135663704 4286713600 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7132/statm: 254705 595 113 282 0 254421 0
[pid=7130/tid=7136] ppid=6869 vsize=331576 CPUtime=0 cores=1,3
/proc/7130/task/7136/stat : 7136 (python) S 6869 6869 5445 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656954490 339533824 6028 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604465977262208 0 0 -1 1 0 0 0
[pid=7137] ppid=6869 vsize=342056 CPUtime=0.33 cores=1,3
/proc/7137/stat : 7137 (python) S 6869 6869 5445 0 -1 4202560 1094 0 0 0 18 15 0 0 19 0 2 0 656954491 350265344 6032 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7137/statm: 85514 6032 400 364 0 21414 0
[pid=7139] ppid=7137 vsize=249188 CPUtime=99.34 cores=1,3
/proc/7139/stat : 7139 (FH) T 7137 7139 7139 0 -1 4202496 1319 0 0 0 9934 0 0 0 25 0 1 0 656954492 255168512 1058 33554432000 134512640 134936988 4291227920 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7139/statm: 62297 1058 41 104 0 61801 0
[pid=7137/tid=7146] ppid=6869 vsize=342056 CPUtime=0 cores=1,3
/proc/7137/task/7146/stat : 7146 (python) S 6869 6869 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656964426 350265344 6032 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 514 18446604455880732800 0 0 -1 1 0 0 0
[pid=7147] ppid=6869 vsize=352144 CPUtime=0 cores=1,3
/proc/7147/stat : 7147 (python) S 6869 6869 5445 0 -1 4202560 785 0 0 0 0 0 0 0 18 0 1 0 656964427 360595456 5986 33554432000 4194304 5683644 140736390858016 18446744073709551615 253640879686 0 0 16781312 514 12747640509950853119 0 0 17 3 0 0 0
/proc/7147/statm: 88036 5986 351 364 0 23933 0
[pid=7149] ppid=7147 vsize=419160 CPUtime=0.67 cores=1,3
/proc/7149/stat : 7149 (adaptg2wsat2009) R 7147 7149 7149 0 -1 4202496 1265 0 0 0 67 0 0 0 21 0 1 0 656964428 429219840 992 33554432000 134512640 135107411 4288869328 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7149/statm: 104790 992 49 146 0 103666 0
[pid=6869/tid=6876] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/6876/stat : 6876 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 9 0 656894286 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7037] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7037/stat : 7037 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656904322 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7094] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7094/stat : 7094 (python) S 6867 6869 5445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 656914358 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7109] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7109/stat : 7109 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656924390 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7120] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7120/stat : 7120 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656934422 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 1 0 0 0
[pid=6869/tid=7131] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7131/stat : 7131 (python) S 6867 6869 5445 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656944455 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 3 0 0 0
[pid=6869/tid=7138] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7138/stat : 7138 (python) S 6867 6869 5445 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656954491 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 3 0 0 0
[pid=6869/tid=7148] ppid=6867 vsize=362128 CPUtime=0 cores=1,3
/proc/6869/task/7148/stat : 7148 (python) S 6867 6869 5445 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 656964427 370819072 7530 33554432000 4194304 5683644 140736390858016 18446744073709551615 253652683185 0 0 16781312 2 18446604465796438016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704
Current children cumulated vsize (KiB) 7885196

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.981
CPU time (s): 704
CPU user time (s): 702.83
CPU system time (s): 1.17
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7885196

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

runsolver used 3.14452 second user time and 6.95594 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:48:57
IDJOB=3377386
IDBENCH=82695
IDSOLVER=1857
FILE ID=node106/3377386-1305452937
RUNJOBID= node106-1305451456-6098
PBS_JOBID= 13324871
Free space on /tmp= 73320 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S977260632-016-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-3377386-1305452937/watcher-3377386-1305452937 -o /tmp/evaluation-result-3377386-1305452937/solver-3377386-1305452937 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377386-1305452937.cnf -seed 370617432 -budget 2400

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

MD5SUM BENCH= 58eb79e3bfc8d25580f794d4e2d18629
RANDOM SEED=370617432

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23029332 kB
Buffers:        289556 kB
Cached:        6175764 kB
SwapCached:      27544 kB
Active:        1435460 kB
Inactive:      8223480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23029332 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           32972 kB
Writeback:           0 kB
AnonPages:     3174624 kB
Mapped:          23028 kB
Slab:           129416 kB
PageTables:      64972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 112673616 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= 73276 MiB
End job on node106 at 2011-05-15 12:00:43