Trace number 3484419

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.09 1199.73

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
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-3484419-1307749578.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.39/0.54	c INFO: computed variable balance statistics
0.39/0.58	c INFO: computed small-clause counts
0.39/0.58	c INFO: computed Horn-clause counts
0.39/0.58	c INFO: computed variable graph statistics
0.39/0.58	c INFO: collected features for HOME/instance-3484419-1307749578.cnf in 0.12 s
0.39/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.62)
100.57/100.72	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.07)
200.68/200.85	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.39)
881.77/881.77	c INFO: running march_hi@0 for 194 with 319 remaining (b = 0.13)
1076.52/1076.24	c INFO: running march_hi@680 for 125 with 125 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-3484419-1307749578/watcher-3484419-1307749578 -o /tmp/evaluation-result-3484419-1307749578/solver-3484419-1307749578 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484419-1307749578.cnf -seed 744352902 -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.12 4.05 3.87 4/247 14993
/proc/meminfo: memFree=30715048/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=15384 CPUtime=0 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 822 0 0 0 0 0 0 0 25 0 1 0 886555772 15753216 705 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/14993/statm: 3846 705 334 364 0 333 0

[startup+0.0235831 s]
/proc/loadavg: 4.12 4.05 3.87 4/247 14993
/proc/meminfo: memFree=30715048/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=16540 CPUtime=0.01 cores=1,3
/proc/14993/stat : 14993 (python) R 14991 14993 13569 0 -1 4202496 1182 0 0 0 1 0 0 0 25 0 1 0 886555772 16936960 1043 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122713856 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14993/statm: 4134 1042 415 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.100571 s]
/proc/loadavg: 4.12 4.05 3.87 4/247 14993
/proc/meminfo: memFree=30715048/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=104232 CPUtime=0.07 cores=1,3
/proc/14993/stat : 14993 (python) R 14991 14993 13569 0 -1 4202496 3089 0 0 0 5 2 0 0 17 0 1 0 886555772 106733568 2768 33554432000 4194304 5683644 140737213664880 18446744073709551615 4516288 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14993/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300559 s]
/proc/loadavg: 4.12 4.05 3.87 4/247 14993
/proc/meminfo: memFree=30715048/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=192324 CPUtime=0.21 cores=1,3
/proc/14993/stat : 14993 (python) R 14991 14993 13569 0 -1 4202496 6899 935 1 0 15 6 0 0 17 0 1 0 886555772 196939776 4949 33554432000 4194304 5683644 140737213664880 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14993/statm: 48081 4949 1425 364 0 3724 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 192324

[startup+0.700457 s]
/proc/loadavg: 4.12 4.05 3.87 4/247 14993
/proc/meminfo: memFree=30715048/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288768

[startup+1.50031 s]
/proc/loadavg: 4.12 4.05 3.87 5/251 15001
/proc/meminfo: memFree=30690700/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
[pid=14999] ppid=14993 vsize=278524 CPUtime=0 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886555832 285208576 5561 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734095 0 0 16781312 514 7788020359105609727 0 0 17 1 0 0 0
/proc/14999/statm: 69631 5561 354 364 0 5549 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=0.9 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) R 14999 15001 15001 0 -1 4202496 443 0 0 0 90 0 0 0 21 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=288768 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 886555832 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1585092

[startup+3.10103 s]
/proc/loadavg: 4.19 4.06 3.88 5/251 15001
/proc/meminfo: memFree=30689460/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
[pid=14999] ppid=14993 vsize=278524 CPUtime=0 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886555832 285208576 5561 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734095 0 0 16781312 514 7788020359105577222 0 0 17 1 0 0 0
/proc/14999/statm: 69631 5561 354 364 0 5549 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=2.49 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) R 14999 15001 15001 0 -1 4202496 443 0 0 0 249 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134525101 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=288768 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 886555832 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1585092

[startup+6.30044 s]
/proc/loadavg: 4.19 4.06 3.88 5/251 15001
/proc/meminfo: memFree=30690028/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
[pid=14999] ppid=14993 vsize=278524 CPUtime=0 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 886555832 285208576 5583 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734095 0 0 16781312 514 7788020359105577222 0 0 17 1 0 0 0
/proc/14999/statm: 69631 5583 376 364 0 5549 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=5.69 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) R 14999 15001 15001 0 -1 4202496 443 0 0 0 569 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=288768 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 886555832 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1585092

[startup+12.7003 s]
/proc/loadavg: 4.16 4.06 3.88 5/251 15002
/proc/meminfo: memFree=30690120/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
[pid=14999] ppid=14993 vsize=278524 CPUtime=0.01 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 878 0 0 0 1 0 0 0 18 0 1 0 886555832 285208576 5583 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734095 0 0 16781312 514 1879513972613284102 0 0 17 1 0 0 0
/proc/14999/statm: 69631 5583 376 364 0 5549 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=12.08 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) R 14999 15001 15001 0 -1 4202496 443 0 0 0 1208 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 135007736 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=288768 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 886555832 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1585092

[startup+25.501 s]
/proc/loadavg: 4.21 4.07 3.89 5/251 15002
/proc/meminfo: memFree=30690636/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
[pid=14999] ppid=14993 vsize=278524 CPUtime=0.03 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 883 0 0 0 2 1 0 0 18 0 1 0 886555832 285208576 5583 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734095 0 0 16781312 514 1879513972613284102 0 0 17 1 0 0 0
/proc/14999/statm: 69631 5583 376 364 0 5549 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=24.87 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) R 14999 15001 15001 0 -1 4202496 443 0 0 0 2487 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=288768 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 886555832 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1585092

[startup+51.1003 s]
/proc/loadavg: 4.14 4.07 3.89 5/222 15048
/proc/meminfo: memFree=30741880/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=288768 CPUtime=0.48 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 9809 935 1 0 39 9 0 0 19 0 2 0 886555772 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 72192 7086 1875 364 0 8110 0
[pid=14999] ppid=14993 vsize=278524 CPUtime=0.05 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 897 0 0 0 3 2 0 0 18 0 1 0 886555832 285208576 5584 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734095 0 0 16781312 514 1879513972613284102 0 0 17 1 0 0 0
/proc/14999/statm: 69631 5584 377 364 0 5549 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=50.44 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) R 14999 15001 15001 0 -1 4202496 443 0 0 0 5044 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524921 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=288768 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 886555832 295698432 7086 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1585092

[startup+102.307 s]
/proc/loadavg: 4.10 4.07 3.90 5/230 15057
/proc/meminfo: memFree=30732004/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=299560 CPUtime=0.49 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 10654 935 1 0 40 9 0 0 20 0 3 0 886555772 306749440 7221 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 74890 7221 1878 364 0 10805 0
[pid=14999] ppid=14993 vsize=288768 CPUtime=0.12 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 1154 0 0 0 6 6 0 0 19 0 2 0 886555832 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14999/statm: 72192 5628 416 364 0 8110 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) T 14999 15001 15001 0 -1 4202496 443 0 0 0 9999 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14999/tid=15054] ppid=14993 vsize=288768 CPUtime=0 cores=1,3
/proc/14999/task/15054/stat : 15054 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886565844 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604467610884928 0 0 -1 3 0 0 0
[pid=15055] ppid=14993 vsize=289316 CPUtime=0 cores=1,3
/proc/15055/stat : 15055 (python) S 14993 14993 13569 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886565845 296259584 5687 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734150 0 0 16781312 514 4591115259678261509 0 0 17 1 0 0 0
/proc/15055/statm: 72329 5687 348 364 0 8244 0
[pid=15057] ppid=15055 vsize=1017800 CPUtime=1.57 cores=1,3
/proc/15057/stat : 15057 (gnovelty+2) R 15055 15057 15057 0 -1 4202496 443 0 0 0 157 0 0 0 25 0 1 0 886565845 1042227200 181 33554432000 134512640 135663704 4294375120 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15057/statm: 254450 181 113 282 0 254166 0
[pid=14993/tid=15000] ppid=14991 vsize=299560 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 3 0 886555832 306749440 7221 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15056] ppid=14991 vsize=299560 CPUtime=0 cores=1,3
/proc/14993/task/15056/stat : 15056 (python) S 14991 14993 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886565845 306749440 7221 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 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: 4.04 4.05 3.90 5/227 15106
/proc/meminfo: memFree=30741612/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=299560 CPUtime=0.49 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 10654 935 1 0 40 9 0 0 20 0 3 0 886555772 306749440 7221 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 74890 7221 1878 364 0 10805 0
[pid=14999] ppid=14993 vsize=288768 CPUtime=0.12 cores=1,3

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


[startup+1182.3 s]
/proc/loadavg: 2.00 2.25 2.96 3/210 15562
/proc/meminfo: memFree=30553608/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=320300 CPUtime=0.5 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 12916 935 1 0 41 9 0 0 18 0 5 0 886555772 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 80075 7295 1882 364 0 15984 0
[pid=14999] ppid=14993 vsize=288768 CPUtime=0.12 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 1154 0 0 0 6 6 0 0 19 0 2 0 886555832 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14999/statm: 72192 5628 416 364 0 8110 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) T 14999 15001 15001 0 -1 4202496 443 0 0 0 9999 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14999/tid=15054] ppid=14993 vsize=288768 CPUtime=0 cores=1,3
/proc/14999/task/15054/stat : 15054 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886565844 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604467610884928 0 0 -1 3 0 0 0
[pid=15055] ppid=14993 vsize=289316 CPUtime=0.13 cores=1,3
/proc/15055/stat : 15055 (python) S 14993 14993 13569 0 -1 4202560 1084 0 0 0 8 5 0 0 19 0 2 0 886565845 296259584 5740 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15055/statm: 72329 5740 400 364 0 8244 0
[pid=15057] ppid=15055 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/15057/stat : 15057 (gnovelty+2) T 15055 15057 15057 0 -1 4202496 443 0 0 0 10001 0 0 0 25 0 1 0 886565845 1042227200 181 33554432000 134512640 135663704 4294375120 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15057/statm: 254450 181 113 282 0 254166 0
[pid=15055/tid=15161] ppid=14993 vsize=289316 CPUtime=0 cores=1,3
/proc/15055/task/15161/stat : 15161 (python) S 14993 14993 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886575857 296259584 5740 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 3 0 0 0
[pid=15162] ppid=14993 vsize=299260 CPUtime=1.02 cores=1,3
/proc/15162/stat : 15162 (python) S 14993 14993 13569 0 -1 4202560 1142 0 0 0 57 45 0 0 15 0 2 0 886575858 306442240 5649 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15162/statm: 74815 5649 400 364 0 10727 0
[pid=15164] ppid=15162 vsize=141232 CPUtime=786.18 cores=1,3
/proc/15164/stat : 15164 (march_hi) R 15162 15164 15164 0 -1 4202496 34480 0 0 0 78611 7 0 0 25 0 1 0 886575858 144621568 34201 33554432000 4194304 4955518 140735326281232 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15164/statm: 35308 34201 106 186 0 35121 0
[pid=15162/tid=15537] ppid=14993 vsize=299260 CPUtime=0 cores=1,3
/proc/15162/task/15537/stat : 15537 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886643949 306442240 5649 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438080 0 0 -1 1 0 0 0
[pid=15538] ppid=14993 vsize=310056 CPUtime=0.26 cores=1,3
/proc/15538/stat : 15538 (python) S 14993 14993 13569 0 -1 4202560 1133 0 0 0 14 12 0 0 16 0 2 0 886643950 317497344 5788 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15538/statm: 77514 5788 400 364 0 13423 0
[pid=15540] ppid=15538 vsize=42780 CPUtime=194.46 cores=1,3
/proc/15540/stat : 15540 (march_hi) T 15538 15540 15540 0 -1 4202496 9828 0 0 0 19445 1 0 0 25 0 1 0 886643950 43806720 9549 33554432000 4194304 4955518 140733935761840 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15540/statm: 10695 9549 106 186 0 10508 0
[pid=15538/tid=15558] ppid=14993 vsize=310056 CPUtime=0 cores=1,3
/proc/15538/task/15558/stat : 15558 (python) S 14993 14993 13569 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886663396 317497344 5788 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 3 0 0 0
[pid=14993/tid=15000] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 5 0 886555832 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15056] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15056/stat : 15056 (python) S 14991 14993 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 886565845 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 1 0 0 0
[pid=14993/tid=15163] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15163/stat : 15163 (python) S 14991 14993 13569 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 5 0 886575858 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15539] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15539/stat : 15539 (python) S 14991 14993 13569 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 886643950 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 3727312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.7 s]
/proc/loadavg: 1.92 2.21 2.93 2/188 15586
/proc/meminfo: memFree=30751460/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=320300 CPUtime=0.5 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 12916 935 1 0 41 9 0 0 18 0 5 0 886555772 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 80075 7295 1882 364 0 15984 0
[pid=14999] ppid=14993 vsize=288768 CPUtime=0.12 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 1154 0 0 0 6 6 0 0 19 0 2 0 886555832 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14999/statm: 72192 5628 416 364 0 8110 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) T 14999 15001 15001 0 -1 4202496 443 0 0 0 9999 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14999/tid=15054] ppid=14993 vsize=288768 CPUtime=0 cores=1,3
/proc/14999/task/15054/stat : 15054 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886565844 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604467610884928 0 0 -1 3 0 0 0
[pid=15055] ppid=14993 vsize=289316 CPUtime=0.13 cores=1,3
/proc/15055/stat : 15055 (python) S 14993 14993 13569 0 -1 4202560 1084 0 0 0 8 5 0 0 19 0 2 0 886565845 296259584 5740 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15055/statm: 72329 5740 400 364 0 8244 0
[pid=15057] ppid=15055 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/15057/stat : 15057 (gnovelty+2) T 15055 15057 15057 0 -1 4202496 443 0 0 0 10001 0 0 0 25 0 1 0 886565845 1042227200 181 33554432000 134512640 135663704 4294375120 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15057/statm: 254450 181 113 282 0 254166 0
[pid=15055/tid=15161] ppid=14993 vsize=289316 CPUtime=0 cores=1,3
/proc/15055/task/15161/stat : 15161 (python) S 14993 14993 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886575857 296259584 5740 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 3 0 0 0
[pid=15162] ppid=14993 vsize=299260 CPUtime=1.05 cores=1,3
/proc/15162/stat : 15162 (python) S 14993 14993 13569 0 -1 4202560 1142 0 0 0 59 46 0 0 16 0 2 0 886575858 306442240 5649 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15162/statm: 74815 5649 400 364 0 10727 0
[pid=15164] ppid=15162 vsize=207532 CPUtime=803.57 cores=1,3
/proc/15164/stat : 15164 (march_hi) R 15162 15164 15164 0 -1 4202496 35176 0 0 0 80350 7 0 0 25 0 1 0 886575858 212512768 34897 33554432000 4194304 4955518 140735326281232 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15164/statm: 51883 34897 106 186 0 51696 0
[pid=15162/tid=15537] ppid=14993 vsize=299260 CPUtime=0 cores=1,3
/proc/15162/task/15537/stat : 15537 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886643949 306442240 5649 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438080 0 0 -1 1 0 0 0
[pid=15538] ppid=14993 vsize=310056 CPUtime=0.26 cores=1,3
/proc/15538/stat : 15538 (python) S 14993 14993 13569 0 -1 4202560 1133 0 0 0 14 12 0 0 16 0 2 0 886643950 317497344 5788 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15538/statm: 77514 5788 400 364 0 13423 0
[pid=15540] ppid=15538 vsize=42780 CPUtime=194.46 cores=1,3
/proc/15540/stat : 15540 (march_hi) T 15538 15540 15540 0 -1 4202496 9828 0 0 0 19445 1 0 0 25 0 1 0 886643950 43806720 9549 33554432000 4194304 4955518 140733935761840 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15540/statm: 10695 9549 106 186 0 10508 0
[pid=15538/tid=15558] ppid=14993 vsize=310056 CPUtime=0 cores=1,3
/proc/15538/task/15558/stat : 15558 (python) S 14993 14993 13569 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886663396 317497344 5788 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 3 0 0 0
[pid=14993/tid=15000] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 5 0 886555832 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15056] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15056/stat : 15056 (python) S 14991 14993 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 886565845 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 1 0 0 0
[pid=14993/tid=15163] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15163/stat : 15163 (python) S 14991 14993 13569 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 5 0 886575858 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15539] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15539/stat : 15539 (python) S 14991 14993 13569 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 886643950 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 3793612

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

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

[startup+1199.7 s]
/proc/loadavg: 1.92 2.21 2.93 2/188 15586
/proc/meminfo: memFree=30751460/32951124 swapFree=67051744/67111528
[pid=14993] ppid=14991 vsize=320300 CPUtime=0.5 cores=1,3
/proc/14993/stat : 14993 (python) S 14991 14993 13569 0 -1 4202496 12916 935 1 0 41 9 0 0 18 0 5 0 886555772 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14993/statm: 80075 7295 1882 364 0 15984 0
[pid=14999] ppid=14993 vsize=288768 CPUtime=0.12 cores=1,3
/proc/14999/stat : 14999 (python) S 14993 14993 13569 0 -1 4202560 1154 0 0 0 6 6 0 0 19 0 2 0 886555832 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14999/statm: 72192 5628 416 364 0 8110 0
[pid=15001] ppid=14999 vsize=1017800 CPUtime=99.99 cores=1,3
/proc/15001/stat : 15001 (gnovelty+2) T 14999 15001 15001 0 -1 4202496 443 0 0 0 9999 0 0 0 25 0 1 0 886555832 1042227200 180 33554432000 134512640 135663704 4292717296 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15001/statm: 254450 180 113 282 0 254166 0
[pid=14999/tid=15054] ppid=14993 vsize=288768 CPUtime=0 cores=1,3
/proc/14999/task/15054/stat : 15054 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886565844 295698432 5628 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604467610884928 0 0 -1 3 0 0 0
[pid=15055] ppid=14993 vsize=289316 CPUtime=0.13 cores=1,3
/proc/15055/stat : 15055 (python) S 14993 14993 13569 0 -1 4202560 1084 0 0 0 8 5 0 0 19 0 2 0 886565845 296259584 5740 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15055/statm: 72329 5740 400 364 0 8244 0
[pid=15057] ppid=15055 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/15057/stat : 15057 (gnovelty+2) T 15055 15057 15057 0 -1 4202496 443 0 0 0 10001 0 0 0 25 0 1 0 886565845 1042227200 181 33554432000 134512640 135663704 4294375120 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15057/statm: 254450 181 113 282 0 254166 0
[pid=15055/tid=15161] ppid=14993 vsize=289316 CPUtime=0 cores=1,3
/proc/15055/task/15161/stat : 15161 (python) S 14993 14993 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886575857 296259584 5740 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 3 0 0 0
[pid=15162] ppid=14993 vsize=299260 CPUtime=1.05 cores=1,3
/proc/15162/stat : 15162 (python) S 14993 14993 13569 0 -1 4202560 1142 0 0 0 59 46 0 0 16 0 2 0 886575858 306442240 5649 33554432000 4194304 5683644 140737213664880 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15162/statm: 74815 5649 400 364 0 10727 0
[pid=15164] ppid=15162 vsize=207532 CPUtime=803.57 cores=1,3
/proc/15164/stat : 15164 (march_hi) R 15162 15164 15164 0 -1 4202496 35176 0 0 0 80350 7 0 0 25 0 1 0 886575858 212512768 34897 33554432000 4194304 4955518 140735326281232 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15164/statm: 51883 34897 106 186 0 51696 0
[pid=15162/tid=15537] ppid=14993 vsize=299260 CPUtime=0 cores=1,3
/proc/15162/task/15537/stat : 15537 (python) S 14993 14993 13569 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886643949 306442240 5649 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438080 0 0 -1 1 0 0 0
[pid=15538] ppid=14993 vsize=310056 CPUtime=0.26 cores=1,3
/proc/15538/stat : 15538 (python) S 14993 14993 13569 0 -1 4202560 1133 0 0 0 14 12 0 0 16 0 2 0 886643950 317497344 5788 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15538/statm: 77514 5788 400 364 0 13423 0
[pid=15540] ppid=15538 vsize=42780 CPUtime=194.46 cores=1,3
/proc/15540/stat : 15540 (march_hi) T 15538 15540 15540 0 -1 4202496 9828 0 0 0 19445 1 0 0 25 0 1 0 886643950 43806720 9549 33554432000 4194304 4955518 140733935761840 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15540/statm: 10695 9549 106 186 0 10508 0
[pid=15538/tid=15558] ppid=14993 vsize=310056 CPUtime=0 cores=1,3
/proc/15538/task/15558/stat : 15558 (python) S 14993 14993 13569 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886663396 317497344 5788 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 3 0 0 0
[pid=14993/tid=15000] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15000/stat : 15000 (python) S 14991 14993 13569 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 5 0 886555832 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15056] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15056/stat : 15056 (python) S 14991 14993 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 886565845 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 1 0 0 0
[pid=14993/tid=15163] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15163/stat : 15163 (python) S 14991 14993 13569 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 5 0 886575858 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 3 0 0 0
[pid=14993/tid=15539] ppid=14991 vsize=320300 CPUtime=0 cores=1,3
/proc/14993/task/15539/stat : 15539 (python) S 14991 14993 13569 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 886643950 327987200 7295 33554432000 4194304 5683644 140737213664880 18446744073709551615 228134537649 0 0 16781312 2 18446604471120935936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 3793612

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.73
CPU time (s): 1200.09
CPU user time (s): 1199.23
CPU system time (s): 0.86
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 3793612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.420936
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13853
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= 995
involuntary context switches= 19

runsolver used 2.00569 second user time and 4.50232 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:46:18
IDJOB=3484419
IDBENCH=82930
IDSOLVER=1975
FILE ID=node138/3484419-1307749578
RUNJOBID= node138-1307746989-13589
PBS_JOBID= 13550821
Free space on /tmp= 73988 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-S1194239878-049.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-3484419-1307749578/watcher-3484419-1307749578 -o /tmp/evaluation-result-3484419-1307749578/solver-3484419-1307749578 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484419-1307749578.cnf -seed 744352902 -budget 1200

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=744352902

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      30715724 kB
Buffers:        251424 kB
Cached:        1610200 kB
SwapCached:      13468 kB
Active:         750108 kB
Inactive:      1275912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30715724 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           63864 kB
Writeback:           0 kB
AnonPages:      161372 kB
Mapped:          18336 kB
Slab:           131140 kB
PageTables:      16804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10173368 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= 74052 MiB
End job on node138 at 2011-06-11 02:06:20