Trace number 3310123

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.1 5003.62

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2476.89
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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-3310123-1303987698/watcher-3310123-1303987698 -o /tmp/evaluation-result-3310123-1303987698/solver-3310123-1303987698 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310123-1303987698.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: 7.30 5.01 2.93 1/170 15415
/proc/meminfo: memFree=25527212/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 2826088480818 0 0 17 4 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0

[startup+0.016763 s]
/proc/loadavg: 7.30 5.01 2.93 1/170 15415
/proc/meminfo: memFree=25527212/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 4 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.13061 s]
/proc/loadavg: 7.30 5.01 2.93 1/170 15415
/proc/meminfo: memFree=25527212/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300681 s]
/proc/loadavg: 7.30 5.01 2.93 1/170 15415
/proc/meminfo: memFree=25527212/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700611 s]
/proc/loadavg: 7.30 5.01 2.93 1/170 15415
/proc/meminfo: memFree=25527212/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50047 s]
/proc/loadavg: 7.30 5.01 2.93 9/180 15430
/proc/meminfo: memFree=25484600/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1308296 CPUtime=1.48 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 3987 0 0 0 148 0 0 0 20 0 1 0 510372612 1339695104 2356 33554432000 4194304 4587354 140733792851216 18446744073709551615 4243808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 327074 2356 332 96 0 323636 0
[pid=15417] ppid=15415 vsize=18700 CPUtime=1.49 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 2340 0 0 0 149 0 0 0 20 0 1 0 510372612 19148800 2002 33554432000 4194304 4785740 140733471879744 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 4675 2002 341 145 0 1720 0
[pid=15418] ppid=15415 vsize=457828 CPUtime=1.49 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1248 0 0 0 149 0 0 0 20 0 1 0 510372612 468815872 1145 33554432000 134512640 134534564 4287541904 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114457 1145 95 6 0 113123 0
[pid=15419] ppid=15415 vsize=27712 CPUtime=1.49 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 12374 0 0 0 147 2 0 0 20 0 1 0 510372612 28377088 3410 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 6928 3410 175 34 0 5370 0
[pid=15420] ppid=15415 vsize=127700 CPUtime=5.85 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 4916 1249 0 0 585 0 0 0 18 0 5 0 510372612 130764800 3993 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 31925 3993 164 40 0 30469 0
[pid=15420/tid=15427] ppid=15415 vsize=127700 CPUtime=1.45 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 693 1249 0 0 145 0 0 0 20 0 5 0 510372616 130764800 3993 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=127700 CPUtime=1.45 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 1081 1249 0 0 145 0 0 0 23 0 5 0 510372616 130764800 3993 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=127700 CPUtime=1.45 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 853 1249 0 0 145 0 0 0 20 0 5 0 510372616 130764800 3993 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=127700 CPUtime=1.44 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 837 1249 0 0 144 0 0 0 23 0 5 0 510372616 130764800 3993 33554432000 4194304 4356188 140734129419056 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 1958560

[startup+3.10119 s]
/proc/loadavg: 7.30 5.01 2.93 9/180 15430
/proc/meminfo: memFree=25472944/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1309056 CPUtime=3.08 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 5056 0 0 0 308 0 0 0 25 0 1 0 510372612 1340473344 2443 33554432000 4194304 4587354 140733792851216 18446744073709551615 218370653848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 327264 2443 335 96 0 323826 0
[pid=15417] ppid=15415 vsize=19504 CPUtime=3.09 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 2542 0 0 0 309 0 0 0 25 0 1 0 510372612 19972096 2204 33554432000 4194304 4785740 140733471879744 18446744073709551615 4553111 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 4876 2204 341 145 0 1921 0
[pid=15418] ppid=15415 vsize=457828 CPUtime=3.09 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1248 0 0 0 309 0 0 0 25 0 1 0 510372612 468815872 1145 33554432000 134512640 134534564 4287541904 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114457 1145 95 6 0 113123 0
[pid=15419] ppid=15415 vsize=27976 CPUtime=3.09 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 12438 0 0 0 307 2 0 0 25 0 1 0 510372612 28647424 3474 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 6994 3474 175 34 0 5436 0
[pid=15420] ppid=15415 vsize=132708 CPUtime=12.24 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 6784 1249 0 0 1224 0 0 0 18 0 5 0 510372612 135892992 5253 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 33177 5253 164 40 0 31721 0
[pid=15420/tid=15427] ppid=15415 vsize=132708 CPUtime=3.05 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 1464 1249 0 0 305 0 0 0 25 0 5 0 510372616 135892992 5253 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=132708 CPUtime=3.05 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 1466 1249 0 0 305 0 0 0 25 0 5 0 510372616 135892992 5253 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=132708 CPUtime=3.05 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 1245 1249 0 0 305 0 0 0 25 0 5 0 510372616 135892992 5253 33554432000 4194304 4356188 140734129419056 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=132708 CPUtime=3.04 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 1157 1249 0 0 304 0 0 0 25 0 5 0 510372616 135892992 5253 33554432000 4194304 4356188 140734129419056 18446744073709551615 4280649 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 1965396

[startup+6.30062 s]
/proc/loadavg: 7.44 5.08 2.96 9/180 15430
/proc/meminfo: memFree=25463892/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1319024 CPUtime=6.29 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 8059 0 0 0 628 1 0 0 25 0 1 0 510372612 1350680576 4163 33554432000 4194304 4587354 140733792851216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 329756 4163 338 96 0 326318 0
[pid=15417] ppid=15415 vsize=21100 CPUtime=6.28 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 2932 0 0 0 628 0 0 0 25 0 1 0 510372612 21606400 2594 33554432000 4194304 4785740 140733471879744 18446744073709551615 4552927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 5275 2594 341 145 0 2320 0
[pid=15418] ppid=15415 vsize=457828 CPUtime=6.29 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1248 0 0 0 629 0 0 0 25 0 1 0 510372612 468815872 1145 33554432000 134512640 134534564 4287541904 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114457 1145 95 6 0 113123 0
[pid=15419] ppid=15415 vsize=28508 CPUtime=6.29 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 12595 0 0 0 627 2 0 0 25 0 1 0 510372612 29192192 3631 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 7127 3631 175 34 0 5569 0
[pid=15420] ppid=15415 vsize=134244 CPUtime=25.02 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 7408 1249 0 0 2502 0 0 0 18 0 5 0 510372612 137465856 5653 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 33561 5653 164 40 0 32105 0
[pid=15420/tid=15427] ppid=15415 vsize=134244 CPUtime=6.25 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 1944 1249 0 0 625 0 0 0 25 0 5 0 510372616 137465856 5653 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=134244 CPUtime=6.25 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 1466 1249 0 0 625 0 0 0 25 0 5 0 510372616 137465856 5653 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=134244 CPUtime=6.25 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 1272 1249 0 0 625 0 0 0 25 0 5 0 510372616 137465856 5653 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=134244 CPUtime=6.22 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 1274 1249 0 0 622 0 0 0 25 0 5 0 510372616 137465856 5653 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331101 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 1979028

[startup+12.7005 s]
/proc/loadavg: 7.48 5.13 2.99 9/180 15430
/proc/meminfo: memFree=25457456/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1317792 CPUtime=12.69 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 11048 0 0 0 1267 2 0 0 25 0 1 0 510372612 1349419008 4066 33554432000 4194304 4587354 140733792851216 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 329448 4066 338 96 0 326010 0
[pid=15417] ppid=15415 vsize=22156 CPUtime=12.68 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 3197 0 0 0 1268 0 0 0 25 0 1 0 510372612 22687744 2859 33554432000 4194304 4785740 140733471879744 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 5539 2859 341 145 0 2584 0
[pid=15418] ppid=15415 vsize=457828 CPUtime=12.69 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1248 0 0 0 1269 0 0 0 25 0 1 0 510372612 468815872 1145 33554432000 134512640 134534564 4287541904 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114457 1145 95 6 0 113123 0
[pid=15419] ppid=15415 vsize=29176 CPUtime=12.69 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 12757 0 0 0 1267 2 0 0 25 0 1 0 510372612 29876224 3793 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 7294 3793 175 34 0 5736 0
[pid=15420] ppid=15415 vsize=138092 CPUtime=50.59 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 10043 1249 0 0 5058 1 0 0 18 0 5 0 510372612 141406208 6656 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 34523 6656 164 40 0 33067 0
[pid=15420/tid=15427] ppid=15415 vsize=138092 CPUtime=12.65 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 2758 1249 0 0 1265 0 0 0 25 0 5 0 510372616 141406208 6656 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=138092 CPUtime=12.65 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 2109 1249 0 0 1265 0 0 0 25 0 5 0 510372616 141406208 6656 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=138092 CPUtime=12.65 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 1927 1249 0 0 1265 0 0 0 25 0 5 0 510372616 141406208 6656 33554432000 4194304 4356188 140734129419056 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=138092 CPUtime=12.58 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 1797 1249 0 0 1258 0 0 0 25 0 5 0 510372616 141406208 6656 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 1983368

[startup+25.5012 s]
/proc/loadavg: 7.60 5.27 3.06 9/180 15431
/proc/meminfo: memFree=25428512/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=14212684 CPUtime=25.49 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 18456 0 0 0 2545 4 0 0 25 0 1 0 510372612 14553788416 6807 33554432000 4194304 4587354 140733792851216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=15418] ppid=15415 vsize=457832 CPUtime=4781.95 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1256 0 1 0 478192 3 0 0 25 0 1 0 510372612 468819968 1154 33554432000 134512640 134534564 4287541904 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114458 1154 103 6 0 113124 0
[pid=15419] ppid=15415 vsize=189980 CPUtime=4782.41 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 40997 0 0 0 478216 25 0 0 25 0 1 0 510372612 194539520 32028 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 47495 32028 175 34 0 45937 0
[pid=15420] ppid=15415 vsize=331888 CPUtime=19101.8 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 1002836 1249 0 0 1910027 155 0 0 18 0 5 0 510372612 339853312 55096 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 82972 55096 164 40 0 81516 0
[pid=15420/tid=15427] ppid=15415 vsize=331888 CPUtime=4782.35 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 264762 1249 0 0 478197 38 0 0 25 0 5 0 510372616 339853312 55096 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=331888 CPUtime=4781.41 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 271235 1249 0 0 478098 43 0 0 25 0 5 0 510372616 339853312 55096 33554432000 4194304 4356188 140734129419056 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=331888 CPUtime=4781.71 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 250989 1249 0 0 478129 42 0 0 25 0 5 0 510372616 339853312 55096 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=331888 CPUtime=4756.29 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 214398 1249 0 0 475598 31 0 0 25 0 5 0 510372616 339853312 55096 33554432000 4194304 4356188 140734129419056 18446744073709551615 4279355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230.8
Current children cumulated vsize (KiB) 2473492

[startup+4842.3 s]
/proc/loadavg: 8.11 8.10 8.00 9/180 15583
/proc/meminfo: memFree=25063260/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1373100 CPUtime=4842.27 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 412209 0 0 0 484055 172 0 0 25 0 1 0 510372612 1406054400 19552 33554432000 4194304 4587354 140733792851216 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 343275 19552 338 96 0 339837 0
[pid=15417] ppid=15415 vsize=68372 CPUtime=4842.39 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 14552 0 0 0 484234 5 0 0 25 0 1 0 510372612 70012928 14214 33554432000 4194304 4785740 140733471879744 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 17093 14214 341 145 0 14138 0
[pid=15418] ppid=15415 vsize=457832 CPUtime=4841.94 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1256 0 1 0 484191 3 0 0 25 0 1 0 510372612 468819968 1154 33554432000 134512640 134534564 4287541904 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114458 1154 103 6 0 113124 0
[pid=15419] ppid=15415 vsize=190112 CPUtime=4842.41 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 41360 0 0 0 484216 25 0 0 25 0 1 0 510372612 194674688 32391 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 47528 32391 175 34 0 45970 0
[pid=15420] ppid=15415 vsize=309360 CPUtime=19341.5 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 1009812 1249 0 0 1933993 157 0 0 18 0 5 0 510372612 316784640 49464 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 77340 49464 164 40 0 75884 0
[pid=15420/tid=15427] ppid=15415 vsize=309360 CPUtime=4842.35 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 266234 1249 0 0 484197 38 0 0 25 0 5 0 510372616 316784640 49464 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=309360 CPUtime=4841.41 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 273283 1249 0 0 484098 43 0 0 25 0 5 0 510372616 316784640 49464 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=309360 CPUtime=4841.71 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 252653 1249 0 0 484129 42 0 0 25 0 5 0 510372616 316784640 49464 33554432000 4194304 4356188 140734129419056 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=309360 CPUtime=4815.96 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 216190 1249 0 0 481565 31 0 0 25 0 5 0 510372616 316784640 49464 33554432000 4194304 4356188 140734129419056 18446744073709551615 4279755 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.5
Current children cumulated vsize (KiB) 2417100

[startup+4902.3 s]
/proc/loadavg: 8.10 8.09 8.00 9/180 15585
/proc/meminfo: memFree=25061376/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1373100 CPUtime=4902.27 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 414215 0 0 0 490054 173 0 0 25 0 1 0 510372612 1406054400 21504 33554432000 4194304 4587354 140733792851216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 343275 21504 338 96 0 339837 0
[pid=15417] ppid=15415 vsize=68636 CPUtime=4902.39 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 14622 0 0 0 490234 5 0 0 25 0 1 0 510372612 70283264 14284 33554432000 4194304 4785740 140733471879744 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 17159 14284 341 145 0 14204 0
[pid=15418] ppid=15415 vsize=457832 CPUtime=4901.94 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1256 0 1 0 490191 3 0 0 25 0 1 0 510372612 468819968 1154 33554432000 134512640 134534564 4287541904 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114458 1154 103 6 0 113124 0
[pid=15419] ppid=15415 vsize=190112 CPUtime=4902.41 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 41713 0 0 0 490216 25 0 0 25 0 1 0 510372612 194674688 32744 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 47528 32744 175 34 0 45970 0
[pid=15420] ppid=15415 vsize=303984 CPUtime=19581.2 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 1016660 1249 0 0 1957961 157 0 0 18 0 5 0 510372612 311279616 48120 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 75996 48120 164 40 0 74540 0
[pid=15420/tid=15427] ppid=15415 vsize=303984 CPUtime=4902.36 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 268346 1249 0 0 490197 39 0 0 25 0 5 0 510372616 311279616 48120 33554432000 4194304 4356188 140734129419056 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=303984 CPUtime=4901.41 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 274691 1249 0 0 490098 43 0 0 25 0 5 0 510372616 311279616 48120 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=303984 CPUtime=4901.71 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 254189 1249 0 0 490129 42 0 0 25 0 5 0 510372616 311279616 48120 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=303984 CPUtime=4875.64 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 217982 1249 0 0 487532 32 0 0 25 0 5 0 510372616 311279616 48120 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.2
Current children cumulated vsize (KiB) 2411988

[startup+4962.3 s]
/proc/loadavg: 8.09 8.09 8.00 9/180 15586
/proc/meminfo: memFree=25083792/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=1373100 CPUtime=4962.27 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 415771 0 0 0 496053 174 0 0 25 0 1 0 510372612 1406054400 23010 33554432000 4194304 4587354 140733792851216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 343275 23010 338 96 0 339837 0
[pid=15417] ppid=15415 vsize=69028 CPUtime=4962.39 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 14702 0 0 0 496234 5 0 0 25 0 1 0 510372612 70684672 14364 33554432000 4194304 4785740 140733471879744 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 17257 14364 341 145 0 14302 0
[pid=15418] ppid=15415 vsize=457832 CPUtime=4961.94 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1256 0 1 0 496191 3 0 0 25 0 1 0 510372612 468819968 1154 33554432000 134512640 134534564 4287541904 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114458 1154 103 6 0 113124 0
[pid=15419] ppid=15415 vsize=190244 CPUtime=4962.4 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 42053 0 0 0 496215 25 0 0 25 0 1 0 510372612 194809856 33084 33554432000 4194304 4331988 140735827565392 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 47561 33084 175 34 0 46003 0
[pid=15420] ppid=15415 vsize=271472 CPUtime=19820.9 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 1020244 1249 0 0 1981928 158 0 0 18 0 5 0 510372612 277987328 39992 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 67868 39992 164 40 0 66412 0
[pid=15420/tid=15427] ppid=15415 vsize=271472 CPUtime=4962.36 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 268346 1249 0 0 496197 39 0 0 25 0 5 0 510372616 277987328 39992 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=271472 CPUtime=4961.41 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 275203 1249 0 0 496098 43 0 0 25 0 5 0 510372616 277987328 39992 33554432000 4194304 4356188 140734129419056 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=271472 CPUtime=4961.71 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 254957 1249 0 0 496129 42 0 0 25 0 5 0 510372616 277987328 39992 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=271472 CPUtime=4935.31 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 220286 1249 0 0 493499 32 0 0 25 0 5 0 510372616 277987328 39992 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.9
Current children cumulated vsize (KiB) 2380000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.05 8.08 8.00 9/180 15588
/proc/meminfo: memFree=25065912/32951124 swapFree=67051468/67111528
[pid=15415] ppid=15413 vsize=18324 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (ppfolio) S 15413 15415 15260 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 510372612 18763776 389 33554432000 4194304 4287625 140734731870704 18446744073709551615 218370977295 0 0 4096 65536 4307156623639445503 0 0 17 6 0 0 0
/proc/15415/statm: 4581 389 341 23 0 91 0
[pid=15416] ppid=15415 vsize=100632 CPUtime=5003.57 cores=0
/proc/15416/stat : 15416 (cryptominisat) R 15415 15415 15260 0 -1 4202496 419576 0 0 0 500181 176 0 0 25 0 1 0 510372612 103047168 20351 33554432000 4194304 4587354 140733792851216 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15416/statm: 25158 20351 338 96 0 21720 0
[pid=15417] ppid=15415 vsize=69028 CPUtime=5003.7 cores=1
/proc/15417/stat : 15417 (clasp) R 15415 15415 15260 0 -1 4202496 14706 0 0 0 500365 5 0 0 25 0 1 0 510372612 70684672 14368 33554432000 4194304 4785740 140733471879744 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15417/statm: 17257 14368 341 145 0 14302 0
[pid=15418] ppid=15415 vsize=457832 CPUtime=5003.24 cores=2
/proc/15418/stat : 15418 (TNM) R 15415 15415 15260 0 -1 4202496 1256 0 1 0 500321 3 0 0 25 0 1 0 510372612 468819968 1154 33554432000 134512640 134534564 4287541904 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15418/statm: 114458 1154 103 6 0 113124 0
[pid=15419] ppid=15415 vsize=190244 CPUtime=5003.72 cores=3
/proc/15419/stat : 15419 (march_hi) R 15415 15415 15260 0 -1 4202496 42278 0 0 0 500346 26 0 0 25 0 1 0 510372612 194809856 33309 33554432000 4194304 4331988 140735827565392 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15419/statm: 47561 33309 175 34 0 46003 0
[pid=15420] ppid=15415 vsize=301168 CPUtime=19985.9 cores=4-7
/proc/15420/stat : 15420 (plingeling) S 15415 15415 15260 0 -1 4202496 1027668 1249 0 0 1998427 159 0 0 18 0 5 0 510372612 308396032 47416 33554432000 4194304 4356188 140734129419056 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15420/statm: 75292 47416 164 40 0 73836 0
[pid=15420/tid=15427] ppid=15415 vsize=301168 CPUtime=5003.67 cores=4-7
/proc/15420/task/15427/stat : 15427 (plingeling) R 15415 15415 15260 0 -1 4202560 274234 1249 0 0 500328 39 0 0 25 0 5 0 510372616 308396032 47416 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15420/tid=15428] ppid=15415 vsize=301168 CPUtime=5002.72 cores=4-7
/proc/15420/task/15428/stat : 15428 (plingeling) R 15415 15415 15260 0 -1 4202560 275459 1249 0 0 500229 43 0 0 25 0 5 0 510372616 308396032 47416 33554432000 4194304 4356188 140734129419056 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15420/tid=15429] ppid=15415 vsize=301168 CPUtime=5003.02 cores=4-7
/proc/15420/task/15429/stat : 15429 (plingeling) R 15415 15415 15260 0 -1 4202560 255853 1249 0 0 500260 42 0 0 25 0 5 0 510372616 308396032 47416 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15420/tid=15430] ppid=15415 vsize=301168 CPUtime=4976.39 cores=4-7
/proc/15420/task/15430/stat : 15430 (plingeling) R 15415 15415 15260 0 -1 4202560 220670 1249 0 0 497607 32 0 0 25 0 5 0 510372616 308396032 47416 33554432000 4194304 4356188 140734129419056 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 1137228

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 15415 and gives
#  childrusage.ru_utime.tv_sec=20012
#  childrusage.ru_utime.tv_usec=156689
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=141674
# CPU time returned by wait4() is 20014.3
# while last known CPU time is 40000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.1
CPU user time (s): 39996.4
CPU system time (s): 3.69
CPU usage (%): 799.423
Max. virtual memory (cumulated for all children) (KiB): 16376376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20012.2
system time used= 2.14167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1012
involuntary context switches= 46536

runsolver used 7.73882 second user time and 19.56 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 12:48:18
IDJOB=3310123
IDBENCH=20399
IDSOLVER=1638
FILE ID=node101/3310123-1303987698
RUNJOBID= node101-1303987385-15274
PBS_JOBID= 13168773
Free space on /tmp= 72024 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310123-1303987698/watcher-3310123-1303987698 -o /tmp/evaluation-result-3310123-1303987698/solver-3310123-1303987698 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310123-1303987698.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1622918080

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25527368 kB
Buffers:       1992516 kB
Cached:        4952304 kB
SwapCached:      30452 kB
Active:        2755384 kB
Inactive:      4222896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25527368 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:       24732 kB
Mapped:           9012 kB
Slab:           378460 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181752 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= 72012 MiB
End job on node101 at 2011-04-28 14:11:44