Trace number 3377621

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) 1299.92 1300.03

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.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3377621-1305456180.cnf
0.30/0.45	c INFO: computing task features
0.30/0.46	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.38/0.54	c INFO: computed variable balance statistics
0.38/0.58	c INFO: computed small-clause counts
0.38/0.58	c INFO: computed Horn-clause counts
0.38/0.58	c INFO: computed variable graph statistics
0.38/0.58	c INFO: collected features for HOME/instance-3377621-1305456180.cnf in 0.13 s
0.38/0.59	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.62)
100.65/100.84	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.07)
200.84/201.09	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.62)

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

running on 2 cores: 1,3

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.72 3.90 3.68 5/356 6145
/proc/meminfo: memFree=17108692/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=15776 CPUtime=0 cores=1,3
/proc/6145/stat : 6145 (python) R 6143 6145 30479 0 -1 4202496 874 0 0 0 0 0 0 0 25 0 1 0 657217688 16154624 757 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6145/statm: 3944 757 343 364 0 431 0

[startup+0.104576 s]
/proc/loadavg: 3.72 3.90 3.68 5/356 6145
/proc/meminfo: memFree=17108692/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=104796 CPUtime=0.07 cores=1,3
/proc/6145/stat : 6145 (python) R 6143 6145 30479 0 -1 4202496 3209 0 0 0 5 2 0 0 25 0 1 0 657217688 107311104 2879 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473963444 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6145/statm: 26199 2881 847 364 0 1947 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104796

[startup+0.20056 s]
/proc/loadavg: 3.72 3.90 3.68 5/356 6145
/proc/meminfo: memFree=17108692/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=131296 CPUtime=0.14 cores=1,3
/proc/6145/stat : 6145 (python) R 6143 6145 30479 0 -1 4202496 5705 934 1 0 11 3 0 0 25 0 1 0 657217688 134447104 4099 33554432000 4194304 5683644 140733321722896 18446744073709551615 4331984 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6145/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 131296

[startup+0.30054 s]
/proc/loadavg: 3.72 3.90 3.68 5/356 6145
/proc/meminfo: memFree=17108692/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=198920 CPUtime=0.21 cores=1,3
/proc/6145/stat : 6145 (python) R 6143 6145 30479 0 -1 4202496 7024 934 1 0 16 5 0 0 25 0 1 0 657217688 203694080 5053 33554432000 4194304 5683644 140733321722896 18446744073709551615 4539132 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6145/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 198920

[startup+0.700469 s]
/proc/loadavg: 3.72 3.90 3.68 5/356 6145
/proc/meminfo: memFree=17108692/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 288768

[startup+1.50033 s]
/proc/loadavg: 3.74 3.90 3.68 5/360 6153
/proc/meminfo: memFree=17084608/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
[pid=6151] ppid=6145 vsize=278524 CPUtime=0 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 737 0 0 0 0 0 0 0 25 0 1 0 657217747 285208576 5560 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987599 0 0 16781312 514 14894947961212502015 0 0 17 1 0 0 0
/proc/6151/statm: 69631 5560 354 364 0 5549 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=0.88 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) R 6151 6153 6153 0 -1 4202496 444 0 0 0 88 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=288768 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 2 0 657217747 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1585092

[startup+3.10105 s]
/proc/loadavg: 3.74 3.90 3.68 5/360 6154
/proc/meminfo: memFree=17083368/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
[pid=6151] ppid=6145 vsize=278524 CPUtime=0 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 657217747 285208576 5560 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987599 0 0 16781312 514 14894947961212469511 0 0 17 1 0 0 0
/proc/6151/statm: 69631 5560 354 364 0 5549 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=2.47 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) R 6151 6153 6153 0 -1 4202496 444 0 0 0 247 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=288768 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 2 0 657217747 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1585092

[startup+6.30048 s]
/proc/loadavg: 3.74 3.90 3.68 5/360 6154
/proc/meminfo: memFree=17083332/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
[pid=6151] ppid=6145 vsize=278524 CPUtime=0 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 657217747 285208576 5588 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987599 0 0 16781312 514 14894947961212469511 0 0 17 1 0 0 0
/proc/6151/statm: 69631 5588 382 364 0 5549 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=5.64 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) R 6151 6153 6153 0 -1 4202496 444 0 0 0 564 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=288768 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 2 0 657217747 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 1585092

[startup+12.7004 s]
/proc/loadavg: 3.78 3.90 3.68 5/360 6154
/proc/meminfo: memFree=17083676/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
[pid=6151] ppid=6145 vsize=278524 CPUtime=0.02 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 975 0 0 0 1 1 0 0 18 0 1 0 657217747 285208576 5588 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987599 0 0 16781312 514 8060528539318845703 0 0 17 1 0 0 0
/proc/6151/statm: 69631 5588 382 364 0 5549 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=12.02 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) R 6151 6153 6153 0 -1 4202496 444 0 0 0 1202 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=288768 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 2 0 657217747 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1585092

[startup+25.5011 s]
/proc/loadavg: 3.81 3.90 3.68 5/360 6154
/proc/meminfo: memFree=17084732/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
[pid=6151] ppid=6145 vsize=278524 CPUtime=0.05 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 979 0 0 0 2 3 0 0 18 0 1 0 657217747 285208576 5588 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987599 0 0 16781312 514 8060528539318845703 0 0 17 1 0 0 0
/proc/6151/statm: 69631 5588 382 364 0 5549 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=24.79 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) R 6151 6153 6153 0 -1 4202496 444 0 0 0 2479 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134525569 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=288768 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 2 0 657217747 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1585092

[startup+51.1006 s]
/proc/loadavg: 3.87 3.91 3.69 5/360 6155
/proc/meminfo: memFree=17084076/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=288768 CPUtime=0.49 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 9805 934 1 0 41 8 0 0 25 0 2 0 657217688 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 72192 7085 1875 364 0 8110 0
[pid=6151] ppid=6145 vsize=278524 CPUtime=0.1 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 991 0 0 0 5 5 0 0 18 0 1 0 657217747 285208576 5588 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987599 0 0 16781312 514 8060528539318845703 0 0 17 1 0 0 0
/proc/6151/statm: 69631 5588 382 364 0 5549 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=50.34 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) R 6151 6153 6153 0 -1 4202496 444 0 0 0 5034 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=288768 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 2 0 657217747 295698432 7085 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1585092

[startup+102.301 s]
/proc/loadavg: 3.28 3.76 3.65 3/350 6208
/proc/meminfo: memFree=17186140/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=299560 CPUtime=0.5 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 10644 934 1 0 42 8 0 0 19 0 3 0 657217688 306749440 7220 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 74890 7220 1878 364 0 10805 0
[pid=6151] ppid=6145 vsize=288768 CPUtime=0.23 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 1152 0 0 0 11 12 0 0 19 0 2 0 657217747 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6151/statm: 72192 5626 415 364 0 8110 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=99.95 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) T 6151 6153 6153 0 -1 4202496 444 0 0 0 9995 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6151/tid=6205] ppid=6145 vsize=288768 CPUtime=0 cores=1,3
/proc/6151/task/6205/stat : 6205 (python) S 6145 6145 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657227771 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604460675660864 0 0 -1 1 0 0 0
[pid=6206] ppid=6145 vsize=289316 CPUtime=0 cores=1,3
/proc/6206/stat : 6206 (python) S 6145 6145 30479 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 657227772 296259584 5686 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987654 0 0 16781312 514 10578141890383675654 0 0 17 1 0 0 0
/proc/6206/statm: 72329 5686 348 364 0 8244 0
[pid=6208] ppid=6206 vsize=1017800 CPUtime=1.45 cores=1,3
/proc/6208/stat : 6208 (gnovelty+2) R 6206 6208 6208 0 -1 4202496 444 0 0 0 145 0 0 0 25 0 1 0 657227773 1042227200 181 33554432000 134512640 135663704 4287586288 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6208/statm: 254450 181 113 282 0 254166 0
[pid=6145/tid=6152] ppid=6143 vsize=299560 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 3 0 657217747 306749440 7220 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6207] ppid=6143 vsize=299560 CPUtime=0 cores=1,3
/proc/6145/task/6207/stat : 6207 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657227773 306749440 7220 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 2913244

[startup+162.301 s]
/proc/loadavg: 2.52 3.45 3.55 3/350 6210
/proc/meminfo: memFree=17176312/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=299560 CPUtime=0.5 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 10644 934 1 0 42 8 0 0 19 0 3 0 657217688 306749440 7220 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 74890 7220 1878 364 0 10805 0
[pid=6151] ppid=6145 vsize=288768 CPUtime=0.23 cores=1,3

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

[startup+1182.3 s]
/proc/loadavg: 2.00 2.06 2.51 3/363 6259
/proc/meminfo: memFree=16869592/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=309516 CPUtime=0.51 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 11513 934 1 0 43 8 0 0 19 0 4 0 657217688 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 77379 7155 1880 364 0 13291 0
[pid=6151] ppid=6145 vsize=288768 CPUtime=0.23 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 1152 0 0 0 11 12 0 0 19 0 2 0 657217747 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6151/statm: 72192 5626 415 364 0 8110 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=99.95 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) T 6151 6153 6153 0 -1 4202496 444 0 0 0 9995 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6151/tid=6205] ppid=6145 vsize=288768 CPUtime=0 cores=1,3
/proc/6151/task/6205/stat : 6205 (python) S 6145 6145 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657227771 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604460675660864 0 0 -1 1 0 0 0
[pid=6206] ppid=6145 vsize=289316 CPUtime=0.23 cores=1,3
/proc/6206/stat : 6206 (python) S 6145 6145 30479 0 -1 4202560 1084 0 0 0 12 11 0 0 19 0 2 0 657227772 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6206/statm: 72329 5739 400 364 0 8244 0
[pid=6208] ppid=6206 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/6208/stat : 6208 (gnovelty+2) T 6206 6208 6208 0 -1 4202496 444 0 0 0 10001 0 0 0 25 0 1 0 657227773 1042227200 181 33554432000 134512640 135663704 4287586288 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6208/statm: 254450 181 113 282 0 254166 0
[pid=6206/tid=6212] ppid=6145 vsize=289316 CPUtime=0 cores=1,3
/proc/6206/task/6212/stat : 6212 (python) S 6145 6145 30479 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657237795 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604468260510720 0 0 -1 1 0 0 0
[pid=6213] ppid=6145 vsize=299272 CPUtime=2.39 cores=1,3
/proc/6213/stat : 6213 (python) S 6145 6145 30479 0 -1 4202560 992 0 0 0 123 116 0 0 15 0 1 0 657237796 306454528 5642 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987654 0 0 16781312 514 8060528539318845702 0 0 17 1 0 0 0
/proc/6213/statm: 74818 5642 371 364 0 10730 0
[pid=6215] ppid=6213 vsize=214384 CPUtime=978.89 cores=1,3
/proc/6215/stat : 6215 (march_hi) R 6213 6215 6215 0 -1 4202496 42027 0 0 0 97879 10 0 0 25 0 1 0 657237797 219529216 41744 33554432000 4194304 4955518 140735996367296 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6215/statm: 53596 41744 106 186 0 53409 0
[pid=6145/tid=6152] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 4 0 657217747 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6207] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6207/stat : 6207 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657227773 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6214] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6214/stat : 6214 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657237797 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 3436856

[startup+1242.3 s]
/proc/loadavg: 2.04 2.06 2.48 3/363 6261
/proc/meminfo: memFree=16853168/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=309516 CPUtime=0.51 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 11513 934 1 0 43 8 0 0 19 0 4 0 657217688 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 77379 7155 1880 364 0 13291 0
[pid=6151] ppid=6145 vsize=288768 CPUtime=0.23 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 1152 0 0 0 11 12 0 0 19 0 2 0 657217747 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6151/statm: 72192 5626 415 364 0 8110 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=99.95 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) T 6151 6153 6153 0 -1 4202496 444 0 0 0 9995 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6151/tid=6205] ppid=6145 vsize=288768 CPUtime=0 cores=1,3
/proc/6151/task/6205/stat : 6205 (python) S 6145 6145 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657227771 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604460675660864 0 0 -1 1 0 0 0
[pid=6206] ppid=6145 vsize=289316 CPUtime=0.23 cores=1,3
/proc/6206/stat : 6206 (python) S 6145 6145 30479 0 -1 4202560 1084 0 0 0 12 11 0 0 19 0 2 0 657227772 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6206/statm: 72329 5739 400 364 0 8244 0
[pid=6208] ppid=6206 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/6208/stat : 6208 (gnovelty+2) T 6206 6208 6208 0 -1 4202496 444 0 0 0 10001 0 0 0 25 0 1 0 657227773 1042227200 181 33554432000 134512640 135663704 4287586288 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6208/statm: 254450 181 113 282 0 254166 0
[pid=6206/tid=6212] ppid=6145 vsize=289316 CPUtime=0 cores=1,3
/proc/6206/task/6212/stat : 6212 (python) S 6145 6145 30479 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657237795 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604468260510720 0 0 -1 1 0 0 0
[pid=6213] ppid=6145 vsize=299272 CPUtime=2.54 cores=1,3
/proc/6213/stat : 6213 (python) S 6145 6145 30479 0 -1 4202560 992 0 0 0 130 124 0 0 15 0 1 0 657237796 306454528 5642 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987654 0 0 16781312 514 8060528539318845702 0 0 17 1 0 0 0
/proc/6213/statm: 74818 5642 371 364 0 10730 0
[pid=6215] ppid=6213 vsize=214384 CPUtime=1038.74 cores=1,3
/proc/6215/stat : 6215 (march_hi) R 6213 6215 6215 0 -1 4202496 44314 0 0 0 103863 11 0 0 25 0 1 0 657237797 219529216 44031 33554432000 4194304 4955518 140735996367296 18446744073709551615 4261446 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6215/statm: 53596 44031 106 186 0 53409 0
[pid=6145/tid=6152] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 4 0 657217747 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6207] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6207/stat : 6207 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657227773 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6214] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6214/stat : 6214 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657237797 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 3436856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.57 1.94 2.41 2/344 6283
/proc/meminfo: memFree=17047636/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=309516 CPUtime=0.51 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 11513 934 1 0 43 8 0 0 19 0 4 0 657217688 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 77379 7155 1880 364 0 13291 0
[pid=6151] ppid=6145 vsize=288768 CPUtime=0.23 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 1152 0 0 0 11 12 0 0 19 0 2 0 657217747 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6151/statm: 72192 5626 415 364 0 8110 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=99.95 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) T 6151 6153 6153 0 -1 4202496 444 0 0 0 9995 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6151/tid=6205] ppid=6145 vsize=288768 CPUtime=0 cores=1,3
/proc/6151/task/6205/stat : 6205 (python) S 6145 6145 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657227771 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604460675660864 0 0 -1 1 0 0 0
[pid=6206] ppid=6145 vsize=289316 CPUtime=0.23 cores=1,3
/proc/6206/stat : 6206 (python) S 6145 6145 30479 0 -1 4202560 1084 0 0 0 12 11 0 0 19 0 2 0 657227772 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6206/statm: 72329 5739 400 364 0 8244 0
[pid=6208] ppid=6206 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/6208/stat : 6208 (gnovelty+2) T 6206 6208 6208 0 -1 4202496 444 0 0 0 10001 0 0 0 25 0 1 0 657227773 1042227200 181 33554432000 134512640 135663704 4287586288 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6208/statm: 254450 181 113 282 0 254166 0
[pid=6206/tid=6212] ppid=6145 vsize=289316 CPUtime=0 cores=1,3
/proc/6206/task/6212/stat : 6212 (python) S 6145 6145 30479 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657237795 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604468260510720 0 0 -1 1 0 0 0
[pid=6213] ppid=6145 vsize=299272 CPUtime=2.66 cores=1,3
/proc/6213/stat : 6213 (python) S 6145 6145 30479 0 -1 4202560 992 0 0 0 136 130 0 0 15 0 1 0 657237796 306454528 5642 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987654 0 0 16781312 514 8060528539318845702 0 0 17 1 0 0 0
/proc/6213/statm: 74818 5642 371 364 0 10730 0
[pid=6215] ppid=6213 vsize=214384 CPUtime=1096.33 cores=1,3
/proc/6215/stat : 6215 (march_hi) R 6213 6215 6215 0 -1 4202496 46432 0 0 0 109622 11 0 0 25 0 1 0 657237797 219529216 46149 33554432000 4194304 4955518 140735996367296 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6215/statm: 53596 46149 106 186 0 53409 0
[pid=6145/tid=6152] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 4 0 657217747 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6207] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6207/stat : 6207 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657227773 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6214] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6214/stat : 6214 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657237797 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 3436856

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: 1.57 1.94 2.41 2/344 6283
/proc/meminfo: memFree=17047636/32950928 swapFree=67111348/67111528
[pid=6145] ppid=6143 vsize=309516 CPUtime=0.51 cores=1,3
/proc/6145/stat : 6145 (python) S 6143 6145 30479 0 -1 4202496 11513 934 1 0 43 8 0 0 19 0 4 0 657217688 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6145/statm: 77379 7155 1880 364 0 13291 0
[pid=6151] ppid=6145 vsize=288768 CPUtime=0.23 cores=1,3
/proc/6151/stat : 6151 (python) S 6145 6145 30479 0 -1 4202560 1152 0 0 0 11 12 0 0 19 0 2 0 657217747 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6151/statm: 72192 5626 415 364 0 8110 0
[pid=6153] ppid=6151 vsize=1017800 CPUtime=99.95 cores=1,3
/proc/6153/stat : 6153 (gnovelty+2) T 6151 6153 6153 0 -1 4202496 444 0 0 0 9995 0 0 0 25 0 1 0 657217747 1042227200 180 33554432000 134512640 135663704 4292414144 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6153/statm: 254450 180 113 282 0 254166 0
[pid=6151/tid=6205] ppid=6145 vsize=288768 CPUtime=0 cores=1,3
/proc/6151/task/6205/stat : 6205 (python) S 6145 6145 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657227771 295698432 5626 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604460675660864 0 0 -1 1 0 0 0
[pid=6206] ppid=6145 vsize=289316 CPUtime=0.23 cores=1,3
/proc/6206/stat : 6206 (python) S 6145 6145 30479 0 -1 4202560 1084 0 0 0 12 11 0 0 19 0 2 0 657227772 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6206/statm: 72329 5739 400 364 0 8244 0
[pid=6208] ppid=6206 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/6208/stat : 6208 (gnovelty+2) T 6206 6208 6208 0 -1 4202496 444 0 0 0 10001 0 0 0 25 0 1 0 657227773 1042227200 181 33554432000 134512640 135663704 4287586288 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6208/statm: 254450 181 113 282 0 254166 0
[pid=6206/tid=6212] ppid=6145 vsize=289316 CPUtime=0 cores=1,3
/proc/6206/task/6212/stat : 6212 (python) S 6145 6145 30479 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657237795 296259584 5739 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 514 18446604468260510720 0 0 -1 1 0 0 0
[pid=6213] ppid=6145 vsize=299272 CPUtime=2.66 cores=1,3
/proc/6213/stat : 6213 (python) S 6145 6145 30479 0 -1 4202560 992 0 0 0 136 130 0 0 15 0 1 0 657237796 306454528 5642 33554432000 4194304 5683644 140733321722896 18446744073709551615 274473987654 0 0 16781312 514 8060528539318845702 0 0 17 1 0 0 0
/proc/6213/statm: 74818 5642 371 364 0 10730 0
[pid=6215] ppid=6213 vsize=214384 CPUtime=1096.33 cores=1,3
/proc/6215/stat : 6215 (march_hi) R 6213 6215 6215 0 -1 4202496 46432 0 0 0 109622 11 0 0 25 0 1 0 657237797 219529216 46149 33554432000 4194304 4955518 140735996367296 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6215/statm: 53596 46149 106 186 0 53409 0
[pid=6145/tid=6152] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6152/stat : 6152 (python) S 6143 6145 30479 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 4 0 657217747 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6207] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6207/stat : 6207 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657227773 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
[pid=6145/tid=6214] ppid=6143 vsize=309516 CPUtime=0 cores=1,3
/proc/6145/task/6214/stat : 6214 (python) S 6143 6145 30479 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657237797 316944384 7155 33554432000 4194304 5683644 140733321722896 18446744073709551615 274485791153 0 0 16781312 2 18446604460675659968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 3436856

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6145 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=438933
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=87986
# CPU time returned by wait4() is 0.526919
# while last known CPU time is 1299.92
#
# 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): 1299.92
CPU user time (s): 1298.2
CPU system time (s): 1.72
CPU usage (%): 99.9912
Max. virtual memory (cumulated for all children) (KiB): 3436860

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

runsolver used 3.69544 second user time and 9.34258 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 12:43:00
IDJOB=3377621
IDBENCH=82930
IDSOLVER=1857
FILE ID=node125/3377621-1305456180
RUNJOBID= node125-1305456143-5803
PBS_JOBID= 13324855
Free space on /tmp= 73108 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
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-3377621-1305456180/watcher-3377621-1305456180 -o /tmp/evaluation-result-3377621-1305456180/solver-3377621-1305456180 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377621-1305456180.cnf -seed 1022105664 -budget 2400

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=1022105664

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      17108972 kB
Buffers:        287472 kB
Cached:        4734740 kB
SwapCached:          0 kB
Active:       11773660 kB
Inactive:      3676984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17108972 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           54064 kB
Writeback:           0 kB
AnonPages:    10428180 kB
Mapped:          39440 kB
Slab:           282832 kB
PageTables:      43636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 68938496 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= 73168 MiB
End job on node125 at 2011-05-15 13:04:42