Trace number 3484164

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) 703.25 703.963

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S922811046-076-UNKNOWN.cnf
MD5SUMe99bff721d695892a53f60adc73d403b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3694.54
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
Number of clauses of size over 50

Solver Data

0.30/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.63	c INFO: solving HOME/instance-3484164-1307748101.cnf
0.30/0.63	c INFO: computing task features
0.48/0.85	c INFO: computed variable-clause graph statistics
0.48/0.85	c INFO: computed clause balance statistics
1.49/1.87	c INFO: computed variable balance statistics
2.08/2.43	c INFO: computed small-clause counts
2.08/2.43	c INFO: computed Horn-clause counts
2.08/2.48	c INFO: computed variable graph statistics
2.08/2.48	c INFO: collected features for HOME/instance-3484164-1307748101.cnf in 1.83 s
2.08/2.49	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.39/102.68	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.58/202.88	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.67/303.03	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.67/403.16	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.71/503.29	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.96/603.50	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.95/703.64	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-3484164-1307748101/watcher-3484164-1307748101 -o /tmp/evaluation-result-3484164-1307748101/solver-3484164-1307748101 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484164-1307748101.cnf -seed 2095343171 -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: 4.08 4.05 4.43 4/255 15611
/proc/meminfo: memFree=31202444/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=15184 CPUtime=0 cores=4,6
/proc/15611/stat : 15611 (python) R 15609 15611 15206 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 886408293 15548416 622 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516832256 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/15611/statm: 3796 622 322 364 0 283 0

[startup+0.0310889 s]
/proc/loadavg: 4.08 4.05 4.43 4/255 15611
/proc/meminfo: memFree=31202444/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=16400 CPUtime=0.01 cores=4,6
/proc/15611/stat : 15611 (python) R 15609 15611 15206 0 -1 4202496 1168 0 0 0 1 0 0 0 25 0 1 0 886408293 16793600 1030 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516833936 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15611/statm: 4100 1031 415 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.101079 s]
/proc/loadavg: 4.08 4.05 4.43 4/255 15611
/proc/meminfo: memFree=31202444/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=93964 CPUtime=0.05 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 2696 0 0 0 4 1 0 0 25 0 1 0 886408293 96219136 2407 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/15611/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.301046 s]
/proc/loadavg: 4.08 4.05 4.43 4/255 15611
/proc/meminfo: memFree=31202444/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=135752 CPUtime=0.16 cores=4,6
/proc/15611/stat : 15611 (python) R 15609 15611 15206 0 -1 4202496 5976 936 1 0 13 3 0 0 18 0 1 0 886408293 139010048 4149 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516830213 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15611/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.70602 s]
/proc/loadavg: 4.08 4.05 4.43 4/255 15611
/proc/meminfo: memFree=31202444/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=282784 CPUtime=0.39 cores=4,6
/proc/15611/stat : 15611 (python) R 15609 15611 15206 0 -1 4202496 10372 936 1 0 34 5 0 0 16 0 1 0 886408293 289570816 8039 33554432000 4194304 5683644 140733246059376 18446744073709551615 4602391 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15611/statm: 70696 8039 1761 364 0 6620 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 282784

[startup+1.50087 s]
/proc/loadavg: 4.08 4.05 4.43 5/256 15616
/proc/meminfo: memFree=31168224/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=290800 CPUtime=1.19 cores=4,6
/proc/15611/stat : 15611 (python) R 15609 15611 15206 0 -1 4202496 14024 936 1 0 113 6 0 0 17 0 1 0 886408293 297779200 10084 33554432000 4194304 5683644 140733246059376 18446744073709551615 47465884868290 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15611/statm: 72700 10084 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 290800

[startup+3.10057 s]
/proc/loadavg: 4.08 4.05 4.43 5/256 15616
/proc/meminfo: memFree=31167108/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=294136 CPUtime=2.17 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 14382 936 1 0 211 6 0 0 21 0 2 0 886408293 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 73534 8415 1869 364 0 9452 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 294136
heavy processes:

[startup+6.30099 s]
/proc/loadavg: 4.08 4.05 4.43 5/259 15619
/proc/meminfo: memFree=31166708/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=294136 CPUtime=2.17 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 14382 936 1 0 211 6 0 0 21 0 2 0 886408293 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 73534 8415 1869 364 0 9452 0
[pid=15617] ppid=15611 vsize=284984 CPUtime=0 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 886408542 291823616 6898 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854287 0 0 16781312 514 4012078351630958852 0 0 17 6 0 0 0
/proc/15617/statm: 71246 6898 355 364 0 7164 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=3.8 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) R 15617 15619 15619 0 -1 4202496 1154 0 0 0 380 0 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15611/tid=15618] ppid=15609 vsize=294136 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 886408542 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 1599428

[startup+12.7008 s]
/proc/loadavg: 4.07 4.05 4.43 5/259 15619
/proc/meminfo: memFree=31166468/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=294136 CPUtime=2.17 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 14382 936 1 0 211 6 0 0 21 0 2 0 886408293 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 73534 8415 1869 364 0 9452 0
[pid=15617] ppid=15611 vsize=284984 CPUtime=0.01 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 864 0 0 0 1 0 0 0 18 0 1 0 886408542 291823616 6921 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854287 0 0 16781312 514 9234947695271969028 0 0 17 6 0 0 0
/proc/15617/statm: 71246 6921 378 364 0 7164 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=10.2 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) R 15617 15619 15619 0 -1 4202496 1154 0 0 0 1020 0 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15611/tid=15618] ppid=15609 vsize=294136 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 886408542 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 1599428

[startup+25.5005 s]
/proc/loadavg: 4.20 4.08 4.43 5/259 15620
/proc/meminfo: memFree=31166784/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=294136 CPUtime=2.17 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 14382 936 1 0 211 6 0 0 21 0 2 0 886408293 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 73534 8415 1869 364 0 9452 0
[pid=15617] ppid=15611 vsize=284984 CPUtime=0.03 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 869 0 0 0 2 1 0 0 18 0 1 0 886408542 291823616 6921 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854287 0 0 16781312 514 9234947695271969028 0 0 17 6 0 0 0
/proc/15617/statm: 71246 6921 378 364 0 7164 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=23 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) R 15617 15619 15619 0 -1 4202496 1154 0 0 0 2300 0 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 134544218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15611/tid=15618] ppid=15609 vsize=294136 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 886408542 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1599428

[startup+51.1008 s]
/proc/loadavg: 4.13 4.07 4.42 5/259 15620
/proc/meminfo: memFree=31165880/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=294136 CPUtime=2.17 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 14382 936 1 0 211 6 0 0 21 0 2 0 886408293 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 73534 8415 1869 364 0 9452 0
[pid=15617] ppid=15611 vsize=284984 CPUtime=0.06 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 882 0 0 0 3 3 0 0 18 0 1 0 886408542 291823616 6921 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854287 0 0 16781312 514 9234947695271969028 0 0 17 6 0 0 0
/proc/15617/statm: 71246 6921 378 364 0 7164 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=48.6 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) R 15617 15619 15619 0 -1 4202496 1154 0 0 0 4860 0 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15611/tid=15618] ppid=15609 vsize=294136 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 886408542 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1599428

[startup+102.307 s]
/proc/loadavg: 4.28 4.10 4.41 5/243 15677
/proc/meminfo: memFree=31485116/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=294136 CPUtime=2.17 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 14382 936 1 0 211 6 0 0 21 0 2 0 886408293 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 73534 8415 1869 364 0 9452 0
[pid=15617] ppid=15611 vsize=284984 CPUtime=0.13 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 903 0 0 0 7 6 0 0 18 0 1 0 886408542 291823616 6921 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854287 0 0 16781312 514 9234947695271969028 0 0 17 6 0 0 0
/proc/15617/statm: 71246 6921 378 364 0 7164 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=99.8 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) R 15617 15619 15619 0 -1 4202496 1154 0 0 0 9979 1 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15611/tid=15618] ppid=15609 vsize=294136 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 2 0 886408542 301195264 8415 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 1599428

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 4.39 6/247 15682
/proc/meminfo: memFree=31477404/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=305000 CPUtime=2.19 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 15250 936 1 0 212 7 0 0 20 0 3 0 886408293 312320000 8557 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 76250 8557 1872 364 0 12165 0
[pid=15617] ppid=15611 vsize=295228 CPUtime=0.14 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 1144 0 0 0 7 7 0 0 19 0 2 0 886408542 302313472 6963 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15617/statm: 73807 6963 415 364 0 9725 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=100.17 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) T 15617 15619 15619 0 -1 4202496 1154 0 0 0 10016 1 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15617/tid=15678] ppid=15611 vsize=295228 CPUtime=0 cores=4,6
/proc/15617/task/15678/stat : 15678 (python) S 15611 15611 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886418561 302313472 6963 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453846828032 0 0 -1 6 0 0 0
[pid=15679] ppid=15611 vsize=294908 CPUtime=0.08 cores=4,6
/proc/15679/stat : 15679 (python) S 15611 15611 15206 0 -1 4202560 905 0 0 0 5 3 0 0 18 0 1 0 886418562 301985792 7054 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854342 0 0 16781312 514 9234947695271969025 0 0 17 4 0 0 0
/proc/15679/statm: 73727 7054 372 364 0 9642 0
[pid=15681] ppid=15679 vsize=1020308 CPUtime=59.52 cores=4,6
/proc/15681/stat : 15681 (gnovelty+2) R 15679 15681 15681 0 -1 4202496 1156 0 0 0 5952 0 0 0 25 0 1 0 886418562 1044795392 892 33554432000 134512640 135663704 4287146096 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15681/statm: 255077 892 113 282 0 254793 0
[pid=15611/tid=15618] ppid=15609 vsize=305000 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 3 0 886408542 312320000 8557 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15680] ppid=15609 vsize=305000 CPUtime=0 cores=4,6
/proc/15611/task/15680/stat : 15680 (python) S 15609 15611 15206 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 3 0 886418562 312320000 8557 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 2935752

[startup+222.301 s]
/proc/loadavg: 4.05 4.08 4.36 5/263 15700
/proc/meminfo: memFree=31435412/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=315256 CPUtime=2.19 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 16060 936 1 0 212 7 0 0 20 0 4 0 886408293 322822144 8563 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0

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

[pid=15697] ppid=15611 vsize=305772 CPUtime=0.14 cores=4,6
/proc/15697/stat : 15697 (python) S 15611 15611 15206 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886428581 313110528 7087 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15697/statm: 76443 7087 400 364 0 12355 0
[pid=15699] ppid=15697 vsize=423400 CPUtime=99.87 cores=4,6
/proc/15699/stat : 15699 (adaptg2wsat2009) T 15697 15699 15699 0 -1 4202496 2620 0 0 0 9986 1 0 0 25 0 1 0 886428582 433561600 2357 33554432000 134512640 135107411 4291028192 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15699/statm: 105850 2357 59 146 0 104726 0
[pid=15697/tid=15808] ppid=15611 vsize=305772 CPUtime=0 cores=4,6
/proc/15697/task/15808/stat : 15808 (python) S 15611 15611 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886438595 313110528 7087 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453849342400 0 0 -1 4 0 0 0
[pid=15809] ppid=15611 vsize=315544 CPUtime=0.13 cores=4,6
/proc/15809/stat : 15809 (python) S 15611 15611 15206 0 -1 4202560 1089 0 0 0 6 7 0 0 19 0 2 0 886438596 323117056 7159 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15809/statm: 78886 7159 399 364 0 14795 0
[pid=15811] ppid=15809 vsize=423400 CPUtime=99.9 cores=4,6
/proc/15811/stat : 15811 (adaptg2wsat2009) T 15809 15811 15811 0 -1 4202496 2622 0 0 0 9990 0 0 0 25 0 1 0 886438596 433561600 2357 33554432000 134512640 135107411 4292319872 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15811/statm: 105850 2357 59 146 0 104726 0
[pid=15809/tid=15870] ppid=15611 vsize=315544 CPUtime=0 cores=4,6
/proc/15809/task/15870/stat : 15870 (python) S 15611 15611 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448609 323117056 7159 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604445040360512 0 0 -1 6 0 0 0
[pid=15871] ppid=15611 vsize=326044 CPUtime=0.13 cores=4,6
/proc/15871/stat : 15871 (python) S 15611 15611 15206 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 886448609 333869056 7164 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15871/statm: 81511 7164 400 364 0 17417 0
[pid=15873] ppid=15871 vsize=423400 CPUtime=99.95 cores=4,6
/proc/15873/stat : 15873 (adaptg2wsat2009) T 15871 15873 15873 0 -1 4202496 2624 0 0 0 9994 1 0 0 25 0 1 0 886448610 433561600 2358 33554432000 134512640 135107411 4290635056 18446744073709551615 134539082 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15873/statm: 105850 2358 59 146 0 104726 0
[pid=15871/tid=15887] ppid=15611 vsize=326044 CPUtime=0 cores=4,6
/proc/15871/task/15887/stat : 15887 (python) S 15611 15611 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886458622 333869056 7164 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453849345088 0 0 -1 6 0 0 0
[pid=15888] ppid=15611 vsize=336408 CPUtime=0.14 cores=4,6
/proc/15888/stat : 15888 (python) S 15611 15611 15206 0 -1 4202560 1076 0 0 0 7 7 0 0 19 0 2 0 886458623 344481792 7168 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15888/statm: 84102 7168 400 364 0 20005 0
[pid=15890] ppid=15888 vsize=1020308 CPUtime=100 cores=4,6
/proc/15890/stat : 15890 (gnovelty+2) T 15888 15890 15890 0 -1 4202496 1153 0 0 0 10000 0 0 0 25 0 1 0 886458623 1044795392 892 33554432000 134512640 135663704 4288456336 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15890/statm: 255077 892 113 282 0 254793 0
[pid=15888/tid=15902] ppid=15611 vsize=336408 CPUtime=0 cores=4,6
/proc/15888/task/15902/stat : 15902 (python) S 15611 15611 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886468642 344481792 7168 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453832676608 0 0 -1 6 0 0 0
[pid=15903] ppid=15611 vsize=346588 CPUtime=0.14 cores=4,6
/proc/15903/stat : 15903 (python) S 15611 15611 15206 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 886468643 354906112 7172 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15903/statm: 86647 7172 400 364 0 22547 0
[pid=15905] ppid=15903 vsize=253032 CPUtime=99.89 cores=4,6
/proc/15905/stat : 15905 (FH) T 15903 15905 15905 0 -1 4202496 2498 0 0 0 9985 4 0 0 25 0 1 0 886468644 259104768 2234 33554432000 134512640 134936988 4291994304 18446744073709551615 134545280 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15905/statm: 63258 2234 41 104 0 62762 0
[pid=15903/tid=16051] ppid=15611 vsize=346588 CPUtime=0 cores=4,6
/proc/15903/task/16051/stat : 16051 (python) S 15611 15611 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886478657 354906112 7172 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453873657856 0 0 -1 4 0 0 0
[pid=16052] ppid=15611 vsize=356568 CPUtime=0 cores=4,6
/proc/16052/stat : 16052 (python) S 15611 15611 15206 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 886478658 365125632 7124 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854342 0 0 16781312 514 4020981097281093631 0 0 17 6 0 0 0
/proc/16052/statm: 89142 7124 349 364 0 25039 0
[pid=16054] ppid=16052 vsize=420480 CPUtime=0.24 cores=4,6
/proc/16054/stat : 16054 (adaptg2wsat2009) R 16052 16054 16054 0 -1 4202496 1686 0 0 0 24 0 0 0 21 0 1 0 886478658 430571520 1420 33554432000 134512640 135107411 4290156192 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16054/statm: 105120 1420 49 146 0 103996 0
[pid=15611/tid=15618] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 886408542 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15680] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15680/stat : 15680 (python) S 15609 15611 15206 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 886418562 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15698] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15698/stat : 15698 (python) S 15609 15611 15206 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886428582 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15810] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15810/stat : 15810 (python) S 15609 15611 15206 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 886438596 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15872] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15872/stat : 15872 (python) S 15609 15611 15206 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886448610 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15889] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15889/stat : 15889 (python) S 15609 15611 15206 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 886458623 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15904] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15904/stat : 15904 (python) S 15609 15611 15206 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886468643 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 6 0 0 0
[pid=15611/tid=16053] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/16053/stat : 16053 (python) S 15609 15611 15206 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 886478658 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.25
Current children cumulated vsize (KiB) 7948508

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

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

[startup+703.902 s]
/proc/loadavg: 4.06 4.05 4.22 5/251 16058
/proc/meminfo: memFree=31450716/32951124 swapFree=67063556/67111528
[pid=15611] ppid=15609 vsize=366812 CPUtime=2.24 cores=4,6
/proc/15611/stat : 15611 (python) S 15609 15611 15206 0 -1 4202496 20378 936 1 0 216 8 0 0 20 0 9 0 886408293 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15611/statm: 91703 8662 1884 364 0 27600 0
[pid=15617] ppid=15611 vsize=295228 CPUtime=0.14 cores=4,6
/proc/15617/stat : 15617 (python) S 15611 15611 15206 0 -1 4202560 1144 0 0 0 7 7 0 0 19 0 2 0 886408542 302313472 6963 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15617/statm: 73807 6963 415 364 0 9725 0
[pid=15619] ppid=15617 vsize=1020308 CPUtime=100.17 cores=4,6
/proc/15619/stat : 15619 (gnovelty+2) T 15617 15619 15619 0 -1 4202496 1154 0 0 0 10016 1 0 0 25 0 1 0 886408542 1044795392 892 33554432000 134512640 135663704 4294748272 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15619/statm: 255077 892 113 282 0 254793 0
[pid=15617/tid=15678] ppid=15611 vsize=295228 CPUtime=0 cores=4,6
/proc/15617/task/15678/stat : 15678 (python) S 15611 15611 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886418561 302313472 6963 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453846828032 0 0 -1 6 0 0 0
[pid=15679] ppid=15611 vsize=294908 CPUtime=0.14 cores=4,6
/proc/15679/stat : 15679 (python) S 15611 15611 15206 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 886418562 301985792 7083 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15679/statm: 73727 7083 400 364 0 9642 0
[pid=15681] ppid=15679 vsize=1020308 CPUtime=100.03 cores=4,6
/proc/15681/stat : 15681 (gnovelty+2) T 15679 15681 15681 0 -1 4202496 1156 0 0 0 10003 0 0 0 25 0 1 0 886418562 1044795392 892 33554432000 134512640 135663704 4287146096 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15681/statm: 255077 892 113 282 0 254793 0
[pid=15679/tid=15696] ppid=15611 vsize=294908 CPUtime=0 cores=4,6
/proc/15679/task/15696/stat : 15696 (python) S 15611 15611 15206 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886428581 301985792 7083 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453873656064 0 0 -1 6 0 0 0
[pid=15697] ppid=15611 vsize=305772 CPUtime=0.14 cores=4,6
/proc/15697/stat : 15697 (python) S 15611 15611 15206 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886428581 313110528 7087 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15697/statm: 76443 7087 400 364 0 12355 0
[pid=15699] ppid=15697 vsize=423400 CPUtime=99.87 cores=4,6
/proc/15699/stat : 15699 (adaptg2wsat2009) T 15697 15699 15699 0 -1 4202496 2620 0 0 0 9986 1 0 0 25 0 1 0 886428582 433561600 2357 33554432000 134512640 135107411 4291028192 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15699/statm: 105850 2357 59 146 0 104726 0
[pid=15697/tid=15808] ppid=15611 vsize=305772 CPUtime=0 cores=4,6
/proc/15697/task/15808/stat : 15808 (python) S 15611 15611 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886438595 313110528 7087 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453849342400 0 0 -1 4 0 0 0
[pid=15809] ppid=15611 vsize=315544 CPUtime=0.13 cores=4,6
/proc/15809/stat : 15809 (python) S 15611 15611 15206 0 -1 4202560 1089 0 0 0 6 7 0 0 19 0 2 0 886438596 323117056 7159 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15809/statm: 78886 7159 399 364 0 14795 0
[pid=15811] ppid=15809 vsize=423400 CPUtime=99.9 cores=4,6
/proc/15811/stat : 15811 (adaptg2wsat2009) T 15809 15811 15811 0 -1 4202496 2622 0 0 0 9990 0 0 0 25 0 1 0 886438596 433561600 2357 33554432000 134512640 135107411 4292319872 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15811/statm: 105850 2357 59 146 0 104726 0
[pid=15809/tid=15870] ppid=15611 vsize=315544 CPUtime=0 cores=4,6
/proc/15809/task/15870/stat : 15870 (python) S 15611 15611 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448609 323117056 7159 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604445040360512 0 0 -1 6 0 0 0
[pid=15871] ppid=15611 vsize=326044 CPUtime=0.13 cores=4,6
/proc/15871/stat : 15871 (python) S 15611 15611 15206 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 886448609 333869056 7164 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15871/statm: 81511 7164 400 364 0 17417 0
[pid=15873] ppid=15871 vsize=423400 CPUtime=99.95 cores=4,6
/proc/15873/stat : 15873 (adaptg2wsat2009) T 15871 15873 15873 0 -1 4202496 2624 0 0 0 9994 1 0 0 25 0 1 0 886448610 433561600 2358 33554432000 134512640 135107411 4290635056 18446744073709551615 134539082 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15873/statm: 105850 2358 59 146 0 104726 0
[pid=15871/tid=15887] ppid=15611 vsize=326044 CPUtime=0 cores=4,6
/proc/15871/task/15887/stat : 15887 (python) S 15611 15611 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886458622 333869056 7164 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453849345088 0 0 -1 6 0 0 0
[pid=15888] ppid=15611 vsize=336408 CPUtime=0.14 cores=4,6
/proc/15888/stat : 15888 (python) S 15611 15611 15206 0 -1 4202560 1076 0 0 0 7 7 0 0 19 0 2 0 886458623 344481792 7168 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15888/statm: 84102 7168 400 364 0 20005 0
[pid=15890] ppid=15888 vsize=1020308 CPUtime=100 cores=4,6
/proc/15890/stat : 15890 (gnovelty+2) T 15888 15890 15890 0 -1 4202496 1153 0 0 0 10000 0 0 0 25 0 1 0 886458623 1044795392 892 33554432000 134512640 135663704 4288456336 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15890/statm: 255077 892 113 282 0 254793 0
[pid=15888/tid=15902] ppid=15611 vsize=336408 CPUtime=0 cores=4,6
/proc/15888/task/15902/stat : 15902 (python) S 15611 15611 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886468642 344481792 7168 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453832676608 0 0 -1 6 0 0 0
[pid=15903] ppid=15611 vsize=346588 CPUtime=0.14 cores=4,6
/proc/15903/stat : 15903 (python) S 15611 15611 15206 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 886468643 354906112 7172 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15903/statm: 86647 7172 400 364 0 22547 0
[pid=15905] ppid=15903 vsize=253032 CPUtime=99.89 cores=4,6
/proc/15905/stat : 15905 (FH) T 15903 15905 15905 0 -1 4202496 2498 0 0 0 9985 4 0 0 25 0 1 0 886468644 259104768 2234 33554432000 134512640 134936988 4291994304 18446744073709551615 134545280 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15905/statm: 63258 2234 41 104 0 62762 0
[pid=15903/tid=16051] ppid=15611 vsize=346588 CPUtime=0 cores=4,6
/proc/15903/task/16051/stat : 16051 (python) S 15611 15611 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886478657 354906112 7172 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 514 18446604453873657856 0 0 -1 4 0 0 0
[pid=16052] ppid=15611 vsize=356568 CPUtime=0 cores=4,6
/proc/16052/stat : 16052 (python) S 15611 15611 15206 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 886478658 365125632 7124 33554432000 4194304 5683644 140733246059376 18446744073709551615 246516854342 0 0 16781312 514 4020981097281093631 0 0 17 6 0 0 0
/proc/16052/statm: 89142 7124 349 364 0 25039 0
[pid=16054] ppid=16052 vsize=420480 CPUtime=0.24 cores=4,6
/proc/16054/stat : 16054 (adaptg2wsat2009) R 16052 16054 16054 0 -1 4202496 1686 0 0 0 24 0 0 0 21 0 1 0 886478658 430571520 1420 33554432000 134512640 135107411 4290156192 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16054/statm: 105120 1420 49 146 0 103996 0
[pid=15611/tid=15618] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15618/stat : 15618 (python) S 15609 15611 15206 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 886408542 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15680] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15680/stat : 15680 (python) S 15609 15611 15206 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 886418562 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15698] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15698/stat : 15698 (python) S 15609 15611 15206 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886428582 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15810] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15810/stat : 15810 (python) S 15609 15611 15206 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 886438596 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15872] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15872/stat : 15872 (python) S 15609 15611 15206 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886448610 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15889] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15889/stat : 15889 (python) S 15609 15611 15206 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 886458623 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
[pid=15611/tid=15904] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/15904/stat : 15904 (python) S 15609 15611 15206 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886468643 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 6 0 0 0
[pid=15611/tid=16053] ppid=15609 vsize=366812 CPUtime=0 cores=4,6
/proc/15611/task/16053/stat : 16053 (python) S 15609 15611 15206 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 886478658 375615488 8662 33554432000 4194304 5683644 140733246059376 18446744073709551615 246528657841 0 0 16781312 2 18446604449270717248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.25
Current children cumulated vsize (KiB) 7948508

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15611 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=172669
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=86986
# CPU time returned by wait4() is 2.25965
# while last known CPU time is 703.25
#
# 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): 703.25
CPU user time (s): 702.66
CPU system time (s): 0.59
CPU usage (%): 99.8987
Max. virtual memory (cumulated for all children) (KiB): 7948508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.17267
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21859
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= 2863
involuntary context switches= 106

runsolver used 1.59976 second user time and 2.94255 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:21:41
IDJOB=3484164
IDBENCH=82675
IDSOLVER=1975
FILE ID=node134/3484164-1307748101
RUNJOBID= node134-1307746989-15225
PBS_JOBID= 13550824
Free space on /tmp= 74020 MiB

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

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

MD5SUM BENCH= e99bff721d695892a53f60adc73d403b
RANDOM SEED=2095343171

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31202748 kB
Buffers:        270156 kB
Cached:         756696 kB
SwapCached:      10284 kB
Active:        1048108 kB
Inactive:       481152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31202748 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           32480 kB
Writeback:           0 kB
AnonPages:      499928 kB
Mapped:          18260 kB
Slab:           139472 kB
PageTables:      18888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10462216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node134 at 2011-06-11 01:33:27