Trace number 3219129

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
MD5SUMf6b9ddbb2d1027fc4cfe1e8c2d86f4e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark192.951
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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

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

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


[startup+0 s]
/proc/loadavg: 8.15 8.16 7.67 1/174 9308
/proc/meminfo: memFree=30826104/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) R 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0

[startup+0.175682 s]
/proc/loadavg: 8.15 8.16 7.67 1/174 9308
/proc/meminfo: memFree=30826104/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) R 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200678 s]
/proc/loadavg: 8.15 8.16 7.67 1/174 9308
/proc/meminfo: memFree=30826104/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300661 s]
/proc/loadavg: 8.15 8.16 7.67 1/174 9308
/proc/meminfo: memFree=30826104/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700587 s]
/proc/loadavg: 8.15 8.16 7.67 1/174 9308
/proc/meminfo: memFree=30826104/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50044 s]
/proc/loadavg: 8.15 8.16 7.67 9/184 9323
/proc/meminfo: memFree=30775944/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=426744 CPUtime=1.49 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 6186 0 0 0 149 0 0 0 20 0 1 0 526290897 436985856 3244 33554432000 4194304 4587354 140736686919568 18446744073709551615 4242417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 106686 3244 327 96 0 103248 0
[pid=9310] ppid=9308 vsize=25848 CPUtime=1.48 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 4062 0 0 0 148 0 0 0 20 0 1 0 526290897 26468352 3792 33554432000 4194304 4785740 140735665855648 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 6462 3792 340 145 0 3507 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=1.49 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 149 0 0 0 20 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=15208 CPUtime=1.49 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 6506 0 0 0 148 1 0 0 20 0 1 0 526290897 15572992 1647 33554432000 4194304 4331988 140733615092960 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 3802 1647 174 34 0 2244 0
[pid=9313] ppid=9308 vsize=125372 CPUtime=5.63 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 4055 1248 0 0 563 0 0 0 18 0 5 0 526290897 128380928 3421 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 31343 3421 162 40 0 29887 0
[pid=9313/tid=9320] ppid=9308 vsize=125372 CPUtime=1.42 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 64 1248 0 0 142 0 0 0 23 0 5 0 526290902 128380928 3421 33554432000 4194304 4356188 140734952008016 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=125372 CPUtime=1.41 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 108 1248 0 0 141 0 0 0 23 0 5 0 526290902 128380928 3421 33554432000 4194304 4356188 140734952008016 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=125372 CPUtime=1.32 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 80 1248 0 0 132 0 0 0 23 0 5 0 526290902 128380928 3421 33554432000 4194304 4356188 140734952008016 18446744073709551615 4273762 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=125372 CPUtime=1.42 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 123 1248 0 0 142 0 0 0 23 0 5 0 526290902 128380928 3421 33554432000 4194304 4356188 140734952008016 18446744073709551615 4279761 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 1072204

[startup+3.10115 s]
/proc/loadavg: 8.15 8.16 7.67 10/184 9323
/proc/meminfo: memFree=30774084/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=431836 CPUtime=3.09 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 9795 0 0 0 308 1 0 0 25 0 1 0 526290897 442200064 3537 33554432000 4194304 4587354 140736686919568 18446744073709551615 271550202744 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 107959 3537 337 96 0 104521 0
[pid=9310] ppid=9308 vsize=27828 CPUtime=3.08 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 4559 0 0 0 308 0 0 0 25 0 1 0 526290897 28495872 4289 33554432000 4194304 4785740 140735665855648 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 6957 4289 340 145 0 4002 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=3.09 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 309 0 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=15528 CPUtime=3.09 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 6584 0 0 0 308 1 0 0 25 0 1 0 526290897 15900672 1725 33554432000 4194304 4331988 140733615092960 18446744073709551615 271549932746 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 3882 1725 174 34 0 2324 0
[pid=9313] ppid=9308 vsize=127096 CPUtime=12.03 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 4498 1248 0 0 1203 0 0 0 18 0 5 0 526290897 130146304 3864 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 31774 3864 162 40 0 30318 0
[pid=9313/tid=9320] ppid=9308 vsize=127096 CPUtime=3.02 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 209 1248 0 0 302 0 0 0 25 0 5 0 526290902 130146304 3864 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=127096 CPUtime=3.01 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 188 1248 0 0 301 0 0 0 25 0 5 0 526290902 130146304 3864 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=127096 CPUtime=2.92 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 194 1248 0 0 292 0 0 0 25 0 5 0 526290902 130146304 3864 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=127096 CPUtime=3.01 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 227 1248 0 0 301 0 0 0 25 0 5 0 526290902 130146304 3864 33554432000 4194304 4356188 140734952008016 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.38
Current children cumulated vsize (KiB) 1081320

[startup+6.30057 s]
/proc/loadavg: 8.22 8.17 7.67 9/184 9323
/proc/meminfo: memFree=30763916/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=431500 CPUtime=6.28 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 20575 0 0 0 626 2 0 0 25 0 1 0 526290897 441856000 4096 33554432000 4194304 4587354 140736686919568 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 107875 4099 337 96 0 104437 0
[pid=9310] ppid=9308 vsize=31744 CPUtime=6.29 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 5527 0 0 0 628 1 0 0 25 0 1 0 526290897 32505856 5257 33554432000 4194304 4785740 140735665855648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 7936 5257 340 145 0 4981 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=6.28 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 628 0 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=16084 CPUtime=6.29 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 6675 0 0 0 628 1 0 0 25 0 1 0 526290897 16470016 1816 33554432000 4194304 4331988 140733615092960 18446744073709551615 271549933277 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 4021 1816 174 34 0 2463 0
[pid=9313] ppid=9308 vsize=129792 CPUtime=24.82 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 5184 1248 0 0 2481 1 0 0 18 0 5 0 526290897 132907008 4550 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 32448 4550 162 40 0 30992 0
[pid=9313/tid=9320] ppid=9308 vsize=129792 CPUtime=6.22 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 369 1248 0 0 622 0 0 0 25 0 5 0 526290902 132907008 4550 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=129792 CPUtime=6.21 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 332 1248 0 0 621 0 0 0 25 0 5 0 526290902 132907008 4550 33554432000 4194304 4356188 140734952008016 18446744073709551615 4234107 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=129792 CPUtime=6.12 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 386 1248 0 0 612 0 0 0 25 0 5 0 526290902 132907008 4550 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=129792 CPUtime=6.19 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 417 1248 0 0 619 0 0 0 25 0 5 0 526290902 132907008 4550 33554432000 4194304 4356188 140734952008016 18446744073709551615 4330819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 1088152

[startup+12.7014 s]
/proc/loadavg: 8.28 8.18 7.68 9/184 9323
/proc/meminfo: memFree=30732652/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=435380 CPUtime=12.69 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 27995 0 0 0 1264 5 0 0 25 0 1 0 526290897 445829120 6683 33554432000 4194304 4587354 140736686919568 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 108845 6683 337 96 0 105407 0
[pid=9310] ppid=9308 vsize=35800 CPUtime=12.68 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 6547 0 0 0 1267 1 0 0 25 0 1 0 526290897 36659200 6277 33554432000 4194304 4785740 140735665855648 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 8950 6277 340 145 0 5995 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=12.69 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 1269 0 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=17620 CPUtime=12.69 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 7069 0 0 0 1268 1 0 0 25 0 1 0 526290897 18042880 2209 33554432000 4194304 4331988 140733615092960 18446744073709551615 4228213 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 4405 2209 175 34 0 2847 0
[pid=9313] ppid=9308 vsize=133268 CPUtime=50.38 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 6591 1248 0 0 5037 1 0 0 18 0 5 0 526290897 136466432 5419 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 33317 5419 162 40 0 31861 0
[pid=9313/tid=9320] ppid=9308 vsize=133268 CPUtime=12.62 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 691 1248 0 0 1262 0 0 0 25 0 5 0 526290902 136466432 5419 33554432000 4194304 4356188 140734952008016 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=133268 CPUtime=12.61 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 715 1248 0 0 1261 0 0 0 25 0 5 0 526290902 136466432 5419 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=133268 CPUtime=12.52 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 737 1248 0 0 1252 0 0 0 25 0 5 0 526290902 136466432 5419 33554432000 4194304 4356188 140734952008016 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=133268 CPUtime=12.56 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 768 1248 0 0 1256 0 0 0 25 0 5 0 526290902 136466432 5419 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 1101100

[startup+25.5011 s]
/proc/loadavg: 8.22 8.17 7.68 9/184 9324
/proc/meminfo: memFree=30722792/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=447588 CPUtime=25.49 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 38255 0 0 0 2542 7 0 0 25 0 1 0 526290897 458330112 9386 33554432000 4194304 4587354 140736686919568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9311] ppid=9308 vsize=460708 CPUtime=4841.95 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 484192 3 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=695160 CPUtime=4842.43 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 167752 0 0 0 484132 111 0 0 25 0 1 0 526290897 711843840 162892 33554432000 4194304 4331988 140733615092960 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 173790 162892 175 34 0 172232 0
[pid=9313] ppid=9308 vsize=228464 CPUtime=19341.4 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 485921 1248 0 0 1934065 72 0 0 18 0 5 0 526290897 233947136 29218 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 57116 29218 162 40 0 55660 0
[pid=9313/tid=9320] ppid=9308 vsize=228464 CPUtime=4842.36 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 125659 1248 0 0 484219 17 0 0 25 0 5 0 526290902 233947136 29218 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=228464 CPUtime=4842.34 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 110875 1248 0 0 484217 17 0 0 25 0 5 0 526290902 233947136 29218 33554432000 4194304 4356188 140734952008016 18446744073709551615 4234112 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=228464 CPUtime=4842.27 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 114824 1248 0 0 484208 19 0 0 25 0 5 0 526290902 233947136 29218 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=228464 CPUtime=4814.32 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 130883 1248 0 0 481415 17 0 0 25 0 5 0 526290902 233947136 29218 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331173 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) 2168532

[startup+4902.3 s]
/proc/loadavg: 8.06 8.08 8.08 9/184 9469
/proc/meminfo: memFree=29684544/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=500856 CPUtime=4902.3 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 1828519 0 0 0 489552 678 0 0 25 0 1 0 526290897 512876544 34050 33554432000 4194304 4587354 140736686919568 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 125214 34050 337 96 0 121776 0
[pid=9310] ppid=9308 vsize=266128 CPUtime=4902.42 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 60596 0 0 0 490227 15 0 0 25 0 1 0 526290897 272515072 60326 33554432000 4194304 4785740 140735665855648 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 66532 60326 340 145 0 63577 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=4901.94 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 490191 3 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=695160 CPUtime=4902.43 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 169838 0 0 0 490131 112 0 0 25 0 1 0 526290897 711843840 164978 33554432000 4194304 4331988 140733615092960 18446744073709551615 4287445 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 173790 164978 175 34 0 172232 0
[pid=9313] ppid=9308 vsize=211184 CPUtime=19581 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 487521 1248 0 0 1958030 73 0 0 18 0 5 0 526290897 216252416 24898 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 52796 24898 162 40 0 51340 0
[pid=9313/tid=9320] ppid=9308 vsize=211184 CPUtime=4902.35 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 125723 1248 0 0 490218 17 0 0 25 0 5 0 526290902 216252416 24898 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331506 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=211184 CPUtime=4902.33 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 111003 1248 0 0 490216 17 0 0 25 0 5 0 526290902 216252416 24898 33554432000 4194304 4356188 140734952008016 18446744073709551615 4274252 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=211184 CPUtime=4902.26 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 114952 1248 0 0 490207 19 0 0 25 0 5 0 526290902 216252416 24898 33554432000 4194304 4356188 140734952008016 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=211184 CPUtime=4873.99 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 132163 1248 0 0 487382 17 0 0 25 0 5 0 526290902 216252416 24898 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.1
Current children cumulated vsize (KiB) 2152360

[startup+4962.3 s]
/proc/loadavg: 8.12 8.09 8.08 9/184 9470
/proc/meminfo: memFree=29215788/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=961120 CPUtime=4962.29 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 1942794 0 0 0 495537 692 0 0 25 0 1 0 526290897 984186880 148290 33554432000 4194304 4587354 140736686919568 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 240280 148290 337 96 0 236842 0
[pid=9310] ppid=9308 vsize=267716 CPUtime=4962.42 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 60962 0 0 0 496227 15 0 0 25 0 1 0 526290897 274141184 60692 33554432000 4194304 4785740 140735665855648 18446744073709551615 271550235258 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 66929 60692 340 145 0 63974 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=4961.94 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 496191 3 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=702816 CPUtime=4962.43 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 171954 0 0 0 496129 114 0 0 25 0 1 0 526290897 719683584 167094 33554432000 4194304 4331988 140733615092960 18446744073709551615 4236970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 175704 167094 175 34 0 174146 0
[pid=9313] ppid=9308 vsize=210928 CPUtime=19820.7 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 489857 1248 0 0 1981998 73 0 0 18 0 5 0 526290897 215990272 24834 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 52732 24834 162 40 0 51276 0
[pid=9313/tid=9320] ppid=9308 vsize=210928 CPUtime=4962.35 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 127931 1248 0 0 496218 17 0 0 25 0 5 0 526290902 215990272 24834 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=210928 CPUtime=4962.33 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 111131 1248 0 0 496216 17 0 0 25 0 5 0 526290902 215990272 24834 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=210928 CPUtime=4962.26 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 114952 1248 0 0 496207 19 0 0 25 0 5 0 526290902 215990272 24834 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331803 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=210928 CPUtime=4933.66 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 132163 1248 0 0 493349 17 0 0 25 0 5 0 526290902 215990272 24834 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.8
Current children cumulated vsize (KiB) 2621612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.06 8.08 8.08 9/184 9471
/proc/meminfo: memFree=29201384/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=961120 CPUtime=5000 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 1942794 0 0 0 499308 692 0 0 25 0 1 0 526290897 984186880 148290 33554432000 4194304 4587354 140736686919568 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 240280 148290 337 96 0 236842 0
[pid=9310] ppid=9308 vsize=268452 CPUtime=5000.13 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 61112 0 0 0 499998 15 0 0 25 0 1 0 526290897 274894848 60842 33554432000 4194304 4785740 140735665855648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 67113 60842 340 145 0 64158 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=4999.64 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 499961 3 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=702816 CPUtime=5000.14 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 173271 0 0 0 499898 116 0 0 25 0 1 0 526290897 719683584 168411 33554432000 4194304 4331988 140733615092960 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 175704 168411 175 34 0 174146 0
[pid=9313] ppid=9308 vsize=219632 CPUtime=19971.3 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 492033 1248 0 0 1997060 73 0 0 18 0 5 0 526290897 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 54908 27010 162 40 0 53452 0
[pid=9313/tid=9320] ppid=9308 vsize=219632 CPUtime=5000.06 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 127931 1248 0 0 499989 17 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=219632 CPUtime=5000.04 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 111163 1248 0 0 499987 17 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=219632 CPUtime=4999.97 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 115048 1248 0 0 499978 19 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=219632 CPUtime=4971.16 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 134211 1248 0 0 497099 17 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.2
Current children cumulated vsize (KiB) 2631052

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

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

[startup+5000 s]
/proc/loadavg: 8.06 8.08 8.08 9/184 9471
/proc/meminfo: memFree=29201384/32951124 swapFree=67111336/67111528
[pid=9308] ppid=9306 vsize=18324 CPUtime=0 cores=0-7
/proc/9308/stat : 9308 (ppfolio) S 9306 9308 9131 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526290896 18763776 389 33554432000 4194304 4287625 140733668090576 18446744073709551615 271550557711 0 0 4096 65536 4562200302891040767 0 0 17 5 0 0 0
/proc/9308/statm: 4581 389 341 23 0 91 0
[pid=9309] ppid=9308 vsize=961120 CPUtime=5000 cores=0
/proc/9309/stat : 9309 (cryptominisat) R 9308 9308 9131 0 -1 4202496 1942794 0 0 0 499308 692 0 0 25 0 1 0 526290897 984186880 148290 33554432000 4194304 4587354 140736686919568 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9309/statm: 240280 148290 337 96 0 236842 0
[pid=9310] ppid=9308 vsize=268452 CPUtime=5000.13 cores=1
/proc/9310/stat : 9310 (clasp) R 9308 9308 9131 0 -1 4202496 61112 0 0 0 499998 15 0 0 25 0 1 0 526290897 274894848 60842 33554432000 4194304 4785740 140735665855648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9310/statm: 67113 60842 340 145 0 64158 0
[pid=9311] ppid=9308 vsize=460708 CPUtime=4999.64 cores=2
/proc/9311/stat : 9311 (TNM) R 9308 9308 9131 0 -1 4202496 1809 0 0 0 499961 3 0 0 25 0 1 0 526290897 471764992 1706 33554432000 134512640 134534564 4288755120 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9311/statm: 115177 1706 95 6 0 113843 0
[pid=9312] ppid=9308 vsize=702816 CPUtime=5000.14 cores=3
/proc/9312/stat : 9312 (march_hi) R 9308 9308 9131 0 -1 4202496 173271 0 0 0 499898 116 0 0 25 0 1 0 526290897 719683584 168411 33554432000 4194304 4331988 140733615092960 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9312/statm: 175704 168411 175 34 0 174146 0
[pid=9313] ppid=9308 vsize=219632 CPUtime=19971.3 cores=4-7
/proc/9313/stat : 9313 (plingeling) S 9308 9308 9131 0 -1 4202496 492033 1248 0 0 1997060 73 0 0 18 0 5 0 526290897 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9313/statm: 54908 27010 162 40 0 53452 0
[pid=9313/tid=9320] ppid=9308 vsize=219632 CPUtime=5000.06 cores=4-7
/proc/9313/task/9320/stat : 9320 (plingeling) R 9308 9308 9131 0 -1 4202560 127931 1248 0 0 499989 17 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9313/tid=9321] ppid=9308 vsize=219632 CPUtime=5000.04 cores=4-7
/proc/9313/task/9321/stat : 9321 (plingeling) R 9308 9308 9131 0 -1 4202560 111163 1248 0 0 499987 17 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9313/tid=9322] ppid=9308 vsize=219632 CPUtime=4999.97 cores=4-7
/proc/9313/task/9322/stat : 9322 (plingeling) R 9308 9308 9131 0 -1 4202560 115048 1248 0 0 499978 19 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9313/tid=9323] ppid=9308 vsize=219632 CPUtime=4971.16 cores=4-7
/proc/9313/task/9323/stat : 9323 (plingeling) R 9308 9308 9131 0 -1 4202560 134211 1248 0 0 497099 17 0 0 25 0 5 0 526290902 224903168 27010 33554432000 4194304 4356188 140734952008016 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.2
Current children cumulated vsize (KiB) 2631052

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9308 and gives
#  childrusage.ru_utime.tv_sec=4999
#  childrusage.ru_utime.tv_usec=615942
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=43993
# CPU time returned by wait4() is 4999.66
# while last known CPU time is 39971.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.2
CPU user time (s): 39962.2
CPU system time (s): 8.99
CPU usage (%): 799.422
Max. virtual memory (cumulated for all children) (KiB): 2631052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.62
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 511
involuntary context switches= 221566

runsolver used 7.9108 second user time and 19.3731 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 09:02:10
IDJOB=3219129
IDBENCH=82538
IDSOLVER=1638
FILE ID=node133/3219129-1304146930
RUNJOBID= node133-1304144668-9145
PBS_JOBID= 13170863
Free space on /tmp= 72752 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219129-1304146930/watcher-3219129-1304146930 -o /tmp/evaluation-result-3219129-1304146930/solver-3219129-1304146930 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219129-1304146930.cnf

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

MD5SUM BENCH= f6b9ddbb2d1027fc4cfe1e8c2d86f4e1
RANDOM SEED=312927087

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30826508 kB
Buffers:        535064 kB
Cached:        1180864 kB
SwapCached:        124 kB
Active:         231984 kB
Inactive:      1546904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30826508 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           10908 kB
Writeback:          36 kB
AnonPages:       63248 kB
Mapped:          14456 kB
Slab:           280708 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72744 MiB
End job on node133 at 2011-04-30 10:25:32