Trace number 3310336

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? (MO) 3807.06 476.322

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

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
3806.95/476.32	Done

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-3310336-1304013810/watcher-3310336-1304013810 -o /tmp/evaluation-result-3310336-1304013810/solver-3310336-1304013810 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310336-1304013810.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: 8.00 8.04 8.00 1/170 26775
/proc/meminfo: memFree=16745048/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0

[startup+0.0222641 s]
/proc/loadavg: 8.00 8.04 8.00 1/170 26775
/proc/meminfo: memFree=16745048/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100251 s]
/proc/loadavg: 8.00 8.04 8.00 1/170 26775
/proc/meminfo: memFree=16745048/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) R 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300218 s]
/proc/loadavg: 8.00 8.04 8.00 1/170 26775
/proc/meminfo: memFree=16745048/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) R 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700151 s]
/proc/loadavg: 8.00 8.04 8.00 1/170 26775
/proc/meminfo: memFree=16745048/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) R 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50102 s]
/proc/loadavg: 8.00 8.04 8.00 9/180 26790
/proc/meminfo: memFree=16729088/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=313204 CPUtime=1.49 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 2017 0 0 0 149 0 0 0 25 0 1 0 512979500 320720896 985 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 78301 985 332 96 0 74863 0
[pid=26777] ppid=26775 vsize=14348 CPUtime=1.49 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 1071 0 0 0 149 0 0 0 20 0 1 0 512979500 14692352 953 33554432000 4194304 4785740 140736675400880 18446744073709551615 4553064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 3587 953 340 145 0 632 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=1.49 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 149 0 0 0 20 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=10836 CPUtime=1.49 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 1390 0 0 0 149 0 0 0 20 0 1 0 512979500 11096064 956 33554432000 4194304 4331988 140734099800896 18446744073709551615 4242620 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 2709 956 174 34 0 1151 0
[pid=26780] ppid=26775 vsize=188568 CPUtime=5.92 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 3119 1250 0 0 592 0 0 0 25 0 5 0 512979501 193093632 2867 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 47142 2867 164 40 0 45686 0
[pid=26780/tid=26787] ppid=26775 vsize=188568 CPUtime=1.47 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 407 1250 0 0 147 0 0 0 25 0 5 0 512979501 193093632 2867 33554432000 4194304 4356188 140735638969408 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=188568 CPUtime=1.47 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 746 1250 0 0 147 0 0 0 25 0 5 0 512979501 193093632 2867 33554432000 4194304 4356188 140735638969408 18446744073709551615 4234251 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=188568 CPUtime=1.48 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 768 1250 0 0 148 0 0 0 20 0 5 0 512979501 193093632 2867 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=188568 CPUtime=1.48 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 593 1250 0 0 148 0 0 0 20 0 5 0 512979501 193093632 2867 33554432000 4194304 4356188 140735638969408 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1001236

[startup+3.10075 s]
/proc/loadavg: 8.00 8.04 8.00 9/180 26790
/proc/meminfo: memFree=16723260/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=321792 CPUtime=3.09 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 4315 0 0 0 309 0 0 0 25 0 1 0 512979500 329515008 2825 33554432000 4194304 4587354 140735678860560 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 80448 2825 338 96 0 77010 0
[pid=26777] ppid=26775 vsize=14896 CPUtime=3.09 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 1180 0 0 0 309 0 0 0 25 0 1 0 512979500 15253504 1062 33554432000 4194304 4785740 140736675400880 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 3724 1062 340 145 0 769 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=3.09 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 309 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=10836 CPUtime=3.09 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 1413 0 0 0 309 0 0 0 25 0 1 0 512979500 11096064 979 33554432000 4194304 4331988 140734099800896 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 2709 979 174 34 0 1151 0
[pid=26780] ppid=26775 vsize=188284 CPUtime=12.31 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 3699 1250 0 0 1231 0 0 0 25 0 5 0 512979501 192802816 2807 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 47071 2807 164 40 0 45615 0
[pid=26780/tid=26787] ppid=26775 vsize=188284 CPUtime=3.07 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 644 1250 0 0 307 0 0 0 25 0 5 0 512979501 192802816 2807 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331439 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=188284 CPUtime=3.07 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 864 1250 0 0 307 0 0 0 25 0 5 0 512979501 192802816 2807 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=188284 CPUtime=3.08 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 832 1250 0 0 308 0 0 0 25 0 5 0 512979501 192802816 2807 33554432000 4194304 4356188 140735638969408 18446744073709551615 4234240 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=188284 CPUtime=3.08 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 754 1250 0 0 308 0 0 0 25 0 5 0 512979501 192802816 2807 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 1010088

[startup+6.30122 s]
/proc/loadavg: 8.00 8.04 8.00 9/180 26790
/proc/meminfo: memFree=16713836/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=322856 CPUtime=6.29 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 6369 0 0 0 629 0 0 0 25 0 1 0 512979500 330604544 3241 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 80714 3241 338 96 0 77276 0
[pid=26777] ppid=26775 vsize=15840 CPUtime=6.29 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 1409 0 0 0 629 0 0 0 25 0 1 0 512979500 16220160 1291 33554432000 4194304 4785740 140736675400880 18446744073709551615 4416830 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 3960 1291 340 145 0 1005 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=6.29 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 629 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=11272 CPUtime=6.29 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 1496 0 0 0 629 0 0 0 25 0 1 0 512979500 11542528 1062 33554432000 4194304 4331988 140734099800896 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 2818 1062 174 34 0 1260 0
[pid=26780] ppid=26775 vsize=190612 CPUtime=25.09 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 5017 1250 0 0 2509 0 0 0 25 0 5 0 512979501 195186688 3389 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 47653 3389 164 40 0 46197 0
[pid=26780/tid=26787] ppid=26775 vsize=190612 CPUtime=6.27 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 1030 1250 0 0 627 0 0 0 25 0 5 0 512979501 195186688 3389 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=190612 CPUtime=6.25 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 1057 1250 0 0 625 0 0 0 25 0 5 0 512979501 195186688 3389 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=190612 CPUtime=6.28 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 1347 1250 0 0 628 0 0 0 25 0 5 0 512979501 195186688 3389 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=190612 CPUtime=6.28 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 978 1250 0 0 628 0 0 0 25 0 5 0 512979501 195186688 3389 33554432000 4194304 4356188 140735638969408 18446744073709551615 4279499 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 1014860

[startup+12.7012 s]
/proc/loadavg: 8.08 8.05 8.00 9/180 26790
/proc/meminfo: memFree=16708528/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=322388 CPUtime=12.69 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 8816 0 0 0 1268 1 0 0 25 0 1 0 512979500 330125312 3537 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 80597 3537 338 96 0 77159 0
[pid=26777] ppid=26775 vsize=16372 CPUtime=12.69 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 1570 0 0 0 1269 0 0 0 25 0 1 0 512979500 16764928 1452 33554432000 4194304 4785740 140736675400880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 4093 1452 340 145 0 1138 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=12.69 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 1269 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=11876 CPUtime=12.69 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 1603 0 0 0 1269 0 0 0 25 0 1 0 512979500 12161024 1169 33554432000 4194304 4331988 140734099800896 18446744073709551615 4210906 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 2969 1169 175 34 0 1411 0
[pid=26780] ppid=26775 vsize=195912 CPUtime=50.66 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 8315 1250 0 0 5065 1 0 0 25 0 5 0 512979501 200613888 4735 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 48978 4735 164 40 0 47522 0
[pid=26780/tid=26787] ppid=26775 vsize=195912 CPUtime=12.66 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 1575 1250 0 0 1266 0 0 0 25 0 5 0 512979501 200613888 4735 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=195912 CPUtime=12.61 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 2081 1250 0 0 1261 0 0 0 25 0 5 0 512979501 200613888 4735 33554432000 4194304 4356188 140735638969408 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=195912 CPUtime=12.68 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 2210 1250 0 0 1268 0 0 0 25 0 5 0 512979501 200613888 4735 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331389 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=195912 CPUtime=12.68 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 1844 1250 0 0 1268 0 0 0 25 0 5 0 512979501 200613888 4735 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 1020828

[startup+25.501 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 26791
/proc/meminfo: memFree=16701956/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=326372 CPUtime=25.48 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 14248 0 0 0 2547 1 0 0 25 0 1 0 512979500 334204928 4255 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0

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

Current children cumulated vsize (KiB) 16669540

[startup+342.301 s]
/proc/loadavg: 8.05 8.07 8.02 9/180 26802
/proc/meminfo: memFree=16600836/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=15896988 CPUtime=342.14 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 65008 0 0 0 34198 16 0 0 25 0 1 0 512979500 16278515712 15546 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 3974247 15546 338 96 0 3970809 0
[pid=26777] ppid=26775 vsize=25308 CPUtime=342.29 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 3650 0 0 0 34229 0 0 0 25 0 1 0 512979500 25915392 3532 33554432000 4194304 4785740 140736675400880 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 6327 3532 341 145 0 3372 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=341.66 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 34166 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=35612 CPUtime=342.29 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 6361 0 0 0 34227 2 0 0 25 0 1 0 512979500 36466688 5927 33554432000 4194304 4331988 140734099800896 18446744073709551615 4236985 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 8903 5927 175 34 0 7345 0
[pid=26780] ppid=26775 vsize=227852 CPUtime=1367.24 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 79148 1250 0 0 136710 14 0 0 25 0 5 0 512979501 233320448 12720 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 56963 12720 164 40 0 55507 0
[pid=26780/tid=26787] ppid=26775 vsize=227852 CPUtime=342.25 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 19628 1250 0 0 34221 4 0 0 25 0 5 0 512979501 233320448 12720 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=227852 CPUtime=340.42 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 20325 1250 0 0 34039 3 0 0 25 0 5 0 512979501 233320448 12720 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=227852 CPUtime=342.24 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 21221 1250 0 0 34221 3 0 0 25 0 5 0 512979501 233320448 12720 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=227852 CPUtime=342.28 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 17369 1250 0 0 34226 2 0 0 25 0 5 0 512979501 233320448 12720 33554432000 4194304 4356188 140735638969408 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2735.62
Current children cumulated vsize (KiB) 16660040

[startup+402.301 s]
/proc/loadavg: 8.02 8.06 8.01 9/180 26804
/proc/meminfo: memFree=16593380/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=15897300 CPUtime=402.15 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 70452 0 0 0 40196 19 0 0 25 0 1 0 512979500 16278835200 15603 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 3974325 15603 338 96 0 3970887 0
[pid=26777] ppid=26775 vsize=25788 CPUtime=402.29 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 3767 0 0 0 40229 0 0 0 25 0 1 0 512979500 26406912 3649 33554432000 4194304 4785740 140736675400880 18446744073709551615 4550931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 6447 3649 341 145 0 3492 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=401.66 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 40166 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 11737391 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=35612 CPUtime=402.29 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 7262 0 0 0 40227 2 0 0 25 0 1 0 512979500 36466688 6828 33554432000 4194304 4331988 140734099800896 18446744073709551615 4308765 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 8903 6828 175 34 0 7345 0
[pid=26780] ppid=26775 vsize=231440 CPUtime=1606.91 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 91405 1250 0 0 160676 15 0 0 25 0 5 0 512979501 236994560 13617 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 57860 13617 164 40 0 56404 0
[pid=26780/tid=26787] ppid=26775 vsize=231440 CPUtime=402.25 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 22348 1250 0 0 40221 4 0 0 25 0 5 0 512979501 236994560 13617 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=231440 CPUtime=400.09 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 23749 1250 0 0 40006 3 0 0 25 0 5 0 512979501 236994560 13617 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=231440 CPUtime=402.24 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 24486 1250 0 0 40221 3 0 0 25 0 5 0 512979501 236994560 13617 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=231440 CPUtime=402.28 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 20217 1250 0 0 40225 3 0 0 25 0 5 0 512979501 236994560 13617 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3215.3
Current children cumulated vsize (KiB) 16664420

[startup+462.301 s]
/proc/loadavg: 8.00 8.05 8.00 9/180 26805
/proc/meminfo: memFree=16591388/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=15897668 CPUtime=462.14 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 74893 0 0 0 46194 20 0 0 25 0 1 0 512979500 16279212032 14532 33554432000 4194304 4587354 140735678860560 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 3974417 14532 338 96 0 3970979 0
[pid=26777] ppid=26775 vsize=26928 CPUtime=462.29 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 4039 0 0 0 46229 0 0 0 25 0 1 0 512979500 27574272 3921 33554432000 4194304 4785740 140736675400880 18446744073709551615 4550545 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 6732 3921 341 145 0 3777 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=461.66 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 46166 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=51524 CPUtime=462.29 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 8052 0 0 0 46226 3 0 0 25 0 1 0 512979500 52760576 7618 33554432000 4194304 4331988 140734099800896 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 12881 7618 175 34 0 11323 0
[pid=26780] ppid=26775 vsize=234256 CPUtime=1846.57 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 103117 1250 0 0 184640 17 0 0 25 0 5 0 512979501 239878144 14321 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 58564 14321 164 40 0 57108 0
[pid=26780/tid=26787] ppid=26775 vsize=234256 CPUtime=462.26 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 25516 1250 0 0 46221 5 0 0 25 0 5 0 512979501 239878144 14321 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=234256 CPUtime=459.77 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 25573 1250 0 0 45973 4 0 0 25 0 5 0 512979501 239878144 14321 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=234256 CPUtime=462.24 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 27814 1250 0 0 46220 4 0 0 25 0 5 0 512979501 239878144 14321 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=234256 CPUtime=462.28 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 23609 1250 0 0 46225 3 0 0 25 0 5 0 512979501 239878144 14321 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3694.95
Current children cumulated vsize (KiB) 16684656



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+476.307 s]
/proc/loadavg: 8.00 8.04 8.00 9/180 26806
/proc/meminfo: memFree=16579860/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=15883756 CPUtime=476.15 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 76272 0 0 0 47594 21 0 0 25 0 1 0 512979500 16264966144 13093 33554432000 4194304 4587354 140735678860560 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 3970939 13093 338 96 0 3967501 0
[pid=26777] ppid=26775 vsize=27100 CPUtime=476.3 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 4072 0 0 0 47630 0 0 0 25 0 1 0 512979500 27750400 3954 33554432000 4194304 4785740 140736675400880 18446744073709551615 4550559 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 6775 3954 341 145 0 3820 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=475.67 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 47567 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=51524 CPUtime=476.3 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 8183 0 0 0 47627 3 0 0 25 0 1 0 512979500 52760576 7749 33554432000 4194304 4331988 140734099800896 18446744073709551615 4242536 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 12881 7749 175 34 0 11323 0
[pid=26780] ppid=26775 vsize=240016 CPUtime=1902.53 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 105453 1250 0 0 190236 17 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 60004 15761 164 40 0 58548 0
[pid=26780/tid=26787] ppid=26775 vsize=240016 CPUtime=476.27 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 25804 1250 0 0 47622 5 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=240016 CPUtime=473.69 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 26341 1250 0 0 47365 4 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=240016 CPUtime=476.25 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 28294 1250 0 0 47621 4 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=240016 CPUtime=476.29 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 24409 1250 0 0 47626 3 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3806.95
Current children cumulated vsize (KiB) 16676676

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

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

[startup+476.307 s]
/proc/loadavg: 8.00 8.04 8.00 9/180 26806
/proc/meminfo: memFree=16579860/32951124 swapFree=67111528/67111528
[pid=26775] ppid=26773 vsize=18324 CPUtime=0 cores=0-7
/proc/26775/stat : 26775 (ppfolio) S 26773 26775 26251 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512979500 18763776 389 33554432000 4194304 4287625 140733688245104 18446744073709551615 210204667407 0 0 4096 65536 3942945870839807999 0 0 17 4 0 0 0
/proc/26775/statm: 4581 389 341 23 0 91 0
[pid=26776] ppid=26775 vsize=15883756 CPUtime=476.15 cores=0
/proc/26776/stat : 26776 (cryptominisat) R 26775 26775 26251 0 -1 4202496 76272 0 0 0 47594 21 0 0 25 0 1 0 512979500 16264966144 13093 33554432000 4194304 4587354 140735678860560 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26776/statm: 3970939 13093 338 96 0 3967501 0
[pid=26777] ppid=26775 vsize=27100 CPUtime=476.3 cores=1
/proc/26777/stat : 26777 (clasp) R 26775 26775 26251 0 -1 4202496 4072 0 0 0 47630 0 0 0 25 0 1 0 512979500 27750400 3954 33554432000 4194304 4785740 140736675400880 18446744073709551615 4550559 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26777/statm: 6775 3954 341 145 0 3820 0
[pid=26778] ppid=26775 vsize=455956 CPUtime=475.67 cores=2
/proc/26778/stat : 26778 (TNM) R 26775 26775 26251 0 -1 4202496 415 0 0 0 47567 0 0 0 25 0 1 0 512979500 466898944 312 33554432000 134512640 134534564 4292366048 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26778/statm: 113989 312 95 6 0 112655 0
[pid=26779] ppid=26775 vsize=51524 CPUtime=476.3 cores=3
/proc/26779/stat : 26779 (march_hi) R 26775 26775 26251 0 -1 4202496 8183 0 0 0 47627 3 0 0 25 0 1 0 512979500 52760576 7749 33554432000 4194304 4331988 140734099800896 18446744073709551615 4242536 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26779/statm: 12881 7749 175 34 0 11323 0
[pid=26780] ppid=26775 vsize=240016 CPUtime=1902.53 cores=4-7
/proc/26780/stat : 26780 (plingeling) S 26775 26775 26251 0 -1 4202496 105453 1250 0 0 190236 17 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26780/statm: 60004 15761 164 40 0 58548 0
[pid=26780/tid=26787] ppid=26775 vsize=240016 CPUtime=476.27 cores=4-7
/proc/26780/task/26787/stat : 26787 (plingeling) R 26775 26775 26251 0 -1 4202560 25804 1250 0 0 47622 5 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26780/tid=26788] ppid=26775 vsize=240016 CPUtime=473.69 cores=4-7
/proc/26780/task/26788/stat : 26788 (plingeling) R 26775 26775 26251 0 -1 4202560 26341 1250 0 0 47365 4 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26780/tid=26789] ppid=26775 vsize=240016 CPUtime=476.25 cores=4-7
/proc/26780/task/26789/stat : 26789 (plingeling) R 26775 26775 26251 0 -1 4202560 28294 1250 0 0 47621 4 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26780/tid=26790] ppid=26775 vsize=240016 CPUtime=476.29 cores=4-7
/proc/26780/task/26790/stat : 26790 (plingeling) R 26775 26775 26251 0 -1 4202560 24409 1250 0 0 47626 3 0 0 25 0 5 0 512979501 245776384 15761 33554432000 4194304 4356188 140735638969408 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3806.95
Current children cumulated vsize (KiB) 16676676

Child status: 0
Real time (s): 476.322
CPU time (s): 3807.06
CPU user time (s): 3806.6
CPU system time (s): 0.45993
CPU usage (%): 799.262
Max. virtual memory (cumulated for all children) (KiB): 32506568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3806.6
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196197
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= 815
involuntary context switches= 17979

runsolver used 0.767883 second user time and 1.83672 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 20:03:30
IDJOB=3310336
IDBENCH=83430
IDSOLVER=1638
FILE ID=node130/3310336-1304013810
RUNJOBID= node130-1304008132-26265
PBS_JOBID= 13168841
Free space on /tmp= 71996 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=704603123

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16745080 kB
Buffers:       2125652 kB
Cached:       13457924 kB
SwapCached:          0 kB
Active:        7420140 kB
Inactive:      8227220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16745080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9988 kB
Writeback:           0 kB
AnonPages:       63940 kB
Mapped:          15096 kB
Slab:           489576 kB
PageTables:       4372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187936 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= 71984 MiB
End job on node130 at 2011-04-28 20:11:26