Trace number 3275071

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.2 5003.72

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
Bench CategoryCRAFTED (crafted 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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

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

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


[startup+0 s]
/proc/loadavg: 3.06 3.77 3.75 1/170 27819
/proc/meminfo: memFree=30508000/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=5804 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) R 27817 27819 27793 0 -1 4194304 88 0 2 0 0 0 0 0 18 0 1 0 604751099 5943296 43 33554432000 4194304 4287625 140735955756000 18446744073709551615 260015472263 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27819/statm: 1451 43 31 23 0 44 0

[startup+0.0212879 s]
/proc/loadavg: 3.06 3.77 3.75 1/170 27819
/proc/meminfo: memFree=30508000/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 19 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100276 s]
/proc/loadavg: 3.06 3.77 3.75 1/170 27819
/proc/meminfo: memFree=30508000/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 19 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300241 s]
/proc/loadavg: 3.06 3.77 3.75 1/170 27819
/proc/meminfo: memFree=30508000/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 18 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700134 s]
/proc/loadavg: 3.06 3.77 3.75 1/170 27819
/proc/meminfo: memFree=30508000/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50098 s]
/proc/loadavg: 3.46 3.84 3.77 9/180 27834
/proc/meminfo: memFree=30361340/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=65652 CPUtime=1.49 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 17188 0 0 0 146 3 0 0 20 0 1 0 604751099 67227648 11304 33554432000 4194304 4587354 140733734752432 18446744073709551615 260020092561 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 16413 11304 326 96 0 12975 0
[pid=27822] ppid=27819 vsize=32320 CPUtime=1.48 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 6557 0 0 0 147 1 0 0 20 0 1 0 604751099 33095680 5276 33554432000 4194304 4785740 140736113627920 18446744073709551615 260020050944 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 8080 5276 318 145 0 5125 0
[pid=27823] ppid=27819 vsize=464404 CPUtime=1.43 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 4412 0 10 0 143 0 0 0 25 0 1 0 604751099 475549696 4318 33554432000 134512640 134534564 4291675872 18446744073709551615 134524681 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 116101 4318 91 6 0 114767 0
[pid=27824] ppid=27819 vsize=42892 CPUtime=1.49 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 20205 0 0 0 147 2 0 0 20 0 1 0 604751099 43921408 4730 33554432000 4194304 4331988 140733259288672 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 10723 4730 175 34 0 9165 0
[pid=27825] ppid=27819 vsize=99672 CPUtime=4.93 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 17680 1260 0 0 491 2 0 0 18 0 5 0 604751099 102064128 13343 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 24918 13343 163 40 0 23462 0
[pid=27825/tid=27831] ppid=27819 vsize=99672 CPUtime=1.3 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 1898 1260 0 0 130 0 0 0 19 0 5 0 604751117 102064128 13343 33554432000 4194304 4356188 140733667095136 18446744073709551615 4312048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=99672 CPUtime=1.1 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 1923 1260 0 0 110 0 0 0 25 0 5 0 604751117 102064128 13343 33554432000 4194304 4356188 140733667095136 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=99672 CPUtime=1.02 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 2177 1260 0 0 102 0 0 0 25 0 5 0 604751117 102064128 13343 33554432000 4194304 4356188 140733667095136 18446744073709551615 4248461 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=99672 CPUtime=1.31 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 2870 1260 0 0 131 0 0 0 22 0 5 0 604751117 102064128 13343 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332309 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 723264

[startup+3.10069 s]
/proc/loadavg: 3.46 3.84 3.77 9/180 27834
/proc/meminfo: memFree=30341628/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1591560 CPUtime=3.08 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 19303 0 0 0 305 3 0 0 25 0 1 0 604751099 1629757440 11662 33554432000 4194304 4587354 140733734752432 18446744073709551615 4239237 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 397890 11662 331 96 0 394452 0
[pid=27822] ppid=27819 vsize=30048 CPUtime=3.08 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 6604 0 0 0 307 1 0 0 25 0 1 0 604751099 30769152 4802 33554432000 4194304 4785740 140736113627920 18446744073709551615 4548936 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 7512 4802 340 145 0 4557 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=3.03 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 303 0 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134530748 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=43716 CPUtime=3.09 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 20385 0 0 0 307 2 0 0 25 0 1 0 604751099 44765184 4910 33554432000 4194304 4331988 140733259288672 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 10929 4910 175 34 0 9371 0
[pid=27825] ppid=27819 vsize=112984 CPUtime=11.33 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 21008 1260 0 0 1130 3 0 0 18 0 5 0 604751099 115695616 16671 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 28246 16671 163 40 0 26790 0
[pid=27825/tid=27831] ppid=27819 vsize=112984 CPUtime=2.9 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 2793 1260 0 0 290 0 0 0 23 0 5 0 604751117 115695616 16671 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=112984 CPUtime=2.7 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 2179 1260 0 0 270 0 0 0 25 0 5 0 604751117 115695616 16671 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=112984 CPUtime=2.61 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 2561 1260 0 0 261 0 0 0 25 0 5 0 604751117 115695616 16671 33554432000 4194304 4356188 140733667095136 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=112984 CPUtime=2.9 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 4663 1260 0 0 290 0 0 0 25 0 5 0 604751117 115695616 16671 33554432000 4194304 4356188 140733667095136 18446744073709551615 4281771 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.61
Current children cumulated vsize (KiB) 2266980

[startup+6.3011 s]
/proc/loadavg: 3.46 3.84 3.77 9/180 27834
/proc/meminfo: memFree=30313368/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1604744 CPUtime=6.28 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 21436 0 0 0 625 3 0 0 25 0 1 0 604751099 1643257856 13791 33554432000 4194304 4587354 140733734752432 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 401186 13791 337 96 0 397748 0
[pid=27822] ppid=27819 vsize=39032 CPUtime=6.29 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 8889 0 0 0 627 2 0 0 25 0 1 0 604751099 39968768 7087 33554432000 4194304 4785740 140736113627920 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 9758 7087 340 145 0 6803 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=6.22 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 622 0 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=44004 CPUtime=6.29 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 20471 0 0 0 627 2 0 0 25 0 1 0 604751099 45060096 4995 33554432000 4194304 4331988 140733259288672 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 11001 4995 175 34 0 9443 0
[pid=27825] ppid=27819 vsize=121984 CPUtime=24.11 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 23258 1260 0 0 2408 3 0 0 18 0 5 0 604751099 124911616 18921 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 30496 18921 163 40 0 29040 0
[pid=27825/tid=27831] ppid=27819 vsize=121984 CPUtime=6.1 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 3690 1260 0 0 610 0 0 0 25 0 5 0 604751117 124911616 18921 33554432000 4194304 4356188 140733667095136 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=121984 CPUtime=5.9 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 2634 1260 0 0 590 0 0 0 25 0 5 0 604751117 124911616 18921 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=121984 CPUtime=5.79 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 3459 1260 0 0 579 0 0 0 25 0 5 0 604751117 124911616 18921 33554432000 4194304 4356188 140733667095136 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=121984 CPUtime=6.1 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 4663 1260 0 0 610 0 0 0 25 0 5 0 604751117 124911616 18921 33554432000 4194304 4356188 140733667095136 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.19
Current children cumulated vsize (KiB) 2298436

[startup+12.7009 s]
/proc/loadavg: 4.16 3.98 3.82 9/180 27835
/proc/meminfo: memFree=30285848/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1595260 CPUtime=12.69 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 25726 0 0 0 1265 4 0 0 25 0 1 0 604751099 1633546240 13096 33554432000 4194304 4587354 140733734752432 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 398815 13096 337 96 0 395377 0
[pid=27822] ppid=27819 vsize=56444 CPUtime=12.68 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 13190 0 0 0 1265 3 0 0 25 0 1 0 604751099 57798656 11388 33554432000 4194304 4785740 140736113627920 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 14111 11388 340 145 0 11156 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=12.62 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 1262 0 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=44632 CPUtime=12.69 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 20623 0 0 0 1267 2 0 0 25 0 1 0 604751099 45703168 5146 33554432000 4194304 4331988 140733259288672 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 11158 5146 175 34 0 9600 0
[pid=27825] ppid=27819 vsize=131164 CPUtime=49.68 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 27059 1260 0 0 4964 4 0 0 18 0 5 0 604751099 134311936 20705 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 32791 20705 163 40 0 31335 0
[pid=27825/tid=27831] ppid=27819 vsize=131164 CPUtime=12.5 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 4321 1260 0 0 1250 0 0 0 25 0 5 0 604751117 134311936 20705 33554432000 4194304 4356188 140733667095136 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=131164 CPUtime=12.3 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 2858 1260 0 0 1230 0 0 0 25 0 5 0 604751117 134311936 20705 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=131164 CPUtime=12.15 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 4996 1260 0 0 1215 0 0 0 25 0 5 0 604751117 134311936 20705 33554432000 4194304 4356188 140733667095136 18446744073709551615 4237364 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=131164 CPUtime=12.5 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 6072 1260 0 0 1250 0 0 0 25 0 5 0 604751117 134311936 20705 33554432000 4194304 4356188 140733667095136 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.36
Current children cumulated vsize (KiB) 2316172

[startup+25.5006 s]
/proc/loadavg: 4.75 4.11 3.86 9/180 27835
/proc/meminfo: memFree=30219528/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1599348 CPUtime=25.48 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 36192 0 0 0 2543 5 0 0 25 0 1 0 604751099 1637732352 18186 33554432000 4194304 4587354 140733734752432 18446744073709551615 4365136 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27823] ppid=27819 vsize=470348 CPUtime=4841.26 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 484125 1 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=363300 CPUtime=4842.44 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 84881 0 0 0 484194 50 0 0 25 0 1 0 604751099 372019200 69404 33554432000 4194304 4331988 140733259288672 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 90825 69404 175 34 0 89267 0
[pid=27825] ppid=27819 vsize=500340 CPUtime=19341.4 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 3096601 1260 0 0 1933714 424 0 0 18 0 5 0 604751099 512348160 113542 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 125085 113542 163 40 0 123629 0
[pid=27825/tid=27831] ppid=27819 vsize=500340 CPUtime=4842.26 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 885244 1260 0 0 484114 112 0 0 25 0 5 0 604751117 512348160 113542 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=500340 CPUtime=4841.11 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 682288 1260 0 0 484014 97 0 0 25 0 5 0 604751117 512348160 113542 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=500340 CPUtime=4815.57 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 821313 1260 0 0 481443 114 0 0 25 0 5 0 604751117 512348160 113542 33554432000 4194304 4356188 140733667095136 18446744073709551615 4210740 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=500340 CPUtime=4842.24 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 698944 1260 0 0 484126 98 0 0 25 0 5 0 604751117 512348160 113542 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38709.8
Current children cumulated vsize (KiB) 3501736

[startup+4902.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 27980
/proc/meminfo: memFree=29066916/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1799316 CPUtime=4902.43 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 1513591 0 0 0 489559 684 0 0 25 0 1 0 604751099 1842499584 76486 33554432000 4194304 4587354 140733734752432 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 449829 76486 337 96 0 446391 0
[pid=27822] ppid=27819 vsize=362128 CPUtime=4902.3 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 85523 0 0 0 490198 32 0 0 25 0 1 0 604751099 370819072 83721 33554432000 4194304 4785740 140736113627920 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 90532 83721 340 145 0 87577 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=4901.26 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 490125 1 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=363300 CPUtime=4902.43 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 85479 0 0 0 490193 50 0 0 25 0 1 0 604751099 372019200 70002 33554432000 4194304 4331988 140733259288672 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 90825 70002 175 34 0 89267 0
[pid=27825] ppid=27819 vsize=549492 CPUtime=19581.1 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 3155993 1260 0 0 1957674 431 0 0 18 0 5 0 604751099 562679808 125830 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 137373 125830 163 40 0 135917 0
[pid=27825/tid=27831] ppid=27819 vsize=549492 CPUtime=4902.26 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 903676 1260 0 0 490112 114 0 0 25 0 5 0 604751117 562679808 125830 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=549492 CPUtime=4901.11 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 704816 1260 0 0 490011 100 0 0 25 0 5 0 604751117 562679808 125830 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=549492 CPUtime=4875.25 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 837697 1260 0 0 487409 116 0 0 25 0 5 0 604751117 562679808 125830 33554432000 4194304 4356188 140733667095136 18446744073709551615 4244260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=549492 CPUtime=4902.24 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 700992 1260 0 0 490125 99 0 0 25 0 5 0 604751117 562679808 125830 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39189.5
Current children cumulated vsize (KiB) 3562908

[startup+4962.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 27982
/proc/meminfo: memFree=29112076/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1801176 CPUtime=4962.44 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 1528878 0 0 0 495552 692 0 0 25 0 1 0 604751099 1844404224 67925 33554432000 4194304 4587354 140733734752432 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 450294 67925 337 96 0 446856 0
[pid=27822] ppid=27819 vsize=362980 CPUtime=4962.3 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 85697 0 0 0 496198 32 0 0 25 0 1 0 604751099 371691520 83895 33554432000 4194304 4785740 140736113627920 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 90745 83895 340 145 0 87790 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=4961.25 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 496124 1 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=363300 CPUtime=4962.44 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 86088 0 0 0 496193 51 0 0 25 0 1 0 604751099 372019200 70611 33554432000 4194304 4331988 140733259288672 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 90825 70611 175 34 0 89267 0
[pid=27825] ppid=27819 vsize=488052 CPUtime=19820.7 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 3188761 1260 0 0 1981638 436 0 0 18 0 5 0 604751099 499765248 110470 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 122013 110470 163 40 0 120557 0
[pid=27825/tid=27831] ppid=27819 vsize=488052 CPUtime=4962.26 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 912892 1260 0 0 496111 115 0 0 25 0 5 0 604751117 499765248 110470 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=488052 CPUtime=4961.11 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 714032 1260 0 0 496010 101 0 0 25 0 5 0 604751117 499765248 110470 33554432000 4194304 4356188 140733667095136 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=488052 CPUtime=4934.92 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 842817 1260 0 0 493375 117 0 0 25 0 5 0 604751117 499765248 110470 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=488052 CPUtime=4962.24 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 710208 1260 0 0 496124 100 0 0 25 0 5 0 604751117 499765248 110470 33554432000 4194304 4356188 140733667095136 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39669.2
Current children cumulated vsize (KiB) 3504180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.03 8.04 8.00 9/180 27983
/proc/meminfo: memFree=29075672/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1801176 CPUtime=5003.85 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 1540863 0 0 0 499687 698 0 0 25 0 1 0 604751099 1844404224 79731 33554432000 4194304 4587354 140733734752432 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 450294 79731 337 96 0 446856 0
[pid=27822] ppid=27819 vsize=362980 CPUtime=5003.7 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 85721 0 0 0 500338 32 0 0 25 0 1 0 604751099 371691520 83919 33554432000 4194304 4785740 140736113627920 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 90745 83919 340 145 0 87790 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=5002.66 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 500265 1 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=363300 CPUtime=5003.84 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 86607 0 0 0 500333 51 0 0 25 0 1 0 604751099 372019200 71130 33554432000 4194304 4331988 140733259288672 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 90825 71130 175 34 0 89267 0
[pid=27825] ppid=27819 vsize=512628 CPUtime=19986.1 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 3213337 1260 0 0 1998176 438 0 0 18 0 5 0 604751099 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 128157 116614 163 40 0 126701 0
[pid=27825/tid=27831] ppid=27819 vsize=512628 CPUtime=5003.67 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 912892 1260 0 0 500252 115 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=512628 CPUtime=5002.52 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 723248 1260 0 0 500150 102 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=512628 CPUtime=4976.1 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 853057 1260 0 0 497492 118 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=512628 CPUtime=5003.65 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 715328 1260 0 0 500264 101 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 3528756

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

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

[startup+5003.7 s]
/proc/loadavg: 8.03 8.04 8.00 9/180 27983
/proc/meminfo: memFree=29075672/32951124 swapFree=67111464/67111528
[pid=27819] ppid=27817 vsize=18324 CPUtime=0 cores=0-7
/proc/27819/stat : 27819 (ppfolio) S 27817 27819 27793 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 604751099 18763776 390 33554432000 4194304 4287625 140735955756000 18446744073709551615 260020416015 0 0 4096 65536 16550166784439746559 0 0 17 2 0 0 0
/proc/27819/statm: 4581 390 341 23 0 91 0
[pid=27821] ppid=27819 vsize=1801176 CPUtime=5003.85 cores=0
/proc/27821/stat : 27821 (cryptominisat) R 27819 27819 27793 0 -1 4202496 1540863 0 0 0 499687 698 0 0 25 0 1 0 604751099 1844404224 79731 33554432000 4194304 4587354 140733734752432 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27821/statm: 450294 79731 337 96 0 446856 0
[pid=27822] ppid=27819 vsize=362980 CPUtime=5003.7 cores=1
/proc/27822/stat : 27822 (clasp) R 27819 27819 27793 0 -1 4202496 85721 0 0 0 500338 32 0 0 25 0 1 0 604751099 371691520 83919 33554432000 4194304 4785740 140736113627920 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27822/statm: 90745 83919 340 145 0 87790 0
[pid=27823] ppid=27819 vsize=470348 CPUtime=5002.66 cores=2
/proc/27823/stat : 27823 (TNM) R 27819 27819 27793 0 -1 4202496 6321 0 11 0 500265 1 0 0 25 0 1 0 604751099 481636352 6228 33554432000 134512640 134534564 4291675872 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 5
/proc/27823/statm: 117587 6228 95 6 0 116253 0
[pid=27824] ppid=27819 vsize=363300 CPUtime=5003.84 cores=3
/proc/27824/stat : 27824 (march_hi) R 27819 27819 27793 0 -1 4202496 86607 0 0 0 500333 51 0 0 25 0 1 0 604751099 372019200 71130 33554432000 4194304 4331988 140733259288672 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27824/statm: 90825 71130 175 34 0 89267 0
[pid=27825] ppid=27819 vsize=512628 CPUtime=19986.1 cores=4-7
/proc/27825/stat : 27825 (plingeling) S 27819 27819 27793 0 -1 4202496 3213337 1260 0 0 1998176 438 0 0 18 0 5 0 604751099 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27825/statm: 128157 116614 163 40 0 126701 0
[pid=27825/tid=27831] ppid=27819 vsize=512628 CPUtime=5003.67 cores=4-7
/proc/27825/task/27831/stat : 27831 (plingeling) R 27819 27819 27793 0 -1 4202560 912892 1260 0 0 500252 115 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27825/tid=27832] ppid=27819 vsize=512628 CPUtime=5002.52 cores=4-7
/proc/27825/task/27832/stat : 27832 (plingeling) R 27819 27819 27793 0 -1 4202560 723248 1260 0 0 500150 102 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27825/tid=27833] ppid=27819 vsize=512628 CPUtime=4976.1 cores=4-7
/proc/27825/task/27833/stat : 27833 (plingeling) R 27819 27819 27793 0 -1 4202560 853057 1260 0 0 497492 118 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27825/tid=27834] ppid=27819 vsize=512628 CPUtime=5003.65 cores=4-7
/proc/27825/task/27834/stat : 27834 (plingeling) R 27819 27819 27793 0 -1 4202560 715328 1260 0 0 500264 101 0 0 25 0 5 0 604751117 524931072 116614 33554432000 4194304 4356188 140733667095136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 3528756

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27819 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=653481
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 5002.68
# while last known CPU time is 40000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.72
CPU time (s): 40000.2
CPU user time (s): 39988
CPU system time (s): 12.2
CPU usage (%): 799.41
Max. virtual memory (cumulated for all children) (KiB): 5047784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.65
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6841
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 473
involuntary context switches= 14603

runsolver used 8.36873 second user time and 18.9331 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-30 08:33:25
IDJOB=3275071
IDBENCH=71385
IDSOLVER=1638
FILE ID=node110/3275071-1304145205
RUNJOBID= node110-1304145205-27807
PBS_JOBID= 13170870
Free space on /tmp= 73472 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275071-1304145205/watcher-3275071-1304145205 -o /tmp/evaluation-result-3275071-1304145205/solver-3275071-1304145205 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275071-1304145205.cnf

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=818483414

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.76
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.830
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.830
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.74
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.830
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:      30508280 kB
Buffers:        976956 kB
Cached:         987516 kB
SwapCached:         64 kB
Active:         279236 kB
Inactive:      1749208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30508280 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           13452 kB
Writeback:           0 kB
AnonPages:       64248 kB
Mapped:          14320 kB
Slab:           350096 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187236 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= 73460 MiB
End job on node110 at 2011-04-30 09:56:51