Trace number 3377405

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S826445785-043.UNKNOWN.cnf
MD5SUM75e4af5315c8af778f17bf3a82042c9e
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.96	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.96	c INFO: solving HOME/instance-3377405-1305453017.cnf
0.31/0.96	c INFO: computing task features
0.31/0.97	c INFO: computed variable-clause graph statistics
0.31/0.97	c INFO: computed clause balance statistics
0.38/1.02	c INFO: computed variable balance statistics
0.38/1.06	c INFO: computed small-clause counts
0.38/1.06	c INFO: computed Horn-clause counts
0.38/1.06	c INFO: computed variable graph statistics
0.38/1.06	c INFO: collected features for HOME/instance-3377405-1305453017.cnf in 0.10 s
0.38/1.08	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
100.59/101.27	c INFO: running march_hi@0 for 97 with 2299 remaining (b = 0.07)
198.27/198.78	c INFO: running gnovelty+2@0 for 97 with 2202 remaining (b = 0.08)
297.66/297.99	c INFO: running march_hi@97 for 2103 with 2103 remaining (b = 0.60)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.88 3.81 3.39 6/287 15978
/proc/meminfo: memFree=18771480/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=15776 CPUtime=0 cores=4,6
/proc/15978/stat : 15978 (python) R 15976 15978 14954 0 -1 4202496 895 0 0 0 0 0 0 0 17 0 1 0 656901544 16154624 777 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/15978/statm: 3944 777 343 364 0 431 0

[startup+0.108055 s]
/proc/loadavg: 3.88 3.81 3.39 6/287 15978
/proc/meminfo: memFree=18771480/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=104616 CPUtime=0.05 cores=4,6
/proc/15978/stat : 15978 (python) R 15976 15978 14954 0 -1 4202496 3099 0 0 0 4 1 0 0 17 0 1 0 656901544 107126784 2779 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15978/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104616

[startup+0.20104 s]
/proc/loadavg: 3.88 3.81 3.39 6/287 15978
/proc/meminfo: memFree=18771480/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=126664 CPUtime=0.12 cores=4,6
/proc/15978/stat : 15978 (python) R 15976 15978 14954 0 -1 4202496 5271 937 1 0 10 2 0 0 19 0 1 0 656901544 129703936 3923 33554432000 4194304 5683644 140733907037696 18446744073709551615 5114063 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15978/statm: 31666 3923 1003 364 0 2961 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 126664

[startup+0.301042 s]
/proc/loadavg: 3.88 3.81 3.39 6/287 15978
/proc/meminfo: memFree=18771480/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=135752 CPUtime=0.16 cores=4,6
/proc/15978/stat : 15978 (python) R 15976 15978 14954 0 -1 4202496 5978 937 1 0 13 3 0 0 17 0 1 0 656901544 139010048 4149 33554432000 4194304 5683644 140733907037696 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15978/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700951 s]
/proc/loadavg: 3.88 3.81 3.39 6/287 15978
/proc/meminfo: memFree=18771480/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=157384 CPUtime=0.19 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 6611 937 1 0 15 4 0 0 15 0 1 0 656901544 161161216 4695 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15978/statm: 39346 4695 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 157384

[startup+1.50076 s]
/proc/loadavg: 3.88 3.81 3.39 5/296 16020
/proc/meminfo: memFree=18715216/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=288860 CPUtime=0.47 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 9815 937 1 0 38 9 0 0 17 0 2 0 656901544 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15978/statm: 72215 7095 1867 364 0 8133 0
[pid=16018] ppid=15978 vsize=278616 CPUtime=0 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656901652 285302784 5578 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718287 0 0 16781312 514 18162476616637218815 0 0 17 4 0 0 0
/proc/16018/statm: 69654 5578 354 364 0 5572 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=0.4 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) R 16018 16020 16020 0 -1 4202496 458 0 0 0 40 0 0 0 20 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=15978/tid=16019] ppid=15976 vsize=288860 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 656901652 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1585412

[startup+3.10047 s]
/proc/loadavg: 3.88 3.81 3.39 4/292 16060
/proc/meminfo: memFree=18717476/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=288860 CPUtime=0.47 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 9815 937 1 0 38 9 0 0 17 0 2 0 656901544 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15978/statm: 72215 7095 1867 364 0 8133 0
[pid=16018] ppid=15978 vsize=278616 CPUtime=0 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656901652 285302784 5578 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718287 0 0 16781312 514 18162476616637186307 0 0 17 4 0 0 0
/proc/16018/statm: 69654 5578 354 364 0 5572 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=2 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) R 16018 16020 16020 0 -1 4202496 458 0 0 0 200 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134545203 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=15978/tid=16019] ppid=15976 vsize=288860 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 656901652 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1585412
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 3.97 3.83 3.39 5/299 16098
/proc/meminfo: memFree=18693072/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=288860 CPUtime=0.47 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 9815 937 1 0 38 9 0 0 17 0 2 0 656901544 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15978/statm: 72215 7095 1867 364 0 8133 0
[pid=16018] ppid=15978 vsize=278616 CPUtime=0 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 656901652 285302784 5606 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718287 0 0 16781312 514 18162476616637186307 0 0 17 4 0 0 0
/proc/16018/statm: 69654 5606 382 364 0 5572 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=5.19 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) R 16018 16020 16020 0 -1 4202496 458 0 0 0 519 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134546925 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=15978/tid=16019] ppid=15976 vsize=288860 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 656901652 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 1585412

[startup+12.7009 s]
/proc/loadavg: 3.97 3.83 3.40 5/299 16098
/proc/meminfo: memFree=18690924/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=288860 CPUtime=0.47 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 9815 937 1 0 38 9 0 0 17 0 2 0 656901544 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15978/statm: 72215 7095 1867 364 0 8133 0
[pid=16018] ppid=15978 vsize=278616 CPUtime=0.01 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 973 0 0 0 1 0 0 0 18 0 1 0 656901652 285302784 5606 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718287 0 0 16781312 514 13311479414228222211 0 0 17 4 0 0 0
/proc/16018/statm: 69654 5606 382 364 0 5572 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=11.57 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) R 16018 16020 16020 0 -1 4202496 458 0 0 0 1157 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=15978/tid=16019] ppid=15976 vsize=288860 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 656901652 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 1585412

[startup+25.5006 s]
/proc/loadavg: 3.98 3.84 3.41 5/299 16098
/proc/meminfo: memFree=18691808/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=288860 CPUtime=0.47 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 9815 937 1 0 38 9 0 0 17 0 2 0 656901544 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15978/statm: 72215 7095 1867 364 0 8133 0
[pid=16018] ppid=15978 vsize=278616 CPUtime=0.04 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 976 0 0 0 2 2 0 0 18 0 1 0 656901652 285302784 5606 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718287 0 0 16781312 514 13311479414228222211 0 0 17 4 0 0 0
/proc/16018/statm: 69654 5606 382 364 0 5572 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=24.35 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) R 16018 16020 16020 0 -1 4202496 458 0 0 0 2435 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=15978/tid=16019] ppid=15976 vsize=288860 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 656901652 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 1585412

[startup+51.101 s]
/proc/loadavg: 3.98 3.85 3.42 4/274 16121
/proc/meminfo: memFree=18772272/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=288860 CPUtime=0.47 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 9815 937 1 0 38 9 0 0 17 0 2 0 656901544 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15978/statm: 72215 7095 1867 364 0 8133 0
[pid=16018] ppid=15978 vsize=278616 CPUtime=0.08 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 989 0 0 0 4 4 0 0 18 0 1 0 656901652 285302784 5606 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718287 0 0 16781312 514 13311479414228222211 0 0 17 4 0 0 0
/proc/16018/statm: 69654 5606 382 364 0 5572 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=49.91 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) R 16018 16020 16020 0 -1 4202496 458 0 0 0 4991 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134544167 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=15978/tid=16019] ppid=15976 vsize=288860 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 656901652 295792640 7095 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 1585412

[startup+102.301 s]
/proc/loadavg: 3.99 3.87 3.45 5/290 16147
/proc/meminfo: memFree=18703316/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=299688 CPUtime=0.48 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 10654 937 1 0 39 9 0 0 20 0 3 0 656901544 306880512 7245 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15978/statm: 74922 7245 1870 364 0 10837 0
[pid=16018] ppid=15978 vsize=288860 CPUtime=0.18 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 1149 0 0 0 9 9 0 0 19 0 2 0 656901652 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16018/statm: 72215 5644 415 364 0 8133 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) T 16018 16020 16020 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=16018/tid=16140] ppid=15978 vsize=288860 CPUtime=0 cores=4,6
/proc/16018/task/16140/stat : 16140 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656911670 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604452846507072 0 0 -1 6 0 0 0
[pid=16141] ppid=15978 vsize=289444 CPUtime=0 cores=4,6
/proc/16141/stat : 16141 (python) S 15978 15978 14954 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 656911671 296390656 5719 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718342 0 0 16781312 514 9729996212903313665 0 0 17 6 0 0 0
/proc/16141/statm: 72361 5719 348 364 0 8276 0
[pid=16143] ppid=16141 vsize=2880 CPUtime=1.03 cores=4,6
/proc/16143/stat : 16143 (march_hi) R 16141 16143 16143 0 -1 4202496 790 0 0 0 103 0 0 0 24 0 1 0 656911671 2949120 528 33554432000 4194304 4955518 140737073839808 18446744073709551615 4235324 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16143/statm: 720 528 104 186 0 533 0
[pid=15978/tid=16019] ppid=15976 vsize=299688 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 3 0 656901652 306880512 7245 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
[pid=15978/tid=16142] ppid=15976 vsize=299688 CPUtime=0 cores=4,6
/proc/15978/task/16142/stat : 16142 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 656911671 306880512 7245 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 1898808

[startup+162.3 s]
/proc/loadavg: 3.99 3.89 3.48 5/298 16157
/proc/meminfo: memFree=18682036/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=299688 CPUtime=0.48 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 10654 937 1 0 39 9 0 0 20 0 3 0 656901544 306880512 7245 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15978/statm: 74922 7245 1870 364 0 10837 0

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

/proc/16018/statm: 72215 5644 415 364 0 8133 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) T 16018 16020 16020 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=16018/tid=16140] ppid=15978 vsize=288860 CPUtime=0 cores=4,6
/proc/16018/task/16140/stat : 16140 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656911670 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604452846507072 0 0 -1 6 0 0 0
[pid=16141] ppid=15978 vsize=289444 CPUtime=2.02 cores=4,6
/proc/16141/stat : 16141 (python) S 15978 15978 14954 0 -1 4202560 1128 0 0 0 112 90 0 0 15 0 2 0 656911671 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16141/statm: 72361 5772 400 364 0 8276 0
[pid=16143] ppid=16141 vsize=175696 CPUtime=980.25 cores=4,6
/proc/16143/stat : 16143 (march_hi) R 16141 16143 16143 0 -1 4202496 34327 0 0 0 98016 9 0 0 25 0 1 0 656911671 179912704 34065 33554432000 4194304 4955518 140737073839808 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16143/statm: 43924 34065 104 186 0 43737 0
[pid=16141/tid=16159] ppid=15978 vsize=289444 CPUtime=0 cores=4,6
/proc/16141/task/16159/stat : 16159 (python) S 15978 15978 14954 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 2 0 656921421 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604453837949120 0 0 -1 6 0 0 0
[pid=16160] ppid=15978 vsize=299368 CPUtime=0.19 cores=4,6
/proc/16160/stat : 16160 (python) S 15978 15978 14954 0 -1 4202560 1087 0 0 0 11 8 0 0 19 0 2 0 656921422 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16160/statm: 74842 5696 400 364 0 10754 0
[pid=16162] ppid=16160 vsize=1017936 CPUtime=99.19 cores=4,6
/proc/16162/stat : 16162 (gnovelty+2) T 16160 16162 16162 0 -1 4202496 462 0 0 0 9919 0 0 0 25 0 1 0 656921423 1042366464 198 33554432000 134512640 135663704 4293335280 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16162/statm: 254484 198 113 282 0 254200 0
[pid=16160/tid=16177] ppid=15978 vsize=299368 CPUtime=0 cores=4,6
/proc/16160/task/16177/stat : 16177 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656931342 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 4 0 0 0
[pid=15978/tid=16019] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 4 0 656901652 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
[pid=15978/tid=16142] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16142/stat : 16142 (python) S 15976 15978 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 4 0 656911671 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
[pid=15978/tid=16161] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16161/stat : 16161 (python) S 15976 15978 14954 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656921422 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 3399392

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.84 5/330 16571
/proc/meminfo: memFree=18335836/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=310152 CPUtime=0.51 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 12067 937 1 0 41 10 0 0 18 0 4 0 656901544 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15978/statm: 77538 7286 1872 364 0 13450 0
[pid=16018] ppid=15978 vsize=288860 CPUtime=0.18 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 1149 0 0 0 9 9 0 0 19 0 2 0 656901652 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16018/statm: 72215 5644 415 364 0 8133 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) T 16018 16020 16020 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=16018/tid=16140] ppid=15978 vsize=288860 CPUtime=0 cores=4,6
/proc/16018/task/16140/stat : 16140 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656911670 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604452846507072 0 0 -1 6 0 0 0
[pid=16141] ppid=15978 vsize=289444 CPUtime=2.14 cores=4,6
/proc/16141/stat : 16141 (python) S 15978 15978 14954 0 -1 4202560 1128 0 0 0 119 95 0 0 15 0 2 0 656911671 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16141/statm: 72361 5772 400 364 0 8276 0
[pid=16143] ppid=16141 vsize=175696 CPUtime=1040.13 cores=4,6
/proc/16143/stat : 16143 (march_hi) R 16141 16143 16143 0 -1 4202496 36370 0 0 0 104003 10 0 0 25 0 1 0 656911671 179912704 36108 33554432000 4194304 4955518 140737073839808 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16143/statm: 43924 36108 104 186 0 43737 0
[pid=16141/tid=16159] ppid=15978 vsize=289444 CPUtime=0 cores=4,6
/proc/16141/task/16159/stat : 16159 (python) S 15978 15978 14954 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 2 0 656921421 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604453837949120 0 0 -1 6 0 0 0
[pid=16160] ppid=15978 vsize=299368 CPUtime=0.19 cores=4,6
/proc/16160/stat : 16160 (python) S 15978 15978 14954 0 -1 4202560 1087 0 0 0 11 8 0 0 19 0 2 0 656921422 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16160/statm: 74842 5696 400 364 0 10754 0
[pid=16162] ppid=16160 vsize=1017936 CPUtime=99.19 cores=4,6
/proc/16162/stat : 16162 (gnovelty+2) T 16160 16162 16162 0 -1 4202496 462 0 0 0 9919 0 0 0 25 0 1 0 656921423 1042366464 198 33554432000 134512640 135663704 4293335280 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16162/statm: 254484 198 113 282 0 254200 0
[pid=16160/tid=16177] ppid=15978 vsize=299368 CPUtime=0 cores=4,6
/proc/16160/task/16177/stat : 16177 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656931342 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 4 0 0 0
[pid=15978/tid=16019] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 4 0 656901652 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
[pid=15978/tid=16142] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16142/stat : 16142 (python) S 15976 15978 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 4 0 656911671 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
[pid=15978/tid=16161] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16161/stat : 16161 (python) S 15976 15978 14954 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656921422 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 3399392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.84 5/334 16576
/proc/meminfo: memFree=18314324/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=310152 CPUtime=0.51 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 12067 937 1 0 41 10 0 0 18 0 4 0 656901544 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15978/statm: 77538 7286 1872 364 0 13450 0
[pid=16018] ppid=15978 vsize=288860 CPUtime=0.18 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 1149 0 0 0 9 9 0 0 19 0 2 0 656901652 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16018/statm: 72215 5644 415 364 0 8133 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) T 16018 16020 16020 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=16018/tid=16140] ppid=15978 vsize=288860 CPUtime=0 cores=4,6
/proc/16018/task/16140/stat : 16140 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656911670 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604452846507072 0 0 -1 6 0 0 0
[pid=16141] ppid=15978 vsize=289444 CPUtime=2.26 cores=4,6
/proc/16141/stat : 16141 (python) S 15978 15978 14954 0 -1 4202560 1128 0 0 0 126 100 0 0 15 0 2 0 656911671 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16141/statm: 72361 5772 400 364 0 8276 0
[pid=16143] ppid=16141 vsize=175828 CPUtime=1097.71 cores=4,6
/proc/16143/stat : 16143 (march_hi) R 16141 16143 16143 0 -1 4202496 38265 0 0 0 109761 10 0 0 25 0 1 0 656911671 180047872 38003 33554432000 4194304 4955518 140737073839808 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16143/statm: 43957 38003 104 186 0 43770 0
[pid=16141/tid=16159] ppid=15978 vsize=289444 CPUtime=0 cores=4,6
/proc/16141/task/16159/stat : 16159 (python) S 15978 15978 14954 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 2 0 656921421 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604453837949120 0 0 -1 6 0 0 0
[pid=16160] ppid=15978 vsize=299368 CPUtime=0.19 cores=4,6
/proc/16160/stat : 16160 (python) S 15978 15978 14954 0 -1 4202560 1087 0 0 0 11 8 0 0 19 0 2 0 656921422 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16160/statm: 74842 5696 400 364 0 10754 0
[pid=16162] ppid=16160 vsize=1017936 CPUtime=99.19 cores=4,6
/proc/16162/stat : 16162 (gnovelty+2) T 16160 16162 16162 0 -1 4202496 462 0 0 0 9919 0 0 0 25 0 1 0 656921423 1042366464 198 33554432000 134512640 135663704 4293335280 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16162/statm: 254484 198 113 282 0 254200 0
[pid=16160/tid=16177] ppid=15978 vsize=299368 CPUtime=0 cores=4,6
/proc/16160/task/16177/stat : 16177 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656931342 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 4 0 0 0
[pid=15978/tid=16019] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 4 0 656901652 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
[pid=15978/tid=16142] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16142/stat : 16142 (python) S 15976 15978 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 4 0 656911671 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
[pid=15978/tid=16161] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16161/stat : 16161 (python) S 15976 15978 14954 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656921422 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 3399524

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.84 5/334 16576
/proc/meminfo: memFree=18314324/32950928 swapFree=64721848/67111528
[pid=15978] ppid=15976 vsize=310152 CPUtime=0.51 cores=4,6
/proc/15978/stat : 15978 (python) S 15976 15978 14954 0 -1 4202496 12067 937 1 0 41 10 0 0 18 0 4 0 656901544 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15978/statm: 77538 7286 1872 364 0 13450 0
[pid=16018] ppid=15978 vsize=288860 CPUtime=0.18 cores=4,6
/proc/16018/stat : 16018 (python) S 15978 15978 14954 0 -1 4202560 1149 0 0 0 9 9 0 0 19 0 2 0 656901652 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16018/statm: 72215 5644 415 364 0 8133 0
[pid=16020] ppid=16018 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/16020/stat : 16020 (gnovelty+2) T 16018 16020 16020 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 656901652 1042366464 196 33554432000 134512640 135663704 4290809296 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16020/statm: 254484 196 113 282 0 254200 0
[pid=16018/tid=16140] ppid=15978 vsize=288860 CPUtime=0 cores=4,6
/proc/16018/task/16140/stat : 16140 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656911670 295792640 5644 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604452846507072 0 0 -1 6 0 0 0
[pid=16141] ppid=15978 vsize=289444 CPUtime=2.26 cores=4,6
/proc/16141/stat : 16141 (python) S 15978 15978 14954 0 -1 4202560 1128 0 0 0 126 100 0 0 15 0 2 0 656911671 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16141/statm: 72361 5772 400 364 0 8276 0
[pid=16143] ppid=16141 vsize=175828 CPUtime=1097.71 cores=4,6
/proc/16143/stat : 16143 (march_hi) R 16141 16143 16143 0 -1 4202496 38265 0 0 0 109761 10 0 0 25 0 1 0 656911671 180047872 38003 33554432000 4194304 4955518 140737073839808 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16143/statm: 43957 38003 104 186 0 43770 0
[pid=16141/tid=16159] ppid=15978 vsize=289444 CPUtime=0 cores=4,6
/proc/16141/task/16159/stat : 16159 (python) S 15978 15978 14954 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 2 0 656921421 296390656 5772 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604453837949120 0 0 -1 6 0 0 0
[pid=16160] ppid=15978 vsize=299368 CPUtime=0.19 cores=4,6
/proc/16160/stat : 16160 (python) S 15978 15978 14954 0 -1 4202560 1087 0 0 0 11 8 0 0 19 0 2 0 656921422 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16160/statm: 74842 5696 400 364 0 10754 0
[pid=16162] ppid=16160 vsize=1017936 CPUtime=99.19 cores=4,6
/proc/16162/stat : 16162 (gnovelty+2) T 16160 16162 16162 0 -1 4202496 462 0 0 0 9919 0 0 0 25 0 1 0 656921423 1042366464 198 33554432000 134512640 135663704 4293335280 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16162/statm: 254484 198 113 282 0 254200 0
[pid=16160/tid=16177] ppid=15978 vsize=299368 CPUtime=0 cores=4,6
/proc/16160/task/16177/stat : 16177 (python) S 15978 15978 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656931342 306552832 5696 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 4 0 0 0
[pid=15978/tid=16019] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16019/stat : 16019 (python) S 15976 15978 14954 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 4 0 656901652 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 4 0 0 0
[pid=15978/tid=16142] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16142/stat : 16142 (python) S 15976 15978 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 4 0 656911671 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
[pid=15978/tid=16161] ppid=15976 vsize=310152 CPUtime=0 cores=4,6
/proc/15978/task/16161/stat : 16161 (python) S 15976 15978 14954 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656921422 317595648 7286 33554432000 4194304 5683644 140733907037696 18446744073709551615 248101521841 0 0 16781312 2 18446604453966995840 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 3399524

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1298.68
CPU system time (s): 1.37
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3399524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.413937
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13005
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= 6235
involuntary context switches= 18

runsolver used 3.55946 second user time and 7.67183 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 11:50:17
IDJOB=3377405
IDBENCH=82714
IDSOLVER=1857
FILE ID=node123/3377405-1305453017
RUNJOBID= node123-1305452312-15690
PBS_JOBID= 13324867
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S826445785-043.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-3377405-1305453017/watcher-3377405-1305453017 -o /tmp/evaluation-result-3377405-1305453017/solver-3377405-1305453017 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377405-1305453017.cnf -seed 253976172 -budget 2400

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

MD5SUM BENCH= 75e4af5315c8af778f17bf3a82042c9e
RANDOM SEED=253976172

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18771636 kB
Buffers:        310952 kB
Cached:        4333664 kB
SwapCached:      10528 kB
Active:       10957700 kB
Inactive:      2939728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18771636 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           63764 kB
Writeback:           0 kB
AnonPages:     9250536 kB
Mapped:          24844 kB
Slab:           180700 kB
PageTables:      39456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 31869428 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= 73300 MiB
End job on node123 at 2011-05-15 12:12:00