Trace number 3484182

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
MD5SUM1d861e510861ad58190eb0b3053bc657
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark340.927
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.36/1.41	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/1.41	c INFO: solving HOME/instance-3484182-1307748217.cnf
0.36/1.41	c INFO: computing task features
0.46/1.57	c INFO: computed variable-clause graph statistics
0.46/1.57	c INFO: computed clause balance statistics
1.26/2.33	c INFO: computed variable balance statistics
1.66/2.75	c INFO: computed small-clause counts
1.66/2.75	c INFO: computed Horn-clause counts
1.66/2.78	c INFO: computed variable graph statistics
1.66/2.78	c INFO: collected features for HOME/instance-3484182-1307748217.cnf in 1.37 s
1.66/2.79	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.80/102.96	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
201.96/203.13	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
302.07/303.27	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.30/403.40	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.06)
502.39/503.53	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.59/603.71	c INFO: running FH@0 for 97 with 598 remaining (b = 0.04)
702.69/703.85	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.92 3.92 2.89 5/243 16191
/proc/meminfo: memFree=31017892/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=11804 CPUtime=0 cores=4,6
/proc/16191/stat : 16191 (runsolver) S 16189 16191 15638 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 886420618 12087296 56 33554432000 4194304 5436572 140735475569424 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699215550 0 0 17 6 0 0 0
/proc/16191/statm: 2951 56 36 304 0 2643 0

[startup+0.0270329 s]
/proc/loadavg: 3.92 3.92 2.89 5/243 16191
/proc/meminfo: memFree=31017892/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=15780 CPUtime=0 cores=4,6
/proc/16191/stat : 16191 (python) R 16189 16191 15638 0 -1 4202496 911 0 0 0 0 0 0 0 21 0 1 0 886420618 16158720 791 33554432000 4194304 5683644 140736047176448 18446744073709551615 4570757 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16191/statm: 3945 791 346 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.101022 s]
/proc/loadavg: 3.92 3.92 2.89 5/243 16191
/proc/meminfo: memFree=31017892/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=18884 CPUtime=0.02 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 1288 0 0 0 2 0 0 0 17 0 1 0 886420618 19337216 1140 33554432000 4194304 5683644 140736047176448 18446744073709551615 251809316487 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/16191/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.301072 s]
/proc/loadavg: 3.92 3.92 2.89 5/243 16191
/proc/meminfo: memFree=31017892/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=54540 CPUtime=0.04 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 2050 0 0 0 3 1 0 0 16 0 1 0 886420618 55848960 1808 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/16191/statm: 13635 1808 492 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54540

[startup+0.701014 s]
/proc/loadavg: 3.92 3.92 2.89 5/243 16191
/proc/meminfo: memFree=31017892/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=128864 CPUtime=0.15 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 5604 934 1 0 11 4 0 0 18 0 1 0 886420618 131956736 4020 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/16191/statm: 32216 4020 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128864

[startup+1.50085 s]
/proc/loadavg: 3.92 3.92 2.89 3/244 16196
/proc/meminfo: memFree=31002632/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=283396 CPUtime=0.46 cores=4,6
/proc/16191/stat : 16191 (python) R 16189 16191 15638 0 -1 4202496 10507 934 1 0 36 10 0 0 15 0 1 0 886420618 290197504 8176 33554432000 4194304 5683644 140736047176448 18446744073709551615 47444473093049 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16191/statm: 70849 8177 1761 364 0 6773 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 283396

[startup+3.10046 s]
/proc/loadavg: 3.93 3.92 2.90 5/244 16196
/proc/meminfo: memFree=30969400/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=292812 CPUtime=1.75 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 12985 934 1 0 165 10 0 0 19 0 2 0 886420618 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 73203 8099 1869 364 0 9121 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 292812
heavy processes:

[startup+6.30099 s]
/proc/loadavg: 3.93 3.92 2.90 5/250 16202
/proc/meminfo: memFree=30950016/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=292812 CPUtime=1.75 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 12985 934 1 0 165 10 0 0 19 0 2 0 886420618 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 73203 8099 1869 364 0 9121 0
[pid=16197] ppid=16191 vsize=283512 CPUtime=0 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 886420897 290316288 6582 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260239 0 0 16781312 514 16317968345473188099 0 0 17 4 0 0 0
/proc/16197/statm: 70878 6582 355 364 0 6796 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=3.5 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) R 16197 16199 16199 0 -1 4202496 964 0 0 0 350 0 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16191/tid=16198] ppid=16189 vsize=292812 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 886420898 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 1595320

[startup+12.7009 s]
/proc/loadavg: 3.94 3.92 2.91 5/250 16203
/proc/meminfo: memFree=30949236/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=292812 CPUtime=1.75 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 12985 934 1 0 165 10 0 0 19 0 2 0 886420618 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 73203 8099 1869 364 0 9121 0
[pid=16197] ppid=16191 vsize=283512 CPUtime=0 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 886420897 290316288 6605 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260239 0 0 16781312 514 16317968345473188099 0 0 17 4 0 0 0
/proc/16197/statm: 70878 6605 378 364 0 6796 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=9.88 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) R 16197 16199 16199 0 -1 4202496 964 0 0 0 988 0 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16191/tid=16198] ppid=16189 vsize=292812 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 886420898 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 1595320

[startup+25.5008 s]
/proc/loadavg: 3.95 3.93 2.92 5/223 16293
/proc/meminfo: memFree=31167372/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=292812 CPUtime=1.75 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 12985 934 1 0 165 10 0 0 19 0 2 0 886420618 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 73203 8099 1869 364 0 9121 0
[pid=16197] ppid=16191 vsize=283512 CPUtime=0.03 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 877 0 0 0 2 1 0 0 18 0 1 0 886420897 290316288 6605 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260239 0 0 16781312 514 8772589861652627715 0 0 17 4 0 0 0
/proc/16197/statm: 70878 6605 378 364 0 6796 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=22.65 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) R 16197 16199 16199 0 -1 4202496 964 0 0 0 2264 1 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16191/tid=16198] ppid=16189 vsize=292812 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 886420898 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 1595320

[startup+51.1005 s]
/proc/loadavg: 3.96 3.93 2.95 5/202 16343
/proc/meminfo: memFree=31408236/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=292812 CPUtime=1.75 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 12985 934 1 0 165 10 0 0 19 0 2 0 886420618 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 73203 8099 1869 364 0 9121 0
[pid=16197] ppid=16191 vsize=283512 CPUtime=0.05 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 890 0 0 0 3 2 0 0 18 0 1 0 886420897 290316288 6605 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260239 0 0 16781312 514 8772589861652627715 0 0 17 4 0 0 0
/proc/16197/statm: 70878 6605 378 364 0 6796 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=48.21 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) R 16197 16199 16199 0 -1 4202496 964 0 0 0 4819 2 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16191/tid=16198] ppid=16189 vsize=292812 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 886420898 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 1595320

[startup+102.307 s]
/proc/loadavg: 3.98 3.94 3.01 5/202 16344
/proc/meminfo: memFree=31408132/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=292812 CPUtime=1.75 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 12985 934 1 0 165 10 0 0 19 0 2 0 886420618 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 73203 8099 1869 364 0 9121 0
[pid=16197] ppid=16191 vsize=283512 CPUtime=0.12 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 910 0 0 0 6 6 0 0 18 0 1 0 886420897 290316288 6605 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260239 0 0 16781312 514 8772589861652627715 0 0 17 4 0 0 0
/proc/16197/statm: 70878 6605 378 364 0 6796 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=99.34 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) R 16197 16199 16199 0 -1 4202496 964 0 0 0 9931 3 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16191/tid=16198] ppid=16189 vsize=292812 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 886420898 299839488 8099 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 1595320

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.06 5/214 16454
/proc/meminfo: memFree=31313084/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=303528 CPUtime=1.76 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 13865 934 1 0 166 10 0 0 19 0 3 0 886420618 310812672 8189 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 75882 8189 1872 364 0 11797 0
[pid=16197] ppid=16191 vsize=293756 CPUtime=0.12 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 1148 0 0 0 6 6 0 0 19 0 2 0 886420897 300806144 6647 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16197/statm: 73439 6647 415 364 0 9357 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=99.98 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) T 16197 16199 16199 0 -1 4202496 964 0 0 0 9995 3 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16197/tid=16345] ppid=16191 vsize=293756 CPUtime=0 cores=4,6
/proc/16197/task/16345/stat : 16345 (python) S 16191 16191 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886430914 300806144 6647 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604448122081728 0 0 -1 6 0 0 0
[pid=16346] ppid=16191 vsize=293704 CPUtime=0.08 cores=4,6
/proc/16346/stat : 16346 (python) S 16191 16191 15638 0 -1 4202560 906 0 0 0 5 3 0 0 18 0 1 0 886430915 300752896 6686 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260294 0 0 16781312 514 8772589861652627716 0 0 17 4 0 0 0
/proc/16346/statm: 73426 6686 372 364 0 9341 0
[pid=16348] ppid=16346 vsize=1018996 CPUtime=59.24 cores=4,6
/proc/16348/stat : 16348 (gnovelty+2) R 16346 16348 16348 0 -1 4202496 962 0 0 0 5921 3 0 0 25 0 1 0 886430915 1043451904 698 33554432000 134512640 135663704 4288160544 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16348/statm: 254749 698 113 282 0 254465 0
[pid=16191/tid=16198] ppid=16189 vsize=303528 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 886420898 310812672 8189 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
[pid=16191/tid=16347] ppid=16189 vsize=303528 CPUtime=0 cores=4,6
/proc/16191/task/16347/stat : 16347 (python) S 16189 16191 15638 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 3 0 886430915 310812672 8189 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 2928980

[startup+222.301 s]
/proc/loadavg: 4.07 3.97 3.13 5/214 16505
/proc/meminfo: memFree=31396736/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=313784 CPUtime=1.77 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 14690 934 1 0 166 11 0 0 20 0 4 0 886420618 321314816 8195 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0

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

[pid=16503] ppid=16191 vsize=303960 CPUtime=0.13 cores=4,6
/proc/16503/stat : 16503 (python) S 16191 16191 15638 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 886440932 311255040 6719 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16503/statm: 75990 6719 400 364 0 11902 0
[pid=16505] ppid=16503 vsize=421428 CPUtime=99.99 cores=4,6
/proc/16505/stat : 16505 (adaptg2wsat2009) T 16503 16505 16505 0 -1 4202496 2050 0 0 0 9998 1 0 0 25 0 1 0 886440932 431542272 1783 33554432000 134512640 135107411 4292895504 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16505/statm: 105357 1783 59 146 0 104233 0
[pid=16503/tid=16566] ppid=16191 vsize=303960 CPUtime=0 cores=4,6
/proc/16503/task/16566/stat : 16566 (python) S 16191 16191 15638 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886450944 311255040 6719 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604446934784832 0 0 -1 6 0 0 0
[pid=16567] ppid=16191 vsize=314216 CPUtime=0.13 cores=4,6
/proc/16567/stat : 16567 (python) S 16191 16191 15638 0 -1 4202560 1089 0 0 0 7 6 0 0 19 0 2 0 886450945 321757184 6723 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16567/statm: 78554 6723 400 364 0 14463 0
[pid=16569] ppid=16567 vsize=421428 CPUtime=100.01 cores=4,6
/proc/16569/stat : 16569 (adaptg2wsat2009) T 16567 16569 16569 0 -1 4202496 2045 0 0 0 10001 0 0 0 25 0 1 0 886450945 431542272 1782 33554432000 134512640 135107411 4291098064 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16569/statm: 105357 1782 59 146 0 104233 0
[pid=16567/tid=16628] ppid=16191 vsize=314216 CPUtime=0 cores=4,6
/proc/16567/task/16628/stat : 16628 (python) S 16191 16191 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886460958 321757184 6723 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453902493568 0 0 -1 6 0 0 0
[pid=16629] ppid=16191 vsize=324472 CPUtime=0.13 cores=4,6
/proc/16629/stat : 16629 (python) S 16191 16191 15638 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 886460958 332259328 6727 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16629/statm: 81118 6727 400 364 0 17024 0
[pid=16631] ppid=16629 vsize=421428 CPUtime=99.99 cores=4,6
/proc/16631/stat : 16631 (adaptg2wsat2009) T 16629 16631 16631 0 -1 4202496 2047 0 0 0 9999 0 0 0 25 0 1 0 886460959 431542272 1782 33554432000 134512640 135107411 4292841376 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16631/statm: 105357 1782 59 146 0 104233 0
[pid=16629/tid=16643] ppid=16191 vsize=324472 CPUtime=0 cores=4,6
/proc/16629/task/16643/stat : 16643 (python) S 16191 16191 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886470971 332259328 6727 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=16644] ppid=16191 vsize=334832 CPUtime=0.12 cores=4,6
/proc/16644/stat : 16644 (python) S 16191 16191 15638 0 -1 4202560 1090 0 0 0 5 7 0 0 19 0 2 0 886470972 342867968 6731 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16644/statm: 83708 6731 400 364 0 19611 0
[pid=16646] ppid=16644 vsize=1018996 CPUtime=100.05 cores=4,6
/proc/16646/stat : 16646 (gnovelty+2) T 16644 16646 16646 0 -1 4202496 958 0 0 0 10005 0 0 0 25 0 1 0 886470972 1043451904 698 33554432000 134512640 135663704 4287456496 18446744073709551615 135008480 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16646/statm: 254749 698 113 282 0 254465 0
[pid=16644/tid=16702] ppid=16191 vsize=334832 CPUtime=0 cores=4,6
/proc/16644/task/16702/stat : 16702 (python) S 16191 16191 15638 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886480988 342867968 6731 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453901571008 0 0 -1 6 0 0 0
[pid=16703] ppid=16191 vsize=345312 CPUtime=0.14 cores=4,6
/proc/16703/stat : 16703 (python) S 16191 16191 15638 0 -1 4202560 1085 0 0 0 7 7 0 0 19 0 2 0 886480989 353599488 6745 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16703/statm: 86328 6745 400 364 0 22228 0
[pid=16705] ppid=16703 vsize=251292 CPUtime=100 cores=4,6
/proc/16705/stat : 16705 (FH) T 16703 16705 16705 0 -1 4202496 1947 0 0 0 10000 0 0 0 25 0 1 0 886480989 257323008 1682 33554432000 134512640 134936988 4293828528 18446744073709551615 134553267 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16705/statm: 62823 1682 41 104 0 62327 0
[pid=16703/tid=16718] ppid=16191 vsize=345312 CPUtime=0 cores=4,6
/proc/16703/task/16718/stat : 16718 (python) S 16191 16191 15638 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886491003 353599488 6745 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453880857664 0 0 -1 6 0 0 0
[pid=16719] ppid=16191 vsize=355360 CPUtime=0 cores=4,6
/proc/16719/stat : 16719 (python) S 16191 16191 15638 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 886491004 363888640 6755 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260294 0 0 16781312 514 1398967747064365055 0 0 17 6 0 0 0
/proc/16719/statm: 88840 6755 351 364 0 24737 0
[pid=16721] ppid=16719 vsize=419292 CPUtime=0.05 cores=4,6
/proc/16721/stat : 16721 (adaptg2wsat2009) R 16719 16721 16721 0 -1 4202496 1350 0 0 0 5 0 0 0 21 0 1 0 886491004 429355008 1084 33554432000 134512640 135107411 4288555088 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16721/statm: 104823 1084 49 146 0 103699 0
[pid=16191/tid=16198] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 9 0 886420898 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
[pid=16191/tid=16347] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16347/stat : 16347 (python) S 16189 16191 15638 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 9 0 886430915 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16504] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16504/stat : 16504 (python) S 16189 16191 15638 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 886440932 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16568] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16568/stat : 16568 (python) S 16189 16191 15638 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886450945 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16630] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16630/stat : 16630 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886460959 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16645] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16645/stat : 16645 (python) S 16189 16191 15638 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886470972 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16704] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16704/stat : 16704 (python) S 16189 16191 15638 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 886480989 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16720] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16720/stat : 16720 (python) S 16189 16191 15638 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886491004 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.81
Current children cumulated vsize (KiB) 7922796

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.00 4.00 3.47 5/259 16721
/proc/meminfo: memFree=31236596/32950928 swapFree=67050648/67111528
[pid=16191] ppid=16189 vsize=365328 CPUtime=1.82 cores=4,6
/proc/16191/stat : 16191 (python) S 16189 16191 15638 0 -1 4202496 18960 934 1 0 170 12 0 0 20 0 9 0 886420618 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16191/statm: 91332 8291 1884 364 0 27229 0
[pid=16197] ppid=16191 vsize=293756 CPUtime=0.12 cores=4,6
/proc/16197/stat : 16197 (python) S 16191 16191 15638 0 -1 4202560 1148 0 0 0 6 6 0 0 19 0 2 0 886420897 300806144 6647 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16197/statm: 73439 6647 415 364 0 9357 0
[pid=16199] ppid=16197 vsize=1018996 CPUtime=99.98 cores=4,6
/proc/16199/stat : 16199 (gnovelty+2) T 16197 16199 16199 0 -1 4202496 964 0 0 0 9995 3 0 0 25 0 1 0 886420898 1043451904 698 33554432000 134512640 135663704 4292736688 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16199/statm: 254749 698 113 282 0 254465 0
[pid=16197/tid=16345] ppid=16191 vsize=293756 CPUtime=0 cores=4,6
/proc/16197/task/16345/stat : 16345 (python) S 16191 16191 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886430914 300806144 6647 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604448122081728 0 0 -1 6 0 0 0
[pid=16346] ppid=16191 vsize=293704 CPUtime=0.13 cores=4,6
/proc/16346/stat : 16346 (python) S 16191 16191 15638 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 886430915 300752896 6715 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16346/statm: 73426 6715 400 364 0 9341 0
[pid=16348] ppid=16346 vsize=1018996 CPUtime=100.02 cores=4,6
/proc/16348/stat : 16348 (gnovelty+2) T 16346 16348 16348 0 -1 4202496 962 0 0 0 9999 3 0 0 25 0 1 0 886430915 1043451904 698 33554432000 134512640 135663704 4288160544 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16348/statm: 254749 698 113 282 0 254465 0
[pid=16346/tid=16502] ppid=16191 vsize=293704 CPUtime=0 cores=4,6
/proc/16346/task/16502/stat : 16502 (python) S 16191 16191 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886440931 300752896 6715 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453874708736 0 0 -1 6 0 0 0
[pid=16503] ppid=16191 vsize=303960 CPUtime=0.13 cores=4,6
/proc/16503/stat : 16503 (python) S 16191 16191 15638 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 886440932 311255040 6719 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16503/statm: 75990 6719 400 364 0 11902 0
[pid=16505] ppid=16503 vsize=421428 CPUtime=99.99 cores=4,6
/proc/16505/stat : 16505 (adaptg2wsat2009) T 16503 16505 16505 0 -1 4202496 2050 0 0 0 9998 1 0 0 25 0 1 0 886440932 431542272 1783 33554432000 134512640 135107411 4292895504 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16505/statm: 105357 1783 59 146 0 104233 0
[pid=16503/tid=16566] ppid=16191 vsize=303960 CPUtime=0 cores=4,6
/proc/16503/task/16566/stat : 16566 (python) S 16191 16191 15638 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886450944 311255040 6719 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604446934784832 0 0 -1 6 0 0 0
[pid=16567] ppid=16191 vsize=314216 CPUtime=0.13 cores=4,6
/proc/16567/stat : 16567 (python) S 16191 16191 15638 0 -1 4202560 1089 0 0 0 7 6 0 0 19 0 2 0 886450945 321757184 6723 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16567/statm: 78554 6723 400 364 0 14463 0
[pid=16569] ppid=16567 vsize=421428 CPUtime=100.01 cores=4,6
/proc/16569/stat : 16569 (adaptg2wsat2009) T 16567 16569 16569 0 -1 4202496 2045 0 0 0 10001 0 0 0 25 0 1 0 886450945 431542272 1782 33554432000 134512640 135107411 4291098064 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16569/statm: 105357 1782 59 146 0 104233 0
[pid=16567/tid=16628] ppid=16191 vsize=314216 CPUtime=0 cores=4,6
/proc/16567/task/16628/stat : 16628 (python) S 16191 16191 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886460958 321757184 6723 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453902493568 0 0 -1 6 0 0 0
[pid=16629] ppid=16191 vsize=324472 CPUtime=0.13 cores=4,6
/proc/16629/stat : 16629 (python) S 16191 16191 15638 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 886460958 332259328 6727 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16629/statm: 81118 6727 400 364 0 17024 0
[pid=16631] ppid=16629 vsize=421428 CPUtime=99.99 cores=4,6
/proc/16631/stat : 16631 (adaptg2wsat2009) T 16629 16631 16631 0 -1 4202496 2047 0 0 0 9999 0 0 0 25 0 1 0 886460959 431542272 1782 33554432000 134512640 135107411 4292841376 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16631/statm: 105357 1782 59 146 0 104233 0
[pid=16629/tid=16643] ppid=16191 vsize=324472 CPUtime=0 cores=4,6
/proc/16629/task/16643/stat : 16643 (python) S 16191 16191 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886470971 332259328 6727 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=16644] ppid=16191 vsize=334832 CPUtime=0.12 cores=4,6
/proc/16644/stat : 16644 (python) S 16191 16191 15638 0 -1 4202560 1090 0 0 0 5 7 0 0 19 0 2 0 886470972 342867968 6731 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16644/statm: 83708 6731 400 364 0 19611 0
[pid=16646] ppid=16644 vsize=1018996 CPUtime=100.05 cores=4,6
/proc/16646/stat : 16646 (gnovelty+2) T 16644 16646 16646 0 -1 4202496 958 0 0 0 10005 0 0 0 25 0 1 0 886470972 1043451904 698 33554432000 134512640 135663704 4287456496 18446744073709551615 135008480 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16646/statm: 254749 698 113 282 0 254465 0
[pid=16644/tid=16702] ppid=16191 vsize=334832 CPUtime=0 cores=4,6
/proc/16644/task/16702/stat : 16702 (python) S 16191 16191 15638 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886480988 342867968 6731 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453901571008 0 0 -1 6 0 0 0
[pid=16703] ppid=16191 vsize=345312 CPUtime=0.14 cores=4,6
/proc/16703/stat : 16703 (python) S 16191 16191 15638 0 -1 4202560 1085 0 0 0 7 7 0 0 19 0 2 0 886480989 353599488 6745 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16703/statm: 86328 6745 400 364 0 22228 0
[pid=16705] ppid=16703 vsize=251292 CPUtime=100 cores=4,6
/proc/16705/stat : 16705 (FH) T 16703 16705 16705 0 -1 4202496 1947 0 0 0 10000 0 0 0 25 0 1 0 886480989 257323008 1682 33554432000 134512640 134936988 4293828528 18446744073709551615 134553267 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16705/statm: 62823 1682 41 104 0 62327 0
[pid=16703/tid=16718] ppid=16191 vsize=345312 CPUtime=0 cores=4,6
/proc/16703/task/16718/stat : 16718 (python) S 16191 16191 15638 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886491003 353599488 6745 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 514 18446604453880857664 0 0 -1 6 0 0 0
[pid=16719] ppid=16191 vsize=355360 CPUtime=0 cores=4,6
/proc/16719/stat : 16719 (python) S 16191 16191 15638 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 886491004 363888640 6755 33554432000 4194304 5683644 140736047176448 18446744073709551615 251814260294 0 0 16781312 514 1398967747064365055 0 0 17 6 0 0 0
/proc/16719/statm: 88840 6755 351 364 0 24737 0
[pid=16721] ppid=16719 vsize=419292 CPUtime=0.05 cores=4,6
/proc/16721/stat : 16721 (adaptg2wsat2009) R 16719 16721 16721 0 -1 4202496 1350 0 0 0 5 0 0 0 21 0 1 0 886491004 429355008 1084 33554432000 134512640 135107411 4288555088 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16721/statm: 104823 1084 49 146 0 103699 0
[pid=16191/tid=16198] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16198/stat : 16198 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 9 0 886420898 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
[pid=16191/tid=16347] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16347/stat : 16347 (python) S 16189 16191 15638 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 9 0 886430915 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16504] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16504/stat : 16504 (python) S 16189 16191 15638 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 886440932 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16568] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16568/stat : 16568 (python) S 16189 16191 15638 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886450945 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16630] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16630/stat : 16630 (python) S 16189 16191 15638 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886460959 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16645] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16645/stat : 16645 (python) S 16189 16191 15638 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886470972 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16704] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16704/stat : 16704 (python) S 16189 16191 15638 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 886480989 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 4 0 0 0
[pid=16191/tid=16720] ppid=16189 vsize=365328 CPUtime=0 cores=4,6
/proc/16191/task/16720/stat : 16720 (python) S 16189 16191 15638 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886491004 374095872 8291 33554432000 4194304 5683644 140736047176448 18446744073709551615 251826063793 0 0 16781312 2 18446604448122082624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.81
Current children cumulated vsize (KiB) 7922796

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16191 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=710739
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 1.84272
# 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): 703.963
CPU time (s): 702.81
CPU user time (s): 702.2
CPU system time (s): 0.61
CPU usage (%): 99.8362
Max. virtual memory (cumulated for all children) (KiB): 7922796

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

runsolver used 1.34679 second user time and 2.86856 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:23:37
IDJOB=3484182
IDBENCH=82693
IDSOLVER=1975
FILE ID=node126/3484182-1307748217
RUNJOBID= node126-1307747008-15657
PBS_JOBID= 13550831
Free space on /tmp= 74068 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S64154096-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-3484182-1307748217/watcher-3484182-1307748217 -o /tmp/evaluation-result-3484182-1307748217/solver-3484182-1307748217 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484182-1307748217.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 1d861e510861ad58190eb0b3053bc657
RANDOM SEED=693387542

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31018296 kB
Buffers:        241844 kB
Cached:         835312 kB
SwapCached:      14888 kB
Active:        1162336 kB
Inactive:       553320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31018296 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           65624 kB
Writeback:           0 kB
AnonPages:      636232 kB
Mapped:          16180 kB
Slab:           137068 kB
PageTables:      18064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5984372 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= 74036 MiB
End job on node126 at 2011-06-11 01:35:25