Trace number 3377746

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)? (TO) 1303.7 1300.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1693168158-005.UNKNOWN.cnf
MD5SUMc2b69177f59f5d1d2093247dc6de56f3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3377746-1305457740.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.40/0.54	c INFO: computed variable balance statistics
0.40/0.54	c INFO: computed small-clause counts
0.40/0.54	c INFO: computed Horn-clause counts
0.40/0.54	c INFO: computed variable graph statistics
0.40/0.54	c INFO: collected features for HOME/instance-3377746-1305457740.cnf in 0.09 s
0.40/0.56	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.57)
100.97/100.85	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
201.25/201.17	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.69)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.95 4.00 3.77 4/425 22897
/proc/meminfo: memFree=22015588/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=15776 CPUtime=0 cores=0,2
/proc/22897/stat : 22897 (python) R 22895 22897 19943 0 -1 4202496 884 0 0 0 0 0 0 0 25 0 1 0 736004492 16154624 767 33554432000 4194304 5683644 140734852353376 18446744073709551615 252457726661 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22897/statm: 3944 769 343 364 0 431 0

[startup+0.115719 s]
/proc/loadavg: 3.95 4.00 3.77 4/425 22897
/proc/meminfo: memFree=22015588/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=107564 CPUtime=0.08 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 3433 0 0 0 6 2 0 0 25 0 1 0 736004492 110145536 3087 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22897/statm: 26891 3087 871 364 0 2122 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107564

[startup+0.203691 s]
/proc/loadavg: 3.95 4.00 3.77 4/425 22897
/proc/meminfo: memFree=22015588/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=131296 CPUtime=0.15 cores=0,2
/proc/22897/stat : 22897 (python) R 22895 22897 19943 0 -1 4202496 5709 931 1 0 12 3 0 0 18 0 1 0 736004492 134447104 4100 33554432000 4194304 5683644 140734852353376 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22897/statm: 32824 4100 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.304672 s]
/proc/loadavg: 3.95 4.00 3.77 4/425 22897
/proc/meminfo: memFree=22015588/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=198920 CPUtime=0.23 cores=0,2
/proc/22897/stat : 22897 (python) R 22895 22897 19943 0 -1 4202496 7028 931 1 0 18 5 0 0 17 0 1 0 736004492 203694080 5054 33554432000 4194304 5683644 140734852353376 18446744073709551615 252461474736 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22897/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700609 s]
/proc/loadavg: 3.95 4.00 3.77 4/425 22897
/proc/meminfo: memFree=22015588/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 288852

[startup+1.50047 s]
/proc/loadavg: 3.95 4.00 3.77 5/429 22905
/proc/meminfo: memFree=21989884/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
[pid=22903] ppid=22897 vsize=278608 CPUtime=0 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 736004548 285294592 5575 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085903 0 0 16781312 514 1554208343545872383 0 0 17 2 0 0 0
/proc/22903/statm: 69652 5575 354 364 0 5570 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=0.93 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) R 22903 22905 22905 0 -1 4202496 449 0 0 0 93 0 0 0 21 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134544161 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=288852 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 736004548 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585260

[startup+3.10115 s]
/proc/loadavg: 3.95 4.00 3.77 5/429 22905
/proc/meminfo: memFree=21987904/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
[pid=22903] ppid=22897 vsize=278608 CPUtime=0 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 736004548 285294592 5575 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085903 0 0 16781312 514 1554208343545839874 0 0 17 2 0 0 0
/proc/22903/statm: 69652 5575 354 364 0 5570 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=2.53 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) R 22903 22905 22905 0 -1 4202496 449 0 0 0 253 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=288852 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 736004548 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585260

[startup+6.30059 s]
/proc/loadavg: 3.96 4.00 3.78 5/429 22905
/proc/meminfo: memFree=21987168/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
[pid=22903] ppid=22897 vsize=278608 CPUtime=0.01 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 986 0 0 0 0 1 0 0 18 0 1 0 736004548 285294592 5603 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085903 0 0 16781312 514 1554208343545839874 0 0 17 2 0 0 0
/proc/22903/statm: 69652 5603 382 364 0 5570 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=5.73 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) R 22903 22905 22905 0 -1 4202496 449 0 0 0 573 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=288852 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 736004548 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1585260

[startup+12.7004 s]
/proc/loadavg: 3.96 4.00 3.78 5/429 22906
/proc/meminfo: memFree=21985192/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
[pid=22903] ppid=22897 vsize=278608 CPUtime=0.03 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 990 0 0 0 1 2 0 0 18 0 1 0 736004548 285294592 5603 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085903 0 0 16781312 514 2920971386442711298 0 0 17 2 0 0 0
/proc/22903/statm: 69652 5603 382 364 0 5570 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=12.13 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) R 22903 22905 22905 0 -1 4202496 449 0 0 0 1213 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134525520 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=288852 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 736004548 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1585260

[startup+25.501 s]
/proc/loadavg: 3.97 4.00 3.78 5/429 22906
/proc/meminfo: memFree=21985608/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
[pid=22903] ppid=22897 vsize=278608 CPUtime=0.06 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 995 0 0 0 3 3 0 0 18 0 1 0 736004548 285294592 5603 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085903 0 0 16781312 514 2920971386442711298 0 0 17 2 0 0 0
/proc/22903/statm: 69652 5603 382 364 0 5570 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=24.93 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) R 22903 22905 22905 0 -1 4202496 449 0 0 0 2493 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=288852 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 736004548 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1585260

[startup+51.1012 s]
/proc/loadavg: 3.98 4.00 3.78 5/433 22911
/proc/meminfo: memFree=21975492/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=288852 CPUtime=0.46 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 9819 931 1 0 38 8 0 0 19 0 2 0 736004492 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 72213 7100 1875 364 0 8131 0
[pid=22903] ppid=22897 vsize=278608 CPUtime=0.13 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 1007 0 0 0 6 7 0 0 18 0 1 0 736004548 285294592 5603 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085903 0 0 16781312 514 2920971386442711298 0 0 17 2 0 0 0
/proc/22903/statm: 69652 5603 382 364 0 5570 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=50.53 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) R 22903 22905 22905 0 -1 4202496 449 0 0 0 5053 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=288852 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 736004548 295784448 7100 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 1585260

[startup+102.301 s]
/proc/loadavg: 4.07 4.02 3.81 6/428 22952
/proc/meminfo: memFree=22104180/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=299648 CPUtime=0.47 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 10688 931 1 0 39 8 0 0 19 0 3 0 736004492 306839552 7242 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 74912 7242 1878 364 0 10827 0
[pid=22903] ppid=22897 vsize=288852 CPUtime=0.28 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 1160 0 0 0 13 15 0 0 19 0 2 0 736004548 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22903/statm: 72213 5641 415 364 0 8131 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=100.27 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) T 22903 22905 22905 0 -1 4202496 449 0 0 0 10027 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22903/tid=22918] ppid=22897 vsize=288852 CPUtime=0 cores=0,2
/proc/22903/task/22918/stat : 22918 (python) S 22897 22897 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 736014576 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 2 0 0 0
[pid=22919] ppid=22897 vsize=289404 CPUtime=0 cores=0,2
/proc/22919/stat : 22919 (python) S 22897 22897 19943 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 736014577 296349696 5708 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085958 0 0 16781312 514 50534383341240577 0 0 17 0 0 0 0
/proc/22919/statm: 72351 5708 348 364 0 8266 0
[pid=22921] ppid=22919 vsize=1017800 CPUtime=1.44 cores=0,2
/proc/22921/stat : 22921 (gnovelty+2) R 22919 22921 22921 0 -1 4202496 443 0 0 0 144 0 0 0 25 0 1 0 736014577 1042227200 181 33554432000 134512640 135663704 4287118864 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22921/statm: 254450 181 113 282 0 254166 0
[pid=22897/tid=22904] ppid=22895 vsize=299648 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 3 0 736004548 306839552 7242 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22920] ppid=22895 vsize=299648 CPUtime=0 cores=0,2
/proc/22897/task/22920/stat : 22920 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 3 0 736014577 306839552 7242 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 2913504

[startup+162.301 s]
/proc/loadavg: 4.10 4.05 3.82 5/435 22961
/proc/meminfo: memFree=22092880/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=299648 CPUtime=0.47 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 10688 931 1 0 39 8 0 0 19 0 3 0 736004492 306839552 7242 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 74912 7242 1878 364 0 10827 0
[pid=22903] ppid=22897 vsize=288852 CPUtime=0.28 cores=0,2

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

[startup+1182.3 s]
/proc/loadavg: 2.10 2.64 3.29 3/432 23178
/proc/meminfo: memFree=21981424/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=309512 CPUtime=0.49 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 11534 931 1 0 41 8 0 0 20 0 4 0 736004492 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 77378 7166 1880 364 0 13290 0
[pid=22903] ppid=22897 vsize=288852 CPUtime=0.28 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 1160 0 0 0 13 15 0 0 19 0 2 0 736004548 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22903/statm: 72213 5641 415 364 0 8131 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=100.27 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) T 22903 22905 22905 0 -1 4202496 449 0 0 0 10027 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22903/tid=22918] ppid=22897 vsize=288852 CPUtime=0 cores=0,2
/proc/22903/task/22918/stat : 22918 (python) S 22897 22897 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 736014576 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 2 0 0 0
[pid=22919] ppid=22897 vsize=289404 CPUtime=0.32 cores=0,2
/proc/22919/stat : 22919 (python) S 22897 22897 19943 0 -1 4202560 1093 0 0 0 19 13 0 0 19 0 2 0 736014577 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22919/statm: 72351 5761 400 364 0 8266 0
[pid=22921] ppid=22919 vsize=1017800 CPUtime=99.97 cores=0,2
/proc/22921/stat : 22921 (gnovelty+2) T 22919 22921 22921 0 -1 4202496 443 0 0 0 9997 0 0 0 25 0 1 0 736014577 1042227200 181 33554432000 134512640 135663704 4287118864 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22921/statm: 254450 181 113 282 0 254166 0
[pid=22919/tid=22967] ppid=22897 vsize=289404 CPUtime=0 cores=0,2
/proc/22919/task/22967/stat : 22967 (python) S 22897 22897 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024608 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604444334524608 0 0 -1 2 0 0 0
[pid=22968] ppid=22897 vsize=299268 CPUtime=3.14 cores=0,2
/proc/22968/stat : 22968 (python) S 22897 22897 19943 0 -1 4202560 986 0 0 0 177 137 0 0 15 0 1 0 736024609 306450432 5653 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085958 0 0 16781312 514 2920971386442711299 0 0 17 2 0 0 0
/proc/22968/statm: 74817 5653 371 364 0 10729 0
[pid=22970] ppid=22968 vsize=123872 CPUtime=981.14 cores=0,2
/proc/22970/stat : 22970 (march_hi) R 22968 22970 22970 0 -1 4202496 27104 0 0 0 98108 6 0 0 25 0 1 0 736024610 126844928 26843 33554432000 4194304 4955518 140736270271424 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22970/statm: 30968 26843 104 186 0 30781 0
[pid=22897/tid=22904] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 736004548 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22920] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22920/stat : 22920 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736014577 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22969] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22969/stat : 22969 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736024610 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1185.61
Current children cumulated vsize (KiB) 3346508

[startup+1242.3 s]
/proc/loadavg: 2.08 2.53 3.21 3/432 23179
/proc/meminfo: memFree=21966028/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=309512 CPUtime=0.49 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 11534 931 1 0 41 8 0 0 20 0 4 0 736004492 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 77378 7166 1880 364 0 13290 0
[pid=22903] ppid=22897 vsize=288852 CPUtime=0.28 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 1160 0 0 0 13 15 0 0 19 0 2 0 736004548 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22903/statm: 72213 5641 415 364 0 8131 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=100.27 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) T 22903 22905 22905 0 -1 4202496 449 0 0 0 10027 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22903/tid=22918] ppid=22897 vsize=288852 CPUtime=0 cores=0,2
/proc/22903/task/22918/stat : 22918 (python) S 22897 22897 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 736014576 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 2 0 0 0
[pid=22919] ppid=22897 vsize=289404 CPUtime=0.32 cores=0,2
/proc/22919/stat : 22919 (python) S 22897 22897 19943 0 -1 4202560 1093 0 0 0 19 13 0 0 19 0 2 0 736014577 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22919/statm: 72351 5761 400 364 0 8266 0
[pid=22921] ppid=22919 vsize=1017800 CPUtime=99.97 cores=0,2
/proc/22921/stat : 22921 (gnovelty+2) T 22919 22921 22921 0 -1 4202496 443 0 0 0 9997 0 0 0 25 0 1 0 736014577 1042227200 181 33554432000 134512640 135663704 4287118864 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22921/statm: 254450 181 113 282 0 254166 0
[pid=22919/tid=22967] ppid=22897 vsize=289404 CPUtime=0 cores=0,2
/proc/22919/task/22967/stat : 22967 (python) S 22897 22897 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024608 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604444334524608 0 0 -1 2 0 0 0
[pid=22968] ppid=22897 vsize=299268 CPUtime=3.33 cores=0,2
/proc/22968/stat : 22968 (python) S 22897 22897 19943 0 -1 4202560 986 0 0 0 188 145 0 0 15 0 1 0 736024609 306450432 5653 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085958 0 0 16781312 514 14831171613877043459 0 0 17 2 0 0 0
/proc/22968/statm: 74817 5653 371 364 0 10729 0
[pid=22970] ppid=22968 vsize=123872 CPUtime=1041.14 cores=0,2
/proc/22970/stat : 22970 (march_hi) R 22968 22970 22970 0 -1 4202496 28627 0 0 0 104108 6 0 0 25 0 1 0 736024610 126844928 28366 33554432000 4194304 4955518 140736270271424 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22970/statm: 30968 28366 104 186 0 30781 0
[pid=22897/tid=22904] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 736004548 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22920] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22920/stat : 22920 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736014577 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22969] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22969/stat : 22969 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736024610 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1245.8
Current children cumulated vsize (KiB) 3346508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.03 2.43 3.13 3/432 23181
/proc/meminfo: memFree=21953720/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=309512 CPUtime=0.49 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 11534 931 1 0 41 8 0 0 20 0 4 0 736004492 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 77378 7166 1880 364 0 13290 0
[pid=22903] ppid=22897 vsize=288852 CPUtime=0.28 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 1160 0 0 0 13 15 0 0 19 0 2 0 736004548 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22903/statm: 72213 5641 415 364 0 8131 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=100.27 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) T 22903 22905 22905 0 -1 4202496 449 0 0 0 10027 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22903/tid=22918] ppid=22897 vsize=288852 CPUtime=0 cores=0,2
/proc/22903/task/22918/stat : 22918 (python) S 22897 22897 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 736014576 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 2 0 0 0
[pid=22919] ppid=22897 vsize=289404 CPUtime=0.32 cores=0,2
/proc/22919/stat : 22919 (python) S 22897 22897 19943 0 -1 4202560 1093 0 0 0 19 13 0 0 19 0 2 0 736014577 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22919/statm: 72351 5761 400 364 0 8266 0
[pid=22921] ppid=22919 vsize=1017800 CPUtime=99.97 cores=0,2
/proc/22921/stat : 22921 (gnovelty+2) T 22919 22921 22921 0 -1 4202496 443 0 0 0 9997 0 0 0 25 0 1 0 736014577 1042227200 181 33554432000 134512640 135663704 4287118864 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22921/statm: 254450 181 113 282 0 254166 0
[pid=22919/tid=22967] ppid=22897 vsize=289404 CPUtime=0 cores=0,2
/proc/22919/task/22967/stat : 22967 (python) S 22897 22897 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024608 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604444334524608 0 0 -1 2 0 0 0
[pid=22968] ppid=22897 vsize=299268 CPUtime=3.51 cores=0,2
/proc/22968/stat : 22968 (python) S 22897 22897 19943 0 -1 4202560 986 0 0 0 199 152 0 0 15 0 1 0 736024609 306450432 5653 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085958 0 0 16781312 514 2920971386442711299 0 0 17 2 0 0 0
/proc/22968/statm: 74817 5653 371 364 0 10729 0
[pid=22970] ppid=22968 vsize=168072 CPUtime=1098.86 cores=0,2
/proc/22970/stat : 22970 (march_hi) R 22968 22970 22970 0 -1 4202496 29994 0 0 0 109879 7 0 0 25 0 1 0 736024610 172105728 29733 33554432000 4194304 4955518 140736270271424 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22970/statm: 42018 29733 104 186 0 41831 0
[pid=22897/tid=22904] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 736004548 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22920] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22920/stat : 22920 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736014577 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22969] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22969/stat : 22969 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736024610 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1303.7
Current children cumulated vsize (KiB) 3390708

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

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

[startup+1300 s]
/proc/loadavg: 2.03 2.43 3.13 3/432 23181
/proc/meminfo: memFree=21953720/32951124 swapFree=59305796/67111528
[pid=22897] ppid=22895 vsize=309512 CPUtime=0.49 cores=0,2
/proc/22897/stat : 22897 (python) S 22895 22897 19943 0 -1 4202496 11534 931 1 0 41 8 0 0 20 0 4 0 736004492 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22897/statm: 77378 7166 1880 364 0 13290 0
[pid=22903] ppid=22897 vsize=288852 CPUtime=0.28 cores=0,2
/proc/22903/stat : 22903 (python) S 22897 22897 19943 0 -1 4202560 1160 0 0 0 13 15 0 0 19 0 2 0 736004548 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22903/statm: 72213 5641 415 364 0 8131 0
[pid=22905] ppid=22903 vsize=1017800 CPUtime=100.27 cores=0,2
/proc/22905/stat : 22905 (gnovelty+2) T 22903 22905 22905 0 -1 4202496 449 0 0 0 10027 0 0 0 25 0 1 0 736004548 1042227200 182 33554432000 134512640 135663704 4287399520 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22905/statm: 254450 182 113 282 0 254166 0
[pid=22903/tid=22918] ppid=22897 vsize=288852 CPUtime=0 cores=0,2
/proc/22903/task/22918/stat : 22918 (python) S 22897 22897 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 736014576 295784448 5641 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604440389658688 0 0 -1 2 0 0 0
[pid=22919] ppid=22897 vsize=289404 CPUtime=0.32 cores=0,2
/proc/22919/stat : 22919 (python) S 22897 22897 19943 0 -1 4202560 1093 0 0 0 19 13 0 0 19 0 2 0 736014577 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22919/statm: 72351 5761 400 364 0 8266 0
[pid=22921] ppid=22919 vsize=1017800 CPUtime=99.97 cores=0,2
/proc/22921/stat : 22921 (gnovelty+2) T 22919 22921 22921 0 -1 4202496 443 0 0 0 9997 0 0 0 25 0 1 0 736014577 1042227200 181 33554432000 134512640 135663704 4287118864 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22921/statm: 254450 181 113 282 0 254166 0
[pid=22919/tid=22967] ppid=22897 vsize=289404 CPUtime=0 cores=0,2
/proc/22919/task/22967/stat : 22967 (python) S 22897 22897 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024608 296349696 5761 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 514 18446604444334524608 0 0 -1 2 0 0 0
[pid=22968] ppid=22897 vsize=299268 CPUtime=3.51 cores=0,2
/proc/22968/stat : 22968 (python) S 22897 22897 19943 0 -1 4202560 986 0 0 0 199 152 0 0 15 0 1 0 736024609 306450432 5653 33554432000 4194304 5683644 140734852353376 18446744073709551615 252458085958 0 0 16781312 514 2920971386442711299 0 0 17 2 0 0 0
/proc/22968/statm: 74817 5653 371 364 0 10729 0
[pid=22970] ppid=22968 vsize=168072 CPUtime=1098.86 cores=0,2
/proc/22970/stat : 22970 (march_hi) R 22968 22970 22970 0 -1 4202496 29994 0 0 0 109879 7 0 0 25 0 1 0 736024610 172105728 29733 33554432000 4194304 4955518 140736270271424 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22970/statm: 42018 29733 104 186 0 41831 0
[pid=22897/tid=22904] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22904/stat : 22904 (python) S 22895 22897 19943 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 736004548 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22920] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22920/stat : 22920 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736014577 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
[pid=22897/tid=22969] ppid=22895 vsize=309512 CPUtime=0 cores=0,2
/proc/22897/task/22969/stat : 22969 (python) S 22895 22897 19943 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 736024610 316940288 7166 33554432000 4194304 5683644 140734852353376 18446744073709551615 252469889457 0 0 16781312 2 18446604448385598592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1303.7
Current children cumulated vsize (KiB) 3390708

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.04
CPU time (s): 1303.7
CPU user time (s): 1301.75
CPU system time (s): 1.95
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 3390708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.412937
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12466
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= 983
involuntary context switches= 20

runsolver used 5.43017 second user time and 11.1103 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 13:09:00
IDJOB=3377746
IDBENCH=83055
IDSOLVER=1857
FILE ID=node111/3377746-1305457740
RUNJOBID= node111-1305456430-22305
PBS_JOBID= 13324865
Free space on /tmp= 73568 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1693168158-005.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-3377746-1305457740/watcher-3377746-1305457740 -o /tmp/evaluation-result-3377746-1305457740/solver-3377746-1305457740 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377746-1305457740.cnf -seed 758453928 -budget 2400

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

MD5SUM BENCH= c2b69177f59f5d1d2093247dc6de56f3
RANDOM SEED=758453928

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22015868 kB
Buffers:        292368 kB
Cached:        6897756 kB
SwapCached:      13720 kB
Active:        1723668 kB
Inactive:      8962856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22015868 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           64376 kB
Writeback:           0 kB
AnonPages:     3492000 kB
Mapped:          29960 kB
Slab:           131856 kB
PageTables:      51628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104682236 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= 73576 MiB
End job on node111 at 2011-05-15 13:30:42