Trace number 3484444

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)? (TO) 1200.06 1199.93

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
MD5SUMc50e43fe8603bb92c9367487557e99ee
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3484444-1307749624.cnf
0.30/0.46	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.38/0.55	c INFO: computed variable balance statistics
0.38/0.58	c INFO: computed small-clause counts
0.38/0.58	c INFO: computed Horn-clause counts
0.38/0.58	c INFO: computed variable graph statistics
0.38/0.58	c INFO: collected features for HOME/instance-3484444-1307749624.cnf in 0.12 s
0.38/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
100.56/100.73	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.07)
200.79/200.86	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.41)
881.06/881.09	c INFO: running march_hi@0 for 194 with 320 remaining (b = 0.14)
1079.62/1079.59	c INFO: running march_hi@679 for 122 with 122 remaining (b = 0.06)

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

running on 2 cores: 1,3

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.01 4.00 3.75 6/223 12622
/proc/meminfo: memFree=31473640/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=15384 CPUtime=0 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 796 0 0 0 0 0 0 0 25 0 1 0 867377899 15753216 682 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/12622/statm: 3846 682 322 364 0 333 0

[startup+0.030761 s]
/proc/loadavg: 4.01 4.00 3.75 6/223 12622
/proc/meminfo: memFree=31473640/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=18884 CPUtime=0.01 cores=1,3
/proc/12622/stat : 12622 (python) R 12620 12622 11144 0 -1 4202496 1275 0 0 0 1 0 0 0 25 0 1 0 867377899 19337216 1127 33554432000 4194304 5683644 140734832897424 18446744073709551615 5119769 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12622/statm: 4721 1127 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100736 s]
/proc/loadavg: 4.01 4.00 3.75 6/223 12622
/proc/meminfo: memFree=31473640/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=104224 CPUtime=0.07 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 3051 0 0 0 5 2 0 0 17 0 1 0 867377899 106725376 2734 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/12622/statm: 26056 2734 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.301111 s]
/proc/loadavg: 4.01 4.00 3.75 6/223 12622
/proc/meminfo: memFree=31473640/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=187692 CPUtime=0.22 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 6832 934 1 0 16 6 0 0 17 0 1 0 867377899 192196608 4883 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/12622/statm: 46923 4883 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187692

[startup+0.700624 s]
/proc/loadavg: 4.01 4.00 3.75 6/223 12622
/proc/meminfo: memFree=31473640/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288768

[startup+1.50048 s]
/proc/loadavg: 4.01 4.00 3.75 5/227 12630
/proc/meminfo: memFree=31449188/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
[pid=12628] ppid=12622 vsize=278524 CPUtime=0 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 867377959 285208576 5561 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471119 0 0 16781312 514 4482620674929590271 0 0 17 1 0 0 0
/proc/12628/statm: 69631 5561 354 364 0 5549 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=0.89 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) R 12628 12630 12630 0 -1 4202496 445 0 0 0 89 0 0 0 21 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=288768 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 867377959 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1585092

[startup+3.10119 s]
/proc/loadavg: 4.01 4.00 3.75 5/227 12630
/proc/meminfo: memFree=31448816/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
[pid=12628] ppid=12622 vsize=278524 CPUtime=0 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 867377959 285208576 5561 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471119 0 0 16781312 514 4482620674929557768 0 0 17 1 0 0 0
/proc/12628/statm: 69631 5561 354 364 0 5549 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=2.5 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) R 12628 12630 12630 0 -1 4202496 445 0 0 0 250 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=288768 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 867377959 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1585092

[startup+6.3006 s]
/proc/loadavg: 4.01 4.00 3.75 5/227 12630
/proc/meminfo: memFree=31447880/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
[pid=12628] ppid=12622 vsize=278524 CPUtime=0 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 867377959 285208576 5583 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471119 0 0 16781312 514 4482620674929557768 0 0 17 1 0 0 0
/proc/12628/statm: 69631 5583 376 364 0 5549 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=5.69 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) R 12628 12630 12630 0 -1 4202496 445 0 0 0 569 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=288768 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 867377959 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1585092

[startup+12.7004 s]
/proc/loadavg: 3.93 3.99 3.75 5/218 12722
/proc/meminfo: memFree=31646164/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
[pid=12628] ppid=12622 vsize=278524 CPUtime=0.01 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 875 0 0 0 1 0 0 0 18 0 1 0 867377959 285208576 5583 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471119 0 0 16781312 514 14911559103712035080 0 0 17 1 0 0 0
/proc/12628/statm: 69631 5583 376 364 0 5549 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=12.08 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) R 12628 12630 12630 0 -1 4202496 445 0 0 0 1208 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=288768 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 867377959 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1585092

[startup+25.5011 s]
/proc/loadavg: 3.94 3.99 3.75 5/218 12769
/proc/meminfo: memFree=31644452/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
[pid=12628] ppid=12622 vsize=278524 CPUtime=0.03 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 882 0 0 0 2 1 0 0 18 0 1 0 867377959 285208576 5583 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471119 0 0 16781312 514 14911559103712035080 0 0 17 1 0 0 0
/proc/12628/statm: 69631 5583 376 364 0 5549 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=24.86 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) R 12628 12630 12630 0 -1 4202496 445 0 0 0 2486 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=288768 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 867377959 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1585092

[startup+51.1004 s]
/proc/loadavg: 3.96 3.99 3.75 5/218 12769
/proc/meminfo: memFree=31641068/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=288768 CPUtime=0.47 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 9797 934 1 0 39 8 0 0 19 0 2 0 867377899 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12622/statm: 72192 7078 1867 364 0 8110 0
[pid=12628] ppid=12622 vsize=278524 CPUtime=0.05 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 895 0 0 0 3 2 0 0 18 0 1 0 867377959 285208576 5584 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471119 0 0 16781312 514 14911559103712035080 0 0 17 1 0 0 0
/proc/12628/statm: 69631 5584 377 364 0 5549 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=50.42 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) R 12628 12630 12630 0 -1 4202496 445 0 0 0 5042 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 134546055 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=288768 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 867377959 295698432 7078 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1585092

[startup+102.307 s]
/proc/loadavg: 3.98 3.99 3.76 5/226 12779
/proc/meminfo: memFree=31623976/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=299560 CPUtime=0.48 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 10642 934 1 0 40 8 0 0 20 0 3 0 867377899 306749440 7213 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12622/statm: 74890 7213 1870 364 0 10805 0
[pid=12628] ppid=12622 vsize=288768 CPUtime=0.13 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 867377959 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12628/statm: 72192 5628 416 364 0 8110 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) T 12628 12630 12630 0 -1 4202496 445 0 0 0 9999 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 135008540 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12628/tid=12776] ppid=12622 vsize=288768 CPUtime=0 cores=1,3
/proc/12628/task/12776/stat : 12776 (python) S 12622 12622 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867387971 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=12777] ppid=12622 vsize=289316 CPUtime=0 cores=1,3
/proc/12777/stat : 12777 (python) S 12622 12622 11144 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 867387972 296259584 5687 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471174 0 0 16781312 514 4421333347041509640 0 0 17 3 0 0 0
/proc/12777/statm: 72329 5687 348 364 0 8244 0
[pid=12779] ppid=12777 vsize=1017800 CPUtime=1.57 cores=1,3
/proc/12779/stat : 12779 (gnovelty+2) R 12777 12779 12779 0 -1 4202496 446 0 0 0 157 0 0 0 25 0 1 0 867387972 1042227200 180 33554432000 134512640 135663704 4286669936 18446744073709551615 134524704 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12779/statm: 254450 180 113 282 0 254166 0
[pid=12622/tid=12629] ppid=12620 vsize=299560 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 867377959 306749440 7213 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
[pid=12622/tid=12778] ppid=12620 vsize=299560 CPUtime=0 cores=1,3
/proc/12622/task/12778/stat : 12778 (python) S 12620 12622 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 867387972 306749440 7213 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2913244

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 3.77 5/226 12876
/proc/meminfo: memFree=31614840/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=299560 CPUtime=0.48 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 10642 934 1 0 40 8 0 0 20 0 3 0 867377899 306749440 7213 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12622/statm: 74890 7213 1870 364 0 10805 0
[pid=12628] ppid=12622 vsize=288768 CPUtime=0.13 cores=1,3

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


[startup+1182.3 s]
/proc/loadavg: 1.06 1.98 2.93 2/188 13013
/proc/meminfo: memFree=31667052/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=320308 CPUtime=0.5 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 12860 934 1 0 41 9 0 0 18 0 5 0 867377899 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12622/statm: 80077 7289 1874 364 0 15986 0
[pid=12628] ppid=12622 vsize=288768 CPUtime=0.13 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 867377959 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12628/statm: 72192 5628 416 364 0 8110 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) T 12628 12630 12630 0 -1 4202496 445 0 0 0 9999 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 135008540 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12628/tid=12776] ppid=12622 vsize=288768 CPUtime=0 cores=1,3
/proc/12628/task/12776/stat : 12776 (python) S 12622 12622 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867387971 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=12777] ppid=12622 vsize=289316 CPUtime=0.13 cores=1,3
/proc/12777/stat : 12777 (python) S 12622 12622 11144 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867387972 296259584 5740 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12777/statm: 72329 5740 400 364 0 8244 0
[pid=12779] ppid=12777 vsize=1017800 CPUtime=100.12 cores=1,3
/proc/12779/stat : 12779 (gnovelty+2) T 12777 12779 12779 0 -1 4202496 446 0 0 0 10012 0 0 0 25 0 1 0 867387972 1042227200 180 33554432000 134512640 135663704 4286669936 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12779/statm: 254450 180 113 282 0 254166 0
[pid=12777/tid=12882] ppid=12622 vsize=289316 CPUtime=0 cores=1,3
/proc/12777/task/12882/stat : 12882 (python) S 12622 12622 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867397985 296259584 5740 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471121984320 0 0 -1 3 0 0 0
[pid=12883] ppid=12622 vsize=299184 CPUtime=1.07 cores=1,3
/proc/12883/stat : 12883 (python) S 12622 12622 11144 0 -1 4202560 1136 0 0 0 61 46 0 0 15 0 2 0 867397985 306364416 5662 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12883/statm: 74796 5662 400 364 0 10708 0
[pid=12885] ppid=12883 vsize=141220 CPUtime=781.94 cores=1,3
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 34063 0 0 0 78185 9 0 0 25 0 1 0 867397986 144609280 33801 33554432000 4194304 4955518 140733955321392 18446744073709551615 4315128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12885/statm: 35305 33801 106 186 0 35118 0
[pid=12883/tid=12976] ppid=12622 vsize=299184 CPUtime=0 cores=1,3
/proc/12883/task/12976/stat : 12976 (python) S 12622 12622 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867466007 306364416 5662 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471121981632 0 0 -1 1 0 0 0
[pid=12977] ppid=12622 vsize=310064 CPUtime=0.26 cores=1,3
/proc/12977/stat : 12977 (python) S 12622 12622 11144 0 -1 4202560 1137 0 0 0 13 13 0 0 16 0 2 0 867466008 317505536 5790 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12977/statm: 77516 5790 400 364 0 13425 0
[pid=12979] ppid=12977 vsize=42788 CPUtime=198.3 cores=1,3
/proc/12979/stat : 12979 (march_hi) T 12977 12979 12979 0 -1 4202496 9897 0 0 0 19828 2 0 0 25 0 1 0 867466008 43814912 9634 33554432000 4194304 4955518 140737199338320 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12979/statm: 10697 9634 106 186 0 10510 0
[pid=12977/tid=13011] ppid=12622 vsize=310064 CPUtime=0 cores=1,3
/proc/12977/task/13011/stat : 13011 (python) S 12622 12622 11144 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867485858 317505536 5790 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=12622/tid=12629] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 5 0 867377959 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
[pid=12622/tid=12778] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12778/stat : 12778 (python) S 12620 12622 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867387972 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
[pid=12622/tid=12884] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12884/stat : 12884 (python) S 12620 12622 11144 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 867397986 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
[pid=12622/tid=12978] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12978/stat : 12978 (python) S 12620 12622 11144 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867466008 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 3727248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.04 1.92 2.88 2/188 13014
/proc/meminfo: memFree=31663932/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=320308 CPUtime=0.5 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 12860 934 1 0 41 9 0 0 18 0 5 0 867377899 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12622/statm: 80077 7289 1874 364 0 15986 0
[pid=12628] ppid=12622 vsize=288768 CPUtime=0.13 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 867377959 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12628/statm: 72192 5628 416 364 0 8110 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) T 12628 12630 12630 0 -1 4202496 445 0 0 0 9999 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 135008540 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12628/tid=12776] ppid=12622 vsize=288768 CPUtime=0 cores=1,3
/proc/12628/task/12776/stat : 12776 (python) S 12622 12622 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867387971 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=12777] ppid=12622 vsize=289316 CPUtime=0.13 cores=1,3
/proc/12777/stat : 12777 (python) S 12622 12622 11144 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867387972 296259584 5740 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12777/statm: 72329 5740 400 364 0 8244 0
[pid=12779] ppid=12777 vsize=1017800 CPUtime=100.12 cores=1,3
/proc/12779/stat : 12779 (gnovelty+2) T 12777 12779 12779 0 -1 4202496 446 0 0 0 10012 0 0 0 25 0 1 0 867387972 1042227200 180 33554432000 134512640 135663704 4286669936 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12779/statm: 254450 180 113 282 0 254166 0
[pid=12777/tid=12882] ppid=12622 vsize=289316 CPUtime=0 cores=1,3
/proc/12777/task/12882/stat : 12882 (python) S 12622 12622 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867397985 296259584 5740 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471121984320 0 0 -1 3 0 0 0
[pid=12883] ppid=12622 vsize=299184 CPUtime=1.09 cores=1,3
/proc/12883/stat : 12883 (python) S 12622 12622 11144 0 -1 4202560 1136 0 0 0 62 47 0 0 15 0 2 0 867397985 306364416 5662 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12883/statm: 74796 5662 400 364 0 10708 0
[pid=12885] ppid=12883 vsize=141220 CPUtime=799.54 cores=1,3
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 34762 0 0 0 79944 10 0 0 25 0 1 0 867397986 144609280 34500 33554432000 4194304 4955518 140733955321392 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12885/statm: 35305 34500 106 186 0 35118 0
[pid=12883/tid=12976] ppid=12622 vsize=299184 CPUtime=0 cores=1,3
/proc/12883/task/12976/stat : 12976 (python) S 12622 12622 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867466007 306364416 5662 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471121981632 0 0 -1 1 0 0 0
[pid=12977] ppid=12622 vsize=310064 CPUtime=0.26 cores=1,3
/proc/12977/stat : 12977 (python) S 12622 12622 11144 0 -1 4202560 1137 0 0 0 13 13 0 0 16 0 2 0 867466008 317505536 5790 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12977/statm: 77516 5790 400 364 0 13425 0
[pid=12979] ppid=12977 vsize=42788 CPUtime=198.3 cores=1,3
/proc/12979/stat : 12979 (march_hi) T 12977 12979 12979 0 -1 4202496 9897 0 0 0 19828 2 0 0 25 0 1 0 867466008 43814912 9634 33554432000 4194304 4955518 140737199338320 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12979/statm: 10697 9634 106 186 0 10510 0
[pid=12977/tid=13011] ppid=12622 vsize=310064 CPUtime=0 cores=1,3
/proc/12977/task/13011/stat : 13011 (python) S 12622 12622 11144 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867485858 317505536 5790 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=12622/tid=12629] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 5 0 867377959 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
[pid=12622/tid=12778] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12778/stat : 12778 (python) S 12620 12622 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867387972 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
[pid=12622/tid=12884] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12884/stat : 12884 (python) S 12620 12622 11144 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 867397986 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
[pid=12622/tid=12978] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12978/stat : 12978 (python) S 12620 12622 11144 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867466008 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 3727248

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

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

[startup+1199.9 s]
/proc/loadavg: 1.04 1.92 2.88 2/188 13014
/proc/meminfo: memFree=31663932/32951124 swapFree=67053960/67111528
[pid=12622] ppid=12620 vsize=320308 CPUtime=0.5 cores=1,3
/proc/12622/stat : 12622 (python) S 12620 12622 11144 0 -1 4202496 12860 934 1 0 41 9 0 0 18 0 5 0 867377899 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12622/statm: 80077 7289 1874 364 0 15986 0
[pid=12628] ppid=12622 vsize=288768 CPUtime=0.13 cores=1,3
/proc/12628/stat : 12628 (python) S 12622 12622 11144 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 867377959 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12628/statm: 72192 5628 416 364 0 8110 0
[pid=12630] ppid=12628 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/12630/stat : 12630 (gnovelty+2) T 12628 12630 12630 0 -1 4202496 445 0 0 0 9999 0 0 0 25 0 1 0 867377959 1042227200 181 33554432000 134512640 135663704 4293411776 18446744073709551615 135008540 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12630/statm: 254450 181 113 282 0 254166 0
[pid=12628/tid=12776] ppid=12622 vsize=288768 CPUtime=0 cores=1,3
/proc/12628/task/12776/stat : 12776 (python) S 12622 12622 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867387971 295698432 5628 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=12777] ppid=12622 vsize=289316 CPUtime=0.13 cores=1,3
/proc/12777/stat : 12777 (python) S 12622 12622 11144 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867387972 296259584 5740 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12777/statm: 72329 5740 400 364 0 8244 0
[pid=12779] ppid=12777 vsize=1017800 CPUtime=100.12 cores=1,3
/proc/12779/stat : 12779 (gnovelty+2) T 12777 12779 12779 0 -1 4202496 446 0 0 0 10012 0 0 0 25 0 1 0 867387972 1042227200 180 33554432000 134512640 135663704 4286669936 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12779/statm: 254450 180 113 282 0 254166 0
[pid=12777/tid=12882] ppid=12622 vsize=289316 CPUtime=0 cores=1,3
/proc/12777/task/12882/stat : 12882 (python) S 12622 12622 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867397985 296259584 5740 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471121984320 0 0 -1 3 0 0 0
[pid=12883] ppid=12622 vsize=299184 CPUtime=1.09 cores=1,3
/proc/12883/stat : 12883 (python) S 12622 12622 11144 0 -1 4202560 1136 0 0 0 62 47 0 0 15 0 2 0 867397985 306364416 5662 33554432000 4194304 5683644 140734832897424 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12883/statm: 74796 5662 400 364 0 10708 0
[pid=12885] ppid=12883 vsize=141220 CPUtime=799.54 cores=1,3
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 34762 0 0 0 79944 10 0 0 25 0 1 0 867397986 144609280 34500 33554432000 4194304 4955518 140733955321392 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12885/statm: 35305 34500 106 186 0 35118 0
[pid=12883/tid=12976] ppid=12622 vsize=299184 CPUtime=0 cores=1,3
/proc/12883/task/12976/stat : 12976 (python) S 12622 12622 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867466007 306364416 5662 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604471121981632 0 0 -1 1 0 0 0
[pid=12977] ppid=12622 vsize=310064 CPUtime=0.26 cores=1,3
/proc/12977/stat : 12977 (python) S 12622 12622 11144 0 -1 4202560 1137 0 0 0 13 13 0 0 16 0 2 0 867466008 317505536 5790 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12977/statm: 77516 5790 400 364 0 13425 0
[pid=12979] ppid=12977 vsize=42788 CPUtime=198.3 cores=1,3
/proc/12979/stat : 12979 (march_hi) T 12977 12979 12979 0 -1 4202496 9897 0 0 0 19828 2 0 0 25 0 1 0 867466008 43814912 9634 33554432000 4194304 4955518 140737199338320 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12979/statm: 10697 9634 106 186 0 10510 0
[pid=12977/tid=13011] ppid=12622 vsize=310064 CPUtime=0 cores=1,3
/proc/12977/task/13011/stat : 13011 (python) S 12622 12622 11144 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867485858 317505536 5790 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=12622/tid=12629] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12629/stat : 12629 (python) S 12620 12622 11144 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 5 0 867377959 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 3 0 0 0
[pid=12622/tid=12778] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12778/stat : 12778 (python) S 12620 12622 11144 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867387972 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
[pid=12622/tid=12884] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12884/stat : 12884 (python) S 12620 12622 11144 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 867397986 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
[pid=12622/tid=12978] ppid=12620 vsize=320308 CPUtime=0 cores=1,3
/proc/12622/task/12978/stat : 12978 (python) S 12620 12622 11144 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867466008 327995392 7289 33554432000 4194304 5683644 140734832897424 18446744073709551615 228107274673 0 0 16781312 2 18446604470285536320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 3727248

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.93
CPU time (s): 1200.06
CPU user time (s): 1199.13
CPU system time (s): 0.93
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 3727252

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

runsolver used 2.01969 second user time and 4.39333 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:47:04
IDJOB=3484444
IDBENCH=82955
IDSOLVER=1975
FILE ID=node142/3484444-1307749624
RUNJOBID= node142-1307746989-11164
PBS_JOBID= 13550818
Free space on /tmp= 74016 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1647930270-030.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-3484444-1307749624/watcher-3484444-1307749624 -o /tmp/evaluation-result-3484444-1307749624/solver-3484444-1307749624 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484444-1307749624.cnf -seed 1707306766 -budget 1200

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

MD5SUM BENCH= c50e43fe8603bb92c9367487557e99ee
RANDOM SEED=1707306766

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31474316 kB
Buffers:        165800 kB
Cached:         804664 kB
SwapCached:      11412 kB
Active:         838664 kB
Inactive:       454188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31474316 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           32752 kB
Writeback:           0 kB
AnonPages:      319716 kB
Mapped:          21404 kB
Slab:           109812 kB
PageTables:      12928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6914596 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= 74076 MiB
End job on node142 at 2011-06-11 02:07:06