Trace number 3310329

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
ppfolio par? (TO) 40000.4 5003.62

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
Bench CategoryAPPLICATION (applications 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 variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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: 935)

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-3310329-1304012399/watcher-3310329-1304012399 -o /tmp/evaluation-result-3310329-1304012399/solver-3310329-1304012399 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310329-1304012399.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.56 5.91 5.97 2/170 18259
/proc/meminfo: memFree=13909472/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 6 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0

[startup+0.097448 s]
/proc/loadavg: 5.56 5.91 5.97 2/170 18259
/proc/meminfo: memFree=13909472/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100438 s]
/proc/loadavg: 5.56 5.91 5.97 2/170 18259
/proc/meminfo: memFree=13909472/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300379 s]
/proc/loadavg: 5.56 5.91 5.97 2/170 18259
/proc/meminfo: memFree=13909472/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700308 s]
/proc/loadavg: 5.56 5.91 5.97 2/170 18259
/proc/meminfo: memFree=13909472/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50117 s]
/proc/loadavg: 5.56 5.91 5.97 9/180 18274
/proc/meminfo: memFree=13785268/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1025024 CPUtime=1.49 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 12550 0 0 0 147 2 0 0 20 0 1 0 512840817 1049624576 8977 33554432000 4194304 4587354 140734476563552 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 256256 8977 338 96 0 252818 0
[pid=18261] ppid=18259 vsize=29716 CPUtime=1.49 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 5567 0 0 0 148 1 0 0 20 0 1 0 512840817 30429184 4717 33554432000 4194304 4785740 140733930185856 18446744073709551615 4553143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 7429 4717 341 145 0 4474 0
[pid=18262] ppid=18259 vsize=462160 CPUtime=1.49 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 3220 0 0 0 149 0 0 0 20 0 1 0 512840817 473251840 3117 33554432000 134512640 134534564 4287306864 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 115540 3117 91 6 0 114206 0
[pid=18263] ppid=18259 vsize=48516 CPUtime=1.49 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 30035 0 0 0 145 4 0 0 25 0 1 0 512840817 49680384 9768 33554432000 4194304 4331988 140734997903440 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 12129 9768 153 34 0 10571 0
[pid=18264] ppid=18259 vsize=93620 CPUtime=5.42 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 15237 1252 0 0 541 1 0 0 25 0 5 0 512840817 95866880 11845 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 23405 11845 162 40 0 21949 0
[pid=18264/tid=18271] ppid=18259 vsize=93620 CPUtime=1.32 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 1408 1252 0 0 132 0 0 0 25 0 5 0 512840834 95866880 11845 33554432000 4194304 4356188 140734353515200 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=93620 CPUtime=1.29 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 1440 1252 0 0 129 0 0 0 25 0 5 0 512840834 95866880 11845 33554432000 4194304 4356188 140734353515200 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=93620 CPUtime=1.31 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 1468 1252 0 0 131 0 0 0 25 0 5 0 512840834 95866880 11845 33554432000 4194304 4356188 140734353515200 18446744073709551615 4270898 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=93620 CPUtime=1.32 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 1877 1252 0 0 132 0 0 0 25 0 5 0 512840834 95866880 11845 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 1677360

[startup+3.10088 s]
/proc/loadavg: 5.56 5.91 5.97 9/180 18274
/proc/meminfo: memFree=13735680/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1025024 CPUtime=3.09 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 12922 0 0 0 307 2 0 0 25 0 1 0 512840817 1049624576 9321 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 256256 9321 338 96 0 252818 0
[pid=18261] ppid=18259 vsize=32288 CPUtime=3.09 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 6244 0 0 0 308 1 0 0 25 0 1 0 512840817 33062912 5394 33554432000 4194304 4785740 140733930185856 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 8072 5394 341 145 0 5117 0
[pid=18262] ppid=18259 vsize=466384 CPUtime=3.09 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4003 0 0 0 308 1 0 0 25 0 1 0 512840817 477577216 3900 33554432000 134512640 134534564 4287306864 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116596 3900 95 6 0 115262 0
[pid=18263] ppid=18259 vsize=87932 CPUtime=3.08 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 49154 0 0 0 302 6 0 0 25 0 1 0 512840817 90042368 15212 33554432000 4194304 4331988 140734997903440 18446744073709551615 4265684 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 21983 15212 177 34 0 20425 0
[pid=18264] ppid=18259 vsize=98612 CPUtime=11.81 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 16831 1252 0 0 1180 1 0 0 25 0 5 0 512840817 100978688 13093 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 24653 13093 162 40 0 23197 0
[pid=18264/tid=18271] ppid=18259 vsize=98612 CPUtime=2.92 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 1836 1252 0 0 292 0 0 0 25 0 5 0 512840834 100978688 13093 33554432000 4194304 4356188 140734353515200 18446744073709551615 4225712 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=98612 CPUtime=2.88 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 1872 1252 0 0 288 0 0 0 25 0 5 0 512840834 100978688 13093 33554432000 4194304 4356188 140734353515200 18446744073709551615 4250782 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=98612 CPUtime=2.91 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 1878 1252 0 0 291 0 0 0 25 0 5 0 512840834 100978688 13093 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=98612 CPUtime=2.92 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 2201 1252 0 0 292 0 0 0 25 0 5 0 512840834 100978688 13093 33554432000 4194304 4356188 140734353515200 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 1728564

[startup+6.30131 s]
/proc/loadavg: 5.75 5.95 5.98 9/180 18275
/proc/meminfo: memFree=13718196/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1064564 CPUtime=6.29 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 15782 0 0 0 627 2 0 0 25 0 1 0 512840817 1090113536 10727 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 266141 10727 338 96 0 262703 0
[pid=18261] ppid=18259 vsize=35488 CPUtime=6.29 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 7018 0 0 0 628 1 0 0 25 0 1 0 512840817 36339712 6168 33554432000 4194304 4785740 140733930185856 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 8872 6168 341 145 0 5917 0
[pid=18262] ppid=18259 vsize=466384 CPUtime=6.29 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4003 0 0 0 628 1 0 0 25 0 1 0 512840817 477577216 3900 33554432000 134512640 134534564 4287306864 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116596 3900 95 6 0 115262 0
[pid=18263] ppid=18259 vsize=88132 CPUtime=6.28 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 49209 0 0 0 622 6 0 0 25 0 1 0 512840817 90247168 15267 33554432000 4194304 4331988 140734997903440 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 22033 15267 177 34 0 20475 0
[pid=18264] ppid=18259 vsize=101684 CPUtime=24.6 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 18087 1252 0 0 2458 2 0 0 25 0 5 0 512840817 104124416 13861 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 25421 13861 162 40 0 23965 0
[pid=18264/tid=18271] ppid=18259 vsize=101684 CPUtime=6.12 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 1900 1252 0 0 612 0 0 0 25 0 5 0 512840834 104124416 13861 33554432000 4194304 4356188 140734353515200 18446744073709551615 4270905 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=101684 CPUtime=6.06 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 2132 1252 0 0 606 0 0 0 25 0 5 0 512840834 104124416 13861 33554432000 4194304 4356188 140734353515200 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=101684 CPUtime=6.11 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 2066 1252 0 0 611 0 0 0 25 0 5 0 512840834 104124416 13861 33554432000 4194304 4356188 140734353515200 18446744073709551615 4270777 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=101684 CPUtime=6.12 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 2945 1252 0 0 612 0 0 0 25 0 5 0 512840834 104124416 13861 33554432000 4194304 4356188 140734353515200 18446744073709551615 4281760 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 1774576

[startup+12.7012 s]
/proc/loadavg: 5.93 5.98 5.99 9/180 18275
/proc/meminfo: memFree=13699084/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1025348 CPUtime=12.69 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 21344 0 0 0 1265 4 0 0 25 0 1 0 512840817 1049956352 11059 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 256337 11059 338 96 0 252899 0
[pid=18261] ppid=18259 vsize=42684 CPUtime=12.69 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 8789 0 0 0 1267 2 0 0 25 0 1 0 512840817 43708416 7939 33554432000 4194304 4785740 140733930185856 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 10671 7939 341 145 0 7716 0
[pid=18262] ppid=18259 vsize=466384 CPUtime=12.69 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4003 0 0 0 1268 1 0 0 25 0 1 0 512840817 477577216 3900 33554432000 134512640 134534564 4287306864 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116596 3900 95 6 0 115262 0
[pid=18263] ppid=18259 vsize=88504 CPUtime=12.68 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 49259 0 0 0 1262 6 0 0 25 0 1 0 512840817 90628096 15317 33554432000 4194304 4331988 140734997903440 18446744073709551615 4315818 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 22126 15317 177 34 0 20568 0
[pid=18264] ppid=18259 vsize=105892 CPUtime=50.16 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 19931 1252 0 0 5014 2 0 0 25 0 5 0 512840817 108433408 14913 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 26473 14913 162 40 0 25017 0
[pid=18264/tid=18271] ppid=18259 vsize=105892 CPUtime=12.52 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 2348 1252 0 0 1252 0 0 0 25 0 5 0 512840834 108433408 14913 33554432000 4194304 4356188 140734353515200 18446744073709551615 4334575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=105892 CPUtime=12.43 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 2688 1252 0 0 1243 0 0 0 25 0 5 0 512840834 108433408 14913 33554432000 4194304 4356188 140734353515200 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=105892 CPUtime=12.51 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 2518 1252 0 0 1251 0 0 0 25 0 5 0 512840834 108433408 14913 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=105892 CPUtime=12.52 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 3333 1252 0 0 1252 0 0 0 25 0 5 0 512840834 108433408 14913 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 1747136

[startup+25.5009 s]
/proc/loadavg: 6.39 6.08 6.02 9/180 18275
/proc/meminfo: memFree=13653228/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1064928 CPUtime=25.49 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 31744 0 0 0 2543 6 0 0 25 0 1 0 512840817 1090486272 11433 33554432000 4194304 4587354 140734476563552 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=18262] ppid=18259 vsize=466388 CPUtime=4781.8 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4012 0 0 0 478177 3 0 0 25 0 1 0 512840817 477581312 3909 33554432000 134512640 134534564 4287306864 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116597 3909 103 6 0 115263 0
[pid=18263] ppid=18259 vsize=223156 CPUtime=4782.4 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 81683 0 0 0 478208 32 0 0 25 0 1 0 512840817 228511744 47741 33554432000 4194304 4331988 140734997903440 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 55789 47741 177 34 0 54231 0
[pid=18264] ppid=18259 vsize=277256 CPUtime=19102.2 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 1064980 1252 0 0 1910061 161 0 0 25 0 5 0 512840817 283910144 57754 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 69314 57754 162 40 0 67858 0
[pid=18264/tid=18271] ppid=18259 vsize=277256 CPUtime=4782.24 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 261340 1252 0 0 478186 38 0 0 25 0 5 0 512840834 283910144 57754 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=277256 CPUtime=4756.12 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 296914 1252 0 0 475567 45 0 0 25 0 5 0 512840834 283910144 57754 33554432000 4194304 4356188 140734353515200 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=277256 CPUtime=4782.1 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 259586 1252 0 0 478168 42 0 0 25 0 5 0 512840834 283910144 57754 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=277256 CPUtime=4781.57 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 238096 1252 0 0 478123 34 0 0 25 0 5 0 512840834 283910144 57754 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.2
Current children cumulated vsize (KiB) 1881696

[startup+4842.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 18415
/proc/meminfo: memFree=12812136/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=499372 CPUtime=4842.38 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 668480 0 0 0 484029 209 0 0 25 0 1 0 512840817 511356928 73142 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 124843 73142 338 96 0 121405 0
[pid=18261] ppid=18259 vsize=398268 CPUtime=4842.4 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 94070 0 0 0 484205 35 0 0 25 0 1 0 512840817 407826432 93220 33554432000 4194304 4785740 140733930185856 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 99567 93220 341 145 0 96612 0
[pid=18262] ppid=18259 vsize=466388 CPUtime=4841.79 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4012 0 0 0 484176 3 0 0 25 0 1 0 512840817 477581312 3909 33554432000 134512640 134534564 4287306864 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116597 3909 103 6 0 115263 0
[pid=18263] ppid=18259 vsize=223156 CPUtime=4842.4 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 82048 0 0 0 484208 32 0 0 25 0 1 0 512840817 228511744 48106 33554432000 4194304 4331988 140734997903440 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 55789 48106 177 34 0 54231 0
[pid=18264] ppid=18259 vsize=272392 CPUtime=19341.9 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 1072148 1252 0 0 1934027 162 0 0 25 0 5 0 512840817 278929408 56538 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 68098 56538 162 40 0 66642 0
[pid=18264/tid=18271] ppid=18259 vsize=272392 CPUtime=4842.24 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 262364 1252 0 0 484186 38 0 0 25 0 5 0 512840834 278929408 56538 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=272392 CPUtime=4815.79 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 298194 1252 0 0 481534 45 0 0 25 0 5 0 512840834 278929408 56538 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=272392 CPUtime=4842.1 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 264450 1252 0 0 484168 42 0 0 25 0 5 0 512840834 278929408 56538 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=272392 CPUtime=4841.57 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 238096 1252 0 0 484123 34 0 0 25 0 5 0 512840834 278929408 56538 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 1877900

[startup+4902.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 18426
/proc/meminfo: memFree=12848120/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1229764 CPUtime=4902.37 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 669181 0 0 0 490027 210 0 0 25 0 1 0 512840817 1259278336 58872 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 307441 58872 338 96 0 304003 0
[pid=18261] ppid=18259 vsize=400616 CPUtime=4902.4 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 94586 0 0 0 490205 35 0 0 25 0 1 0 512840817 410230784 93736 33554432000 4194304 4785740 140733930185856 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 100154 93736 341 145 0 97199 0
[pid=18262] ppid=18259 vsize=466388 CPUtime=4901.78 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4012 0 0 0 490175 3 0 0 25 0 1 0 512840817 477581312 3909 33554432000 134512640 134534564 4287306864 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116597 3909 103 6 0 115263 0
[pid=18263] ppid=18259 vsize=223156 CPUtime=4902.4 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 82408 0 0 0 490208 32 0 0 25 0 1 0 512840817 228511744 48466 33554432000 4194304 4331988 140734997903440 18446744073709551615 4287799 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 55789 48466 177 34 0 54231 0
[pid=18264] ppid=18259 vsize=290568 CPUtime=19581.6 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 1088852 1252 0 0 1957992 164 0 0 25 0 5 0 512840817 297541632 61082 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 72642 61082 162 40 0 71186 0
[pid=18264/tid=18271] ppid=18259 vsize=290568 CPUtime=4902.24 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 266844 1252 0 0 490186 38 0 0 25 0 5 0 512840834 297541632 61082 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=290568 CPUtime=4875.46 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 306386 1252 0 0 487499 47 0 0 25 0 5 0 512840834 297541632 61082 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=290568 CPUtime=4902.09 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 266178 1252 0 0 490167 42 0 0 25 0 5 0 512840834 297541632 61082 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=290568 CPUtime=4901.56 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 240400 1252 0 0 490122 34 0 0 25 0 5 0 512840834 297541632 61082 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.5
Current children cumulated vsize (KiB) 2628816

[startup+4962.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 18428
/proc/meminfo: memFree=12846372/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1229764 CPUtime=4962.37 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 669181 0 0 0 496027 210 0 0 25 0 1 0 512840817 1259278336 58872 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 307441 58872 338 96 0 304003 0
[pid=18261] ppid=18259 vsize=403496 CPUtime=4962.41 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 95216 0 0 0 496205 36 0 0 25 0 1 0 512840817 413179904 94366 33554432000 4194304 4785740 140733930185856 18446744073709551615 4553388 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 100874 94366 341 145 0 97919 0
[pid=18262] ppid=18259 vsize=466388 CPUtime=4961.78 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4012 0 0 0 496175 3 0 0 25 0 1 0 512840817 477581312 3909 33554432000 134512640 134534564 4287306864 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116597 3909 103 6 0 115263 0
[pid=18263] ppid=18259 vsize=223156 CPUtime=4962.41 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 82771 0 0 0 496208 33 0 0 25 0 1 0 512840817 228511744 48829 33554432000 4194304 4331988 140734997903440 18446744073709551615 270612505665 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 55789 48829 177 34 0 54231 0
[pid=18264] ppid=18259 vsize=287624 CPUtime=19821.2 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 1095316 1252 0 0 1981958 166 0 0 25 0 5 0 512840817 294526976 60346 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 71906 60346 162 40 0 70450 0
[pid=18264/tid=18271] ppid=18259 vsize=287624 CPUtime=4962.24 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 269180 1252 0 0 496185 39 0 0 25 0 5 0 512840834 294526976 60346 33554432000 4194304 4356188 140734353515200 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=287624 CPUtime=4935.14 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 308978 1252 0 0 493466 48 0 0 25 0 5 0 512840834 294526976 60346 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=287624 CPUtime=4962.09 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 267074 1252 0 0 496167 42 0 0 25 0 5 0 512840834 294526976 60346 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=287624 CPUtime=4961.58 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 241040 1252 0 0 496123 35 0 0 25 0 5 0 512840834 294526976 60346 33554432000 4194304 4356188 140734353515200 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.2
Current children cumulated vsize (KiB) 2628752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 18429
/proc/meminfo: memFree=12860872/32951124 swapFree=67111528/67111528
[pid=18259] ppid=18257 vsize=18324 CPUtime=0 cores=0-7
/proc/18259/stat : 18259 (ppfolio) S 18257 18259 18043 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512840817 18763776 389 33554432000 4194304 4287625 140734027922352 18446744073709551615 270613130767 0 0 4096 65536 17711927125583331327 0 0 17 4 0 0 0
/proc/18259/statm: 4581 389 341 23 0 91 0
[pid=18260] ppid=18259 vsize=1229764 CPUtime=5003.67 cores=0
/proc/18260/stat : 18260 (cryptominisat) R 18259 18259 18043 0 -1 4202496 670111 0 0 0 500157 210 0 0 25 0 1 0 512840817 1259278336 59786 33554432000 4194304 4587354 140734476563552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18260/statm: 307441 59786 338 96 0 304003 0
[pid=18261] ppid=18259 vsize=404136 CPUtime=5003.72 cores=1
/proc/18261/stat : 18261 (clasp) R 18259 18259 18043 0 -1 4202496 95337 0 0 0 500336 36 0 0 25 0 1 0 512840817 413835264 94487 33554432000 4194304 4785740 140733930185856 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18261/statm: 101034 94487 341 145 0 98079 0
[pid=18262] ppid=18259 vsize=466388 CPUtime=5003.08 cores=2
/proc/18262/stat : 18262 (TNM) R 18259 18259 18043 0 -1 4202496 4012 0 0 0 500305 3 0 0 25 0 1 0 512840817 477581312 3909 33554432000 134512640 134534564 4287306864 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18262/statm: 116597 3909 103 6 0 115263 0
[pid=18263] ppid=18259 vsize=289456 CPUtime=5003.71 cores=3
/proc/18263/stat : 18263 (march_hi) R 18259 18259 18043 0 -1 4202496 83020 0 0 0 500338 33 0 0 25 0 1 0 512840817 296402944 49078 33554432000 4194304 4331988 140734997903440 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18263/statm: 72364 49078 177 34 0 70806 0
[pid=18264] ppid=18259 vsize=268040 CPUtime=19986.2 cores=4-7
/proc/18264/stat : 18264 (plingeling) S 18259 18259 18043 0 -1 4202496 1096852 1252 0 0 1998458 166 0 0 25 0 5 0 512840817 274472960 55450 33554432000 4194304 4356188 140734353515200 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18264/statm: 67010 55450 162 40 0 65554 0
[pid=18264/tid=18271] ppid=18259 vsize=268040 CPUtime=5003.55 cores=4-7
/proc/18264/task/18271/stat : 18271 (plingeling) R 18259 18259 18043 0 -1 4202560 269180 1252 0 0 500316 39 0 0 25 0 5 0 512840834 274472960 55450 33554432000 4194304 4356188 140734353515200 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18264/tid=18272] ppid=18259 vsize=268040 CPUtime=4976.22 cores=4-7
/proc/18264/task/18272/stat : 18272 (plingeling) R 18259 18259 18043 0 -1 4202560 308978 1252 0 0 497574 48 0 0 25 0 5 0 512840834 274472960 55450 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18264/tid=18273] ppid=18259 vsize=268040 CPUtime=5003.4 cores=4-7
/proc/18264/task/18273/stat : 18273 (plingeling) R 18259 18259 18043 0 -1 4202560 268610 1252 0 0 500298 42 0 0 25 0 5 0 512840834 274472960 55450 33554432000 4194304 4356188 140734353515200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18264/tid=18274] ppid=18259 vsize=268040 CPUtime=5002.88 cores=4-7
/proc/18264/task/18274/stat : 18274 (plingeling) R 18259 18259 18043 0 -1 4202560 241040 1252 0 0 500253 35 0 0 25 0 5 0 512840834 274472960 55450 33554432000 4194304 4356188 140734353515200 18446744073709551615 4283888 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 2676108

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5003.62
CPU time (s): 40000.4
CPU user time (s): 39995.9
CPU system time (s): 4.48
CPU usage (%): 799.43
Max. virtual memory (cumulated for all children) (KiB): 3139292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.06
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 400
involuntary context switches= 23357

runsolver used 8.33873 second user time and 18.9621 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-28 19:39:59
IDJOB=3310329
IDBENCH=83413
IDSOLVER=1638
FILE ID=node108/3310329-1304012399
RUNJOBID= node108-1304007291-18057
PBS_JOBID= 13168829
Free space on /tmp= 72120 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310329-1304012399/watcher-3310329-1304012399 -o /tmp/evaluation-result-3310329-1304012399/solver-3310329-1304012399 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310329-1304012399.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=1125574167

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13910000 kB
Buffers:       2293844 kB
Cached:       16100612 kB
SwapCached:          0 kB
Active:       10206768 kB
Inactive:      8251204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13910000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12852 kB
Writeback:          36 kB
AnonPages:       62764 kB
Mapped:          14740 kB
Slab:           518276 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184676 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= 72108 MiB
End job on node108 at 2011-04-28 21:03:24