Trace number 3310326

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.3 5003.42

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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-3310326-1304011692/watcher-3310326-1304011692 -o /tmp/evaluation-result-3310326-1304011692/solver-3310326-1304011692 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310326-1304011692.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: 3.58 6.77 7.50 2/170 26425
/proc/meminfo: memFree=25649244/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0

[startup+0.020399 s]
/proc/loadavg: 3.58 6.77 7.50 2/170 26425
/proc/meminfo: memFree=25649244/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100353 s]
/proc/loadavg: 3.58 6.77 7.50 2/170 26425
/proc/meminfo: memFree=25649244/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300315 s]
/proc/loadavg: 3.58 6.77 7.50 2/170 26425
/proc/meminfo: memFree=25649244/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700239 s]
/proc/loadavg: 3.58 6.77 7.50 2/170 26425
/proc/meminfo: memFree=25649244/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50109 s]
/proc/loadavg: 3.58 6.77 7.50 9/180 26440
/proc/meminfo: memFree=25584696/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=197812 CPUtime=1.49 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 6485 0 0 0 148 1 0 0 20 0 1 0 493585144 202559488 3961 33554432000 4194304 4587354 140736656708208 18446744073709551615 4239312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 49453 3961 338 96 0 46015 0
[pid=26427] ppid=26425 vsize=20296 CPUtime=1.49 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 2720 0 0 0 149 0 0 0 20 0 1 0 493585144 20783104 2436 33554432000 4194304 4785740 140735988979808 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 5074 2436 341 145 0 2119 0
[pid=26428] ppid=26425 vsize=458996 CPUtime=1.48 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1438 0 0 0 148 0 0 0 20 0 1 0 493585144 470011904 1335 33554432000 134512640 134534564 4293883872 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114749 1335 95 6 0 113415 0
[pid=26429] ppid=26425 vsize=33072 CPUtime=1.49 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 14965 0 0 0 147 2 0 0 20 0 1 0 493585144 33865728 5215 33554432000 4194304 4331988 140735572918064 18446744073709551615 4242575 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 8268 5215 175 34 0 6710 0
[pid=26430] ppid=26425 vsize=134204 CPUtime=5.79 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 6441 1249 0 0 579 0 0 0 19 0 5 0 493585144 137424896 5607 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 33551 5607 162 40 0 32095 0
[pid=26430/tid=26437] ppid=26425 vsize=134204 CPUtime=1.44 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 719 1249 0 0 144 0 0 0 20 0 5 0 493585149 137424896 5607 33554432000 4194304 4356188 140734090147072 18446744073709551615 4282114 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=134204 CPUtime=1.43 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 715 1249 0 0 143 0 0 0 25 0 5 0 493585149 137424896 5607 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=134204 CPUtime=1.42 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 1045 1249 0 0 142 0 0 0 25 0 5 0 493585149 137424896 5607 33554432000 4194304 4356188 140734090147072 18446744073709551615 4210715 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=134204 CPUtime=1.43 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 1296 1249 0 0 143 0 0 0 25 0 5 0 493585149 137424896 5607 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 862704

[startup+3.1008 s]
/proc/loadavg: 3.58 6.77 7.50 9/180 26440
/proc/meminfo: memFree=25575024/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=208900 CPUtime=3.09 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 8943 0 0 0 308 1 0 0 25 0 1 0 493585144 213913600 4098 33554432000 4194304 4587354 140736656708208 18446744073709551615 220815933073 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 52225 4098 338 96 0 48787 0
[pid=26427] ppid=26425 vsize=22120 CPUtime=3.09 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 3160 0 0 0 309 0 0 0 25 0 1 0 493585144 22650880 2876 33554432000 4194304 4785740 140735988979808 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 5530 2876 341 145 0 2575 0
[pid=26428] ppid=26425 vsize=458996 CPUtime=3.08 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1438 0 0 0 308 0 0 0 25 0 1 0 493585144 470011904 1335 33554432000 134512640 134534564 4293883872 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114749 1335 95 6 0 113415 0
[pid=26429] ppid=26425 vsize=33072 CPUtime=3.09 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 14979 0 0 0 307 2 0 0 25 0 1 0 493585144 33865728 5229 33554432000 4194304 4331988 140735572918064 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 8268 5229 175 34 0 6710 0
[pid=26430] ppid=26425 vsize=136720 CPUtime=12.19 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 9342 1249 0 0 1218 1 0 0 19 0 5 0 493585144 140001280 6268 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 34180 6268 162 40 0 32724 0
[pid=26430/tid=26437] ppid=26425 vsize=136720 CPUtime=3.04 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 1598 1249 0 0 304 0 0 0 25 0 5 0 493585149 140001280 6268 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=136720 CPUtime=3.03 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 1454 1249 0 0 303 0 0 0 25 0 5 0 493585149 140001280 6268 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=136720 CPUtime=3.01 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 1687 1249 0 0 301 0 0 0 25 0 5 0 493585149 140001280 6268 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=136720 CPUtime=3.03 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 1937 1249 0 0 303 0 0 0 25 0 5 0 493585149 140001280 6268 33554432000 4194304 4356188 140734090147072 18446744073709551615 4279565 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 878132

[startup+6.30121 s]
/proc/loadavg: 3.94 6.79 7.50 9/180 26440
/proc/meminfo: memFree=25558152/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=45824 CPUtime=6.29 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 14092 0 0 0 627 2 0 0 25 0 1 0 493585144 46923776 5687 33554432000 4194304 4587354 140736656708208 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 11456 5687 338 96 0 8018 0
[pid=26427] ppid=26425 vsize=25548 CPUtime=6.29 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 3994 0 0 0 629 0 0 0 25 0 1 0 493585144 26161152 3710 33554432000 4194304 4785740 140735988979808 18446744073709551615 4312592 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 6387 3710 341 145 0 3432 0
[pid=26428] ppid=26425 vsize=458996 CPUtime=6.28 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1438 0 0 0 628 0 0 0 25 0 1 0 493585144 470011904 1335 33554432000 134512640 134534564 4293883872 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114749 1335 95 6 0 113415 0
[pid=26429] ppid=26425 vsize=33072 CPUtime=6.29 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 14996 0 0 0 627 2 0 0 25 0 1 0 493585144 33865728 5246 33554432000 4194304 4331988 140735572918064 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 8268 5246 175 34 0 6710 0
[pid=26430] ppid=26425 vsize=143804 CPUtime=24.97 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 12105 1249 0 0 2496 1 0 0 19 0 5 0 493585144 147255296 8039 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 35951 8039 162 40 0 34495 0
[pid=26430/tid=26437] ppid=26425 vsize=143804 CPUtime=6.24 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 1953 1249 0 0 624 0 0 0 25 0 5 0 493585149 147255296 8039 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=143804 CPUtime=6.23 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 2897 1249 0 0 623 0 0 0 25 0 5 0 493585149 147255296 8039 33554432000 4194304 4356188 140734090147072 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=143804 CPUtime=6.2 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 2328 1249 0 0 620 0 0 0 25 0 5 0 493585149 147255296 8039 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=143804 CPUtime=6.22 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 2261 1249 0 0 622 0 0 0 25 0 5 0 493585149 147255296 8039 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331811 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 725568

[startup+12.701 s]
/proc/loadavg: 4.26 6.81 7.50 9/180 26441
/proc/meminfo: memFree=25543792/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=205832 CPUtime=12.69 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 18614 0 0 0 1266 3 0 0 25 0 1 0 493585144 210771968 5806 33554432000 4194304 4587354 140736656708208 18446744073709551615 4249908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 51458 5806 338 96 0 48020 0
[pid=26427] ppid=26425 vsize=31716 CPUtime=12.69 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 5524 0 0 0 1269 0 0 0 25 0 1 0 493585144 32477184 5240 33554432000 4194304 4785740 140735988979808 18446744073709551615 4549040 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 7929 5240 341 145 0 4974 0
[pid=26428] ppid=26425 vsize=458996 CPUtime=12.68 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1438 0 0 0 1268 0 0 0 25 0 1 0 493585144 470011904 1335 33554432000 134512640 134534564 4293883872 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114749 1335 95 6 0 113415 0
[pid=26429] ppid=26425 vsize=33332 CPUtime=12.69 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 15024 0 0 0 1267 2 0 0 25 0 1 0 493585144 34131968 5274 33554432000 4194304 4331988 140735572918064 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 8333 5274 175 34 0 6775 0
[pid=26430] ppid=26425 vsize=147432 CPUtime=50.53 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 18004 1249 0 0 5051 2 0 0 19 0 5 0 493585144 150970368 8946 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 36858 8946 162 40 0 35402 0
[pid=26430/tid=26437] ppid=26425 vsize=147432 CPUtime=12.64 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 2948 1249 0 0 1264 0 0 0 25 0 5 0 493585149 150970368 8946 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=147432 CPUtime=12.63 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 4565 1249 0 0 1263 0 0 0 25 0 5 0 493585149 150970368 8946 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=147432 CPUtime=12.56 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 3545 1249 0 0 1256 0 0 0 25 0 5 0 493585149 150970368 8946 33554432000 4194304 4356188 140734090147072 18446744073709551615 4238813 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=147432 CPUtime=12.62 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 4280 1249 0 0 1262 0 0 0 25 0 5 0 493585149 150970368 8946 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 895632

[startup+25.5007 s]
/proc/loadavg: 5.09 6.87 7.51 9/180 26441
/proc/meminfo: memFree=25516168/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=55336 CPUtime=25.49 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 23154 0 0 0 2545 4 0 0 25 0 1 0 493585144 56664064 10341 33554432000 4194304 4587354 140736656708208 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26428] ppid=26425 vsize=459000 CPUtime=4782.44 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1447 0 0 0 478243 1 0 0 25 0 1 0 493585144 470016000 1344 33554432000 134512640 134534564 4293883872 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114750 1344 103 6 0 113416 0
[pid=26429] ppid=26425 vsize=130068 CPUtime=4782.44 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 38224 0 0 0 478222 22 0 0 25 0 1 0 493585144 133189632 28474 33554432000 4194304 4331988 140735572918064 18446744073709551615 4263264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 32517 28474 175 34 0 30959 0
[pid=26430] ppid=26425 vsize=286260 CPUtime=19103.2 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 757095 1249 0 0 1910195 128 0 0 19 0 5 0 493585144 293130240 43653 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 71565 43653 162 40 0 70109 0
[pid=26430/tid=26437] ppid=26425 vsize=286260 CPUtime=4782.39 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 215402 1249 0 0 478208 31 0 0 25 0 5 0 493585149 293130240 43653 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=286260 CPUtime=4782.38 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 215320 1249 0 0 478201 37 0 0 25 0 5 0 493585149 293130240 43653 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=286260 CPUtime=4757.11 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 189985 1249 0 0 475675 36 0 0 25 0 5 0 493585149 293130240 43653 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=286260 CPUtime=4781.26 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 133722 1249 0 0 478104 22 0 0 25 0 5 0 493585149 293130240 43653 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38232.7
Current children cumulated vsize (KiB) 1538680

[startup+4842.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/180 26581
/proc/meminfo: memFree=24918384/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=412124 CPUtime=4842.16 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 416686 0 0 0 484061 155 0 0 25 0 1 0 493585144 422014976 54154 33554432000 4194304 4587354 140736656708208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 103031 54154 338 96 0 99593 0
[pid=26427] ppid=26425 vsize=233584 CPUtime=4842.42 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 53627 0 0 0 484225 17 0 0 25 0 1 0 493585144 239190016 53126 33554432000 4194304 4785740 140735988979808 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 58396 53126 341 145 0 55441 0
[pid=26428] ppid=26425 vsize=459000 CPUtime=4842.44 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1447 0 0 0 484243 1 0 0 25 0 1 0 493585144 470016000 1344 33554432000 134512640 134534564 4293883872 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114750 1344 103 6 0 113416 0
[pid=26429] ppid=26425 vsize=136876 CPUtime=4842.45 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 38524 0 0 0 484222 23 0 0 25 0 1 0 493585144 140161024 28774 33554432000 4194304 4331988 140735572918064 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 34219 28774 175 34 0 32661 0
[pid=26430] ppid=26425 vsize=295092 CPUtime=19342.9 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 766599 1249 0 0 1934162 129 0 0 19 0 5 0 493585144 302174208 45861 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 73773 45861 162 40 0 72317 0
[pid=26430/tid=26437] ppid=26425 vsize=295092 CPUtime=4842.39 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 219818 1249 0 0 484208 31 0 0 25 0 5 0 493585149 302174208 45861 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=295092 CPUtime=4842.38 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 217176 1249 0 0 484201 37 0 0 25 0 5 0 493585149 302174208 45861 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331101 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=295092 CPUtime=4816.79 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 191041 1249 0 0 481643 36 0 0 25 0 5 0 493585149 302174208 45861 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=295092 CPUtime=4841.26 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 135898 1249 0 0 484104 22 0 0 25 0 5 0 493585149 302174208 45861 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38712.4
Current children cumulated vsize (KiB) 1555000

[startup+4902.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 26583
/proc/meminfo: memFree=24911304/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=412124 CPUtime=4902.17 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 419024 0 0 0 490061 156 0 0 25 0 1 0 493585144 422014976 56441 33554432000 4194304 4587354 140736656708208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 103031 56441 338 96 0 99593 0
[pid=26427] ppid=26425 vsize=234544 CPUtime=4902.42 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 53839 0 0 0 490225 17 0 0 25 0 1 0 493585144 240173056 53338 33554432000 4194304 4785740 140735988979808 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 58636 53338 341 145 0 55681 0
[pid=26428] ppid=26425 vsize=459000 CPUtime=4902.44 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1447 0 0 0 490243 1 0 0 25 0 1 0 493585144 470016000 1344 33554432000 134512640 134534564 4293883872 18446744073709551615 134528415 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114750 1344 103 6 0 113416 0
[pid=26429] ppid=26425 vsize=136876 CPUtime=4902.45 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 38803 0 0 0 490222 23 0 0 25 0 1 0 493585144 140161024 29053 33554432000 4194304 4331988 140735572918064 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 34219 29053 175 34 0 32661 0
[pid=26430] ppid=26425 vsize=291892 CPUtime=19582.6 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 770311 1249 0 0 1958129 130 0 0 19 0 5 0 493585144 298897408 45061 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 72973 45061 162 40 0 71517 0
[pid=26430/tid=26437] ppid=26425 vsize=291892 CPUtime=4902.39 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 220586 1249 0 0 490208 31 0 0 25 0 5 0 493585149 298897408 45061 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=291892 CPUtime=4902.39 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 217432 1249 0 0 490201 38 0 0 25 0 5 0 493585149 298897408 45061 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=291892 CPUtime=4876.47 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 192129 1249 0 0 487611 36 0 0 25 0 5 0 493585149 298897408 45061 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=291892 CPUtime=4901.26 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 137498 1249 0 0 490103 23 0 0 25 0 5 0 493585149 298897408 45061 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39192.1
Current children cumulated vsize (KiB) 1552760

[startup+4962.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 26585
/proc/meminfo: memFree=24930116/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=231876 CPUtime=4962.17 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 419215 0 0 0 496060 157 0 0 25 0 1 0 493585144 237441024 54164 33554432000 4194304 4587354 140736656708208 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 57969 54164 338 96 0 54531 0
[pid=26427] ppid=26425 vsize=235116 CPUtime=4962.42 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 54020 0 0 0 496225 17 0 0 25 0 1 0 493585144 240758784 53519 33554432000 4194304 4785740 140735988979808 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 58779 53519 341 145 0 55824 0
[pid=26428] ppid=26425 vsize=459000 CPUtime=4962.44 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1447 0 0 0 496243 1 0 0 25 0 1 0 493585144 470016000 1344 33554432000 134512640 134534564 4293883872 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114750 1344 103 6 0 113416 0
[pid=26429] ppid=26425 vsize=136876 CPUtime=4962.45 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 39142 0 0 0 496222 23 0 0 25 0 1 0 493585144 140161024 29392 33554432000 4194304 4331988 140735572918064 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 34219 29392 175 34 0 32661 0
[pid=26430] ppid=26425 vsize=279220 CPUtime=19822.3 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 771239 1249 0 0 1982096 130 0 0 19 0 5 0 493585144 285921280 41893 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 69805 41893 162 40 0 68349 0
[pid=26430/tid=26437] ppid=26425 vsize=279220 CPUtime=4962.39 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 221130 1249 0 0 496208 31 0 0 25 0 5 0 493585149 285921280 41893 33554432000 4194304 4356188 140734090147072 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=279220 CPUtime=4962.39 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 217560 1249 0 0 496201 38 0 0 25 0 5 0 493585149 285921280 41893 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=279220 CPUtime=4936.14 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 192385 1249 0 0 493578 36 0 0 25 0 5 0 493585149 285921280 41893 33554432000 4194304 4356188 140734090147072 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=279220 CPUtime=4961.25 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 137498 1249 0 0 496102 23 0 0 25 0 5 0 493585149 285921280 41893 33554432000 4194304 4356188 140734090147072 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39671.7
Current children cumulated vsize (KiB) 1360412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.4 s]
/proc/loadavg: 8.08 8.05 8.00 9/180 26586
/proc/meminfo: memFree=24941876/32951124 swapFree=67111524/67111528
[pid=26425] ppid=26423 vsize=18324 CPUtime=0 cores=0-7
/proc/26425/stat : 26425 (ppfolio) S 26423 26425 26148 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 493585143 18763776 390 33554432000 4194304 4287625 140737234954384 18446744073709551615 220816256527 0 0 4096 65536 4346115481707479039 0 0 17 6 0 0 0
/proc/26425/statm: 4581 390 341 23 0 91 0
[pid=26426] ppid=26425 vsize=377780 CPUtime=5003.27 cores=0
/proc/26426/stat : 26426 (cryptominisat) R 26425 26425 26148 0 -1 4202496 420045 0 0 0 500170 157 0 0 25 0 1 0 493585144 386846720 54976 33554432000 4194304 4587354 140736656708208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26426/statm: 94445 54976 338 96 0 91007 0
[pid=26427] ppid=26425 vsize=236016 CPUtime=5003.52 cores=1
/proc/26427/stat : 26427 (clasp) R 26425 26425 26148 0 -1 4202496 54239 0 0 0 500335 17 0 0 25 0 1 0 493585144 241680384 53738 33554432000 4194304 4785740 140735988979808 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26427/statm: 59004 53738 341 145 0 56049 0
[pid=26428] ppid=26425 vsize=459000 CPUtime=5003.55 cores=2
/proc/26428/stat : 26428 (TNM) R 26425 26425 26148 0 -1 4202496 1447 0 0 0 500354 1 0 0 25 0 1 0 493585144 470016000 1344 33554432000 134512640 134534564 4293883872 18446744073709551615 134528638 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26428/statm: 114750 1344 103 6 0 113416 0
[pid=26429] ppid=26425 vsize=136876 CPUtime=5003.55 cores=3
/proc/26429/stat : 26429 (march_hi) R 26425 26425 26148 0 -1 4202496 39339 0 0 0 500332 23 0 0 25 0 1 0 493585144 140161024 29589 33554432000 4194304 4331988 140735572918064 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26429/statm: 34219 29589 175 34 0 32661 0
[pid=26430] ppid=26425 vsize=263604 CPUtime=19986.4 cores=4-7
/proc/26430/stat : 26430 (plingeling) S 26425 26425 26148 0 -1 4202496 777927 1249 0 0 1998514 131 0 0 19 0 5 0 493585144 269930496 37989 33554432000 4194304 4356188 140734090147072 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26430/statm: 65901 37989 162 40 0 64445 0
[pid=26430/tid=26437] ppid=26425 vsize=263604 CPUtime=5003.5 cores=4-7
/proc/26430/task/26437/stat : 26437 (plingeling) R 26425 26425 26148 0 -1 4202560 222474 1249 0 0 500318 32 0 0 25 0 5 0 493585149 269930496 37989 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26430/tid=26438] ppid=26425 vsize=263604 CPUtime=5003.5 cores=4-7
/proc/26430/task/26438/stat : 26438 (plingeling) R 26425 26425 26148 0 -1 4202560 218424 1249 0 0 500312 38 0 0 25 0 5 0 493585149 269930496 37989 33554432000 4194304 4356188 140734090147072 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26430/tid=26439] ppid=26425 vsize=263604 CPUtime=4977.03 cores=4-7
/proc/26430/task/26439/stat : 26439 (plingeling) R 26425 26425 26148 0 -1 4202560 196737 1249 0 0 497666 37 0 0 25 0 5 0 493585149 269930496 37989 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26430/tid=26440] ppid=26425 vsize=263604 CPUtime=5002.35 cores=4-7
/proc/26430/task/26440/stat : 26440 (plingeling) R 26425 26425 26148 0 -1 4202560 137626 1249 0 0 500212 23 0 0 25 0 5 0 493585149 269930496 37989 33554432000 4194304 4356188 140734090147072 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 1491600

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 26425 and gives
#  childrusage.ru_utime.tv_sec=10006
#  childrusage.ru_utime.tv_usec=871724
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=266959
# CPU time returned by wait4() is 10007.1
# while last known CPU time is 40000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.42
CPU time (s): 40000.3
CPU user time (s): 39997.1
CPU system time (s): 3.29
CPU usage (%): 799.46
Max. virtual memory (cumulated for all children) (KiB): 1591780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.9
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41311
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= 630
involuntary context switches= 11544

runsolver used 8.02678 second user time and 18.4442 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-28 19:28:12
IDJOB=3310326
IDBENCH=83408
IDSOLVER=1638
FILE ID=node147/3310326-1304011692
RUNJOBID= node147-1304007403-26162
PBS_JOBID= 13168832
Free space on /tmp= 72660 MiB

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

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=381911727

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25649524 kB
Buffers:       1014480 kB
Cached:        5773564 kB
SwapCached:          4 kB
Active:        1204000 kB
Inactive:      5650780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25649524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11128 kB
Writeback:           0 kB
AnonPages:       66784 kB
Mapped:          14576 kB
Slab:           381220 kB
PageTables:       4372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184696 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= 72648 MiB
End job on node147 at 2011-04-28 20:51:38