Trace number 3218991

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) 39972.6 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1682211323-009-UNKNOWN.cnf
MD5SUM917ee0efab4f0e89027865c1129d272b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

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-3218991-1304145609/watcher-3218991-1304145609 -o /tmp/evaluation-result-3218991-1304145609/solver-3218991-1304145609 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3218991-1304145609.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): 5000 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: 0.92 1.04 1.80 1/170 25411
/proc/meminfo: memFree=27725136/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 2826088480816 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0

[startup+0.0810189 s]
/proc/loadavg: 0.92 1.04 1.80 1/170 25411
/proc/meminfo: memFree=27725136/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101014 s]
/proc/loadavg: 0.92 1.04 1.80 1/170 25411
/proc/meminfo: memFree=27725136/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300977 s]
/proc/loadavg: 0.92 1.04 1.80 1/170 25411
/proc/meminfo: memFree=27725136/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.7009 s]
/proc/loadavg: 0.92 1.04 1.80 1/170 25411
/proc/meminfo: memFree=27725136/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50075 s]
/proc/loadavg: 1.49 1.15 1.83 9/180 25426
/proc/meminfo: memFree=27690708/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=79204 CPUtime=1.48 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 5317 0 0 0 148 0 0 0 25 0 1 0 526160561 81104896 1879 33554432000 4194304 4587354 140735945377616 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 19801 1879 327 96 0 16363 0
[pid=25413] ppid=25411 vsize=19632 CPUtime=1.49 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 2432 0 0 0 149 0 0 0 20 0 1 0 526160561 20103168 2244 33554432000 4194304 4785740 140736567109248 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 4908 2244 340 145 0 1953 0
[pid=25414] ppid=25411 vsize=454504 CPUtime=1.49 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 998 0 0 0 149 0 0 0 20 0 1 0 526160561 465412096 895 33554432000 134512640 134534564 4293022672 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 113626 895 91 6 0 112292 0
[pid=25415] ppid=25411 vsize=10204 CPUtime=1.49 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 3929 0 0 0 149 0 0 0 20 0 1 0 526160561 10448896 917 33554432000 4194304 4331988 140734072703504 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 2551 917 150 34 0 993 0
[pid=25416] ppid=25411 vsize=124860 CPUtime=5.8 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 6024 1254 0 0 579 1 0 0 19 0 5 0 526160561 127856640 3299 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 31215 3299 162 40 0 29759 0
[pid=25416/tid=25423] ppid=25411 vsize=124860 CPUtime=1.44 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 860 1254 0 0 144 0 0 0 23 0 5 0 526160566 127856640 3299 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=124860 CPUtime=1.44 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 823 1254 0 0 144 0 0 0 23 0 5 0 526160566 127856640 3299 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=124860 CPUtime=1.44 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 860 1254 0 0 144 0 0 0 23 0 5 0 526160566 127856640 3299 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=124860 CPUtime=1.41 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 941 1254 0 0 141 0 0 0 25 0 5 0 526160566 127856640 3299 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 706728

[startup+3.10045 s]
/proc/loadavg: 1.49 1.15 1.83 9/180 25426
/proc/meminfo: memFree=27685500/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=7562416 CPUtime=3.09 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 11043 0 0 0 308 1 0 0 25 0 1 0 526160561 7743913984 5767 33554432000 4194304 4587354 140735945377616 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 1890604 5767 337 96 0 1887166 0
[pid=25413] ppid=25411 vsize=21132 CPUtime=3.09 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 2801 0 0 0 309 0 0 0 25 0 1 0 526160561 21639168 2613 33554432000 4194304 4785740 140736567109248 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 5283 2613 340 145 0 2328 0
[pid=25414] ppid=25411 vsize=454504 CPUtime=3.09 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 998 0 0 0 309 0 0 0 25 0 1 0 526160561 465412096 895 33554432000 134512640 134534564 4293022672 18446744073709551615 134524763 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 113626 895 91 6 0 112292 0
[pid=25415] ppid=25411 vsize=13112 CPUtime=3.09 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 4801 0 0 0 309 0 0 0 25 0 1 0 526160561 13426688 1476 33554432000 4194304 4331988 140734072703504 18446744073709551615 4210468 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 3278 1476 174 34 0 1720 0
[pid=25416] ppid=25411 vsize=127336 CPUtime=12.19 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 6668 1254 0 0 1218 1 0 0 19 0 5 0 526160561 130392064 3934 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 31834 3934 162 40 0 30378 0
[pid=25416/tid=25423] ppid=25411 vsize=127336 CPUtime=3.04 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 996 1254 0 0 304 0 0 0 25 0 5 0 526160566 130392064 3934 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331738 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=127336 CPUtime=3.04 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 1026 1254 0 0 304 0 0 0 25 0 5 0 526160566 130392064 3934 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=127336 CPUtime=3.04 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 1020 1254 0 0 304 0 0 0 25 0 5 0 526160566 130392064 3934 33554432000 4194304 4356188 140737448161968 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=127336 CPUtime=3.01 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 1086 1254 0 0 301 0 0 0 25 0 5 0 526160566 130392064 3934 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331605 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 8196824

[startup+6.30084 s]
/proc/loadavg: 1.49 1.15 1.83 9/180 25426
/proc/meminfo: memFree=27664180/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=97288 CPUtime=6.29 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 12385 0 0 0 628 1 0 0 25 0 1 0 526160561 99622912 6029 33554432000 4194304 4587354 140735945377616 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 24322 6029 337 96 0 20884 0
[pid=25413] ppid=25411 vsize=23252 CPUtime=6.28 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 3314 0 0 0 628 0 0 0 25 0 1 0 526160561 23810048 3126 33554432000 4194304 4785740 140736567109248 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 5813 3126 340 145 0 2858 0
[pid=25414] ppid=25411 vsize=458608 CPUtime=6.29 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 629 0 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=13112 CPUtime=6.29 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 4801 0 0 0 629 0 0 0 25 0 1 0 526160561 13426688 1476 33554432000 4194304 4331988 140734072703504 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 3278 1476 174 34 0 1720 0
[pid=25416] ppid=25411 vsize=130728 CPUtime=24.98 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 7685 1254 0 0 2497 1 0 0 19 0 5 0 526160561 133865472 4782 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 32682 4782 162 40 0 31226 0
[pid=25416/tid=25423] ppid=25411 vsize=130728 CPUtime=6.24 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 1267 1254 0 0 624 0 0 0 25 0 5 0 526160566 133865472 4782 33554432000 4194304 4356188 140737448161968 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=130728 CPUtime=6.24 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 1252 1254 0 0 624 0 0 0 25 0 5 0 526160566 133865472 4782 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=130728 CPUtime=6.24 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 1282 1254 0 0 624 0 0 0 25 0 5 0 526160566 133865472 4782 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=130728 CPUtime=6.19 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 1344 1254 0 0 619 0 0 0 25 0 5 0 526160566 133865472 4782 33554432000 4194304 4356188 140737448161968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 741312

[startup+12.7006 s]
/proc/loadavg: 2.49 1.38 1.90 9/180 25426
/proc/meminfo: memFree=27655520/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=84264 CPUtime=12.69 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 14500 0 0 0 1268 1 0 0 25 0 1 0 526160561 86286336 5511 33554432000 4194304 4587354 140735945377616 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 21066 5511 337 96 0 17628 0
[pid=25413] ppid=25411 vsize=26508 CPUtime=12.68 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 4061 0 0 0 1268 0 0 0 25 0 1 0 526160561 27144192 3873 33554432000 4194304 4785740 140736567109248 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 6627 3873 340 145 0 3672 0
[pid=25414] ppid=25411 vsize=458608 CPUtime=12.69 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 1269 0 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=14648 CPUtime=12.69 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 5079 0 0 0 1269 0 0 0 25 0 1 0 526160561 14999552 1754 33554432000 4194304 4331988 140734072703504 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 3662 1754 174 34 0 2104 0
[pid=25416] ppid=25411 vsize=129296 CPUtime=50.53 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 9215 1254 0 0 5052 1 0 0 19 0 5 0 526160561 132399104 4424 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 32324 4424 162 40 0 30868 0
[pid=25416/tid=25423] ppid=25411 vsize=129296 CPUtime=12.64 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 1897 1254 0 0 1264 0 0 0 25 0 5 0 526160566 132399104 4424 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=129296 CPUtime=12.64 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 1413 1254 0 0 1264 0 0 0 25 0 5 0 526160566 132399104 4424 33554432000 4194304 4356188 140737448161968 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=129296 CPUtime=12.64 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 1347 1254 0 0 1264 0 0 0 25 0 5 0 526160566 132399104 4424 33554432000 4194304 4356188 140737448161968 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=129296 CPUtime=12.55 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 2018 1254 0 0 1255 0 0 0 25 0 5 0 526160566 132399104 4424 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 731648

[startup+25.5012 s]
/proc/loadavg: 3.41 1.61 1.97 9/180 25427
/proc/meminfo: memFree=27629448/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=115740 CPUtime=25.49 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 31454 0 0 0 2544 5 0 0 25 0 1 0 526160561 118517760 11710 33554432000 4194304 4587354 140735945377616 18446744073709551615 4388279 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=25414] ppid=25411 vsize=458608 CPUtime=4782.47 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 478245 2 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=694360 CPUtime=4781.65 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 138066 0 0 0 478071 94 0 0 25 0 1 0 526160561 711024640 134741 33554432000 4194304 4331988 140734072703504 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 173590 134741 175 34 0 172032 0
[pid=25416] ppid=25411 vsize=231896 CPUtime=19103.1 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 456207 1254 0 0 1910236 69 0 0 19 0 5 0 526160561 237461504 30080 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 57974 30080 162 40 0 56518 0
[pid=25416/tid=25423] ppid=25411 vsize=231896 CPUtime=4782.42 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 129071 1254 0 0 478223 19 0 0 25 0 5 0 526160566 237461504 30080 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=231896 CPUtime=4782.41 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 104266 1254 0 0 478225 16 0 0 25 0 5 0 526160566 237461504 30080 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=231896 CPUtime=4782.03 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 98569 1254 0 0 478188 15 0 0 25 0 5 0 526160566 237461504 30080 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=231896 CPUtime=4756.11 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 121761 1254 0 0 475594 17 0 0 25 0 5 0 526160566 237461504 30080 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232.1
Current children cumulated vsize (KiB) 1702472

[startup+4842.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/180 25568
/proc/meminfo: memFree=26845136/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=174016 CPUtime=4842.47 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 935595 0 0 0 483840 407 0 0 25 0 1 0 526160561 178192384 23746 33554432000 4194304 4587354 140735945377616 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 43504 23746 337 96 0 40066 0
[pid=25413] ppid=25411 vsize=157260 CPUtime=4842.47 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 34382 0 0 0 484240 7 0 0 25 0 1 0 526160561 161034240 33136 33554432000 4194304 4785740 140736567109248 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 39315 33136 341 145 0 36360 0
[pid=25414] ppid=25411 vsize=458608 CPUtime=4842.47 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 484245 2 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=694360 CPUtime=4841.66 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 139748 0 0 0 484070 96 0 0 25 0 1 0 526160561 711024640 136423 33554432000 4194304 4331988 140734072703504 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 173590 136423 175 34 0 172032 0
[pid=25416] ppid=25411 vsize=215000 CPUtime=19342.7 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 461391 1254 0 0 1934202 70 0 0 19 0 5 0 526160561 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 53750 25856 162 40 0 52294 0
[pid=25416/tid=25423] ppid=25411 vsize=215000 CPUtime=4842.43 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 129327 1254 0 0 484224 19 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=215000 CPUtime=4842.41 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 105514 1254 0 0 484225 16 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=215000 CPUtime=4842.04 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 101865 1254 0 0 484188 16 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=215000 CPUtime=4815.77 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 122145 1254 0 0 481560 17 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.8
Current children cumulated vsize (KiB) 1717568

[startup+4902.3 s]
/proc/loadavg: 8.05 8.07 8.00 9/180 25579
/proc/meminfo: memFree=26837208/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=142160 CPUtime=4902.46 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 944503 0 0 0 489834 412 0 0 25 0 1 0 526160561 145571840 20671 33554432000 4194304 4587354 140735945377616 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 35540 20671 337 96 0 32102 0
[pid=25413] ppid=25411 vsize=157904 CPUtime=4902.46 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 34511 0 0 0 490239 7 0 0 25 0 1 0 526160561 161693696 33265 33554432000 4194304 4785740 140736567109248 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 39476 33265 341 145 0 36521 0
[pid=25414] ppid=25411 vsize=458608 CPUtime=4902.47 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 490245 2 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=694360 CPUtime=4901.65 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 141427 0 0 0 490068 97 0 0 25 0 1 0 526160561 711024640 138102 33554432000 4194304 4331988 140734072703504 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 173590 138102 175 34 0 172032 0
[pid=25416] ppid=25411 vsize=228440 CPUtime=19582.4 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 466383 1254 0 0 1958169 71 0 0 19 0 5 0 526160561 233922560 29216 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 57110 29216 162 40 0 55654 0
[pid=25416/tid=25423] ppid=25411 vsize=228440 CPUtime=4902.43 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 129455 1254 0 0 490224 19 0 0 25 0 5 0 526160566 233922560 29216 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=228440 CPUtime=4902.41 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 107946 1254 0 0 490225 16 0 0 25 0 5 0 526160566 233922560 29216 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=228440 CPUtime=4902.04 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 102249 1254 0 0 490188 16 0 0 25 0 5 0 526160566 233922560 29216 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=228440 CPUtime=4875.45 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 124193 1254 0 0 487527 18 0 0 25 0 5 0 526160566 233922560 29216 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.4
Current children cumulated vsize (KiB) 1699796

[startup+4962.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/180 25580
/proc/meminfo: memFree=26810656/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=142160 CPUtime=4962.46 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 950488 0 0 0 495830 416 0 0 25 0 1 0 526160561 145571840 26561 33554432000 4194304 4587354 140735945377616 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 35540 26561 337 96 0 32102 0
[pid=25413] ppid=25411 vsize=157904 CPUtime=4962.46 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 34523 0 0 0 496239 7 0 0 25 0 1 0 526160561 161693696 33277 33554432000 4194304 4785740 140736567109248 18446744073709551615 208079929986 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 39476 33277 341 145 0 36521 0
[pid=25414] ppid=25411 vsize=458608 CPUtime=4962.47 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 496245 2 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=694360 CPUtime=4961.65 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 143104 0 0 0 496067 98 0 0 25 0 1 0 526160561 711024640 139779 33554432000 4194304 4331988 140734072703504 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 173590 139779 175 34 0 172032 0
[pid=25416] ppid=25411 vsize=223192 CPUtime=19822.1 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 470799 1254 0 0 1982135 71 0 0 19 0 5 0 526160561 228548608 27904 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 55798 27904 162 40 0 54342 0
[pid=25416/tid=25423] ppid=25411 vsize=223192 CPUtime=4962.43 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 130575 1254 0 0 496224 19 0 0 25 0 5 0 526160566 228548608 27904 33554432000 4194304 4356188 140737448161968 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=223192 CPUtime=4962.41 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 107946 1254 0 0 496225 16 0 0 25 0 5 0 526160566 228548608 27904 33554432000 4194304 4356188 140737448161968 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=223192 CPUtime=4962.04 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 104297 1254 0 0 496188 16 0 0 25 0 5 0 526160566 228548608 27904 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=223192 CPUtime=4935.11 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 125441 1254 0 0 493493 18 0 0 25 0 5 0 526160566 228548608 27904 33554432000 4194304 4356188 140737448161968 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671.1
Current children cumulated vsize (KiB) 1694548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.05 8.00 9/180 25581
/proc/meminfo: memFree=26834204/32950928 swapFree=67111356/67111528
[pid=25411] ppid=25409 vsize=18324 CPUtime=0 cores=0-7
/proc/25411/stat : 25411 (ppfolio) S 25409 25411 25385 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526160561 18763776 389 33554432000 4194304 4287625 140736181234208 18446744073709551615 208080252431 0 0 4096 65536 13974572478685511679 0 0 17 6 0 0 0
/proc/25411/statm: 4581 389 341 23 0 91 0
[pid=25412] ppid=25411 vsize=174708 CPUtime=5000.17 cores=0
/proc/25412/stat : 25412 (cryptominisat) R 25411 25411 25385 0 -1 4202496 957648 0 0 0 499598 419 0 0 25 0 1 0 526160561 178900992 21645 33554432000 4194304 4587354 140735945377616 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25412/statm: 43677 21645 337 96 0 40239 0
[pid=25413] ppid=25411 vsize=157904 CPUtime=5000.17 cores=1
/proc/25413/stat : 25413 (clasp) R 25411 25411 25385 0 -1 4202496 34555 0 0 0 500010 7 0 0 25 0 1 0 526160561 161693696 33309 33554432000 4194304 4785740 140736567109248 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25413/statm: 39476 33309 341 145 0 36521 0
[pid=25414] ppid=25411 vsize=458608 CPUtime=5000.18 cores=2
/proc/25414/stat : 25414 (TNM) R 25411 25411 25385 0 -1 4202496 1200 0 0 0 500016 2 0 0 25 0 1 0 526160561 469614592 1097 33554432000 134512640 134534564 4293022672 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25414/statm: 114652 1097 95 6 0 113318 0
[pid=25415] ppid=25411 vsize=694360 CPUtime=4999.36 cores=3
/proc/25415/stat : 25415 (march_hi) R 25411 25411 25385 0 -1 4202496 144140 0 0 0 499838 98 0 0 25 0 1 0 526160561 711024640 140815 33554432000 4194304 4331988 140734072703504 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25415/statm: 173590 140815 175 34 0 172032 0
[pid=25416] ppid=25411 vsize=215000 CPUtime=19972.7 cores=4-7
/proc/25416/stat : 25416 (plingeling) S 25411 25411 25385 0 -1 4202496 474479 1254 0 0 1997197 72 0 0 19 0 5 0 526160561 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25416/statm: 53750 25856 162 40 0 52294 0
[pid=25416/tid=25423] ppid=25411 vsize=215000 CPUtime=5000.14 cores=4-7
/proc/25416/task/25423/stat : 25423 (plingeling) R 25411 25411 25385 0 -1 4202560 133007 1254 0 0 499994 20 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25416/tid=25424] ppid=25411 vsize=215000 CPUtime=5000.12 cores=4-7
/proc/25416/task/25424/stat : 25424 (plingeling) R 25411 25411 25385 0 -1 4202560 107946 1254 0 0 499996 16 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25416/tid=25425] ppid=25411 vsize=215000 CPUtime=4999.74 cores=4-7
/proc/25416/task/25425/stat : 25425 (plingeling) R 25411 25411 25385 0 -1 4202560 105545 1254 0 0 499958 16 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25416/tid=25426] ppid=25411 vsize=215000 CPUtime=4972.61 cores=4-7
/proc/25416/task/25426/stat : 25426 (plingeling) R 25411 25411 25385 0 -1 4202560 125441 1254 0 0 497243 18 0 0 25 0 5 0 526160566 220160000 25856 33554432000 4194304 4356188 140737448161968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.6
Current children cumulated vsize (KiB) 1718904

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 25411 and gives
#  childrusage.ru_utime.tv_sec=14996
#  childrusage.ru_utime.tv_usec=256222
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=316343
# CPU time returned by wait4() is 15000.6
# while last known CPU time is 39972.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972.6
CPU user time (s): 39966.6
CPU system time (s): 5.98
CPU usage (%): 799.449
Max. virtual memory (cumulated for all children) (KiB): 15837828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14996.3
system time used= 4.31634
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 993938
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= 723
involuntary context switches= 42891

runsolver used 8.01878 second user time and 19.2631 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 08:40:09
IDJOB=3218991
IDBENCH=82515
IDSOLVER=1638
FILE ID=node127/3218991-1304145609
RUNJOBID= node127-1304145609-25399
PBS_JOBID= 13170893
Free space on /tmp= 72736 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1682211323-009-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218991-1304145609/watcher-3218991-1304145609 -o /tmp/evaluation-result-3218991-1304145609/solver-3218991-1304145609 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3218991-1304145609.cnf

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

MD5SUM BENCH= 917ee0efab4f0e89027865c1129d272b
RANDOM SEED=1435866876

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27725540 kB
Buffers:       1304824 kB
Cached:        3393936 kB
SwapCached:          8 kB
Active:         261364 kB
Inactive:      4500472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27725540 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10596 kB
Writeback:           0 kB
AnonPages:       63504 kB
Mapped:          13928 kB
Slab:           399452 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186252 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= 72724 MiB
End job on node127 at 2011-04-30 10:03:31