Trace number 3275101

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark775.246
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3275101-1304145274/watcher-3275101-1304145274 -o /tmp/evaluation-result-3275101-1304145274/solver-3275101-1304145274 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275101-1304145274.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: 1.38 3.09 3.66 1/174 13206
/proc/meminfo: memFree=29478360/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) R 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0

[startup+0.093084 s]
/proc/loadavg: 1.38 3.09 3.66 1/174 13206
/proc/meminfo: memFree=29478360/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101079 s]
/proc/loadavg: 1.38 3.09 3.66 1/174 13206
/proc/meminfo: memFree=29478360/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301011 s]
/proc/loadavg: 1.38 3.09 3.66 1/174 13206
/proc/meminfo: memFree=29478360/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700935 s]
/proc/loadavg: 1.38 3.09 3.66 1/174 13206
/proc/meminfo: memFree=29478360/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 1.38 3.09 3.66 9/184 13221
/proc/meminfo: memFree=29346116/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=67660 CPUtime=1.49 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 12886 0 0 0 147 2 0 0 20 0 1 0 526125273 69283840 11504 33554432000 4194304 4587354 140734631084560 18446744073709551615 4244512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 16915 11504 326 96 0 13477 0
[pid=13208] ppid=13206 vsize=26688 CPUtime=1.48 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 5627 0 0 0 148 0 0 0 20 0 1 0 526125273 27328512 3929 33554432000 4194304 4785740 140734022756048 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 6672 3929 340 145 0 3717 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=1.46 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 145 1 0 0 19 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=36588 CPUtime=1.48 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 16377 0 0 0 147 1 0 0 20 0 1 0 526125273 37466112 3997 33554432000 4194304 4331988 140734950822896 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 9147 3997 175 34 0 7589 0
[pid=13211] ppid=13206 vsize=156816 CPUtime=5.48 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 14707 1255 0 0 546 2 0 0 18 0 5 0 526125273 160579584 11378 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 39204 11378 162 40 0 37748 0
[pid=13211/tid=13218] ppid=13206 vsize=156816 CPUtime=1.34 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 2211 1255 0 0 134 0 0 0 19 0 5 0 526125287 160579584 11378 33554432000 4194304 4356188 140735135553616 18446744073709551615 4270512 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=156816 CPUtime=1.34 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 2728 1255 0 0 134 0 0 0 25 0 5 0 526125287 160579584 11378 33554432000 4194304 4356188 140735135553616 18446744073709551615 4270960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=156816 CPUtime=1.34 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 2633 1255 0 0 134 0 0 0 23 0 5 0 526125287 160579584 11378 33554432000 4194304 4356188 140735135553616 18446744073709551615 4211120 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=156816 CPUtime=1.29 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 2442 1255 0 0 129 0 0 0 22 0 5 0 526125287 160579584 11378 33554432000 4194304 4356188 140735135553616 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 773556

[startup+3.10049 s]
/proc/loadavg: 1.38 3.09 3.66 9/184 13221
/proc/meminfo: memFree=29334712/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=1887996 CPUtime=3.09 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 14631 0 0 0 307 2 0 0 25 0 1 0 526125273 1933307904 11721 33554432000 4194304 4587354 140734631084560 18446744073709551615 4450807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 471999 11721 337 96 0 468561 0
[pid=13208] ppid=13206 vsize=27612 CPUtime=3.08 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 5966 0 0 0 308 0 0 0 25 0 1 0 526125273 28274688 4268 33554432000 4194304 4785740 140734022756048 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 6903 4268 340 145 0 3948 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=3.06 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 305 1 0 0 24 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=36892 CPUtime=3.09 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 16456 0 0 0 307 2 0 0 25 0 1 0 526125273 37777408 4076 33554432000 4194304 4331988 140734950822896 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 9223 4076 176 34 0 7665 0
[pid=13211] ppid=13206 vsize=168464 CPUtime=11.87 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 17619 1255 0 0 1185 2 0 0 18 0 5 0 526125273 172507136 14290 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 42116 14290 162 40 0 40660 0
[pid=13211/tid=13218] ppid=13206 vsize=168464 CPUtime=2.94 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 2722 1255 0 0 294 0 0 0 25 0 5 0 526125287 172507136 14290 33554432000 4194304 4356188 140735135553616 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=168464 CPUtime=2.94 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 3240 1255 0 0 294 0 0 0 25 0 5 0 526125287 172507136 14290 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=168464 CPUtime=2.94 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 3241 1255 0 0 294 0 0 0 25 0 5 0 526125287 172507136 14290 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=168464 CPUtime=2.88 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 3723 1255 0 0 288 0 0 0 25 0 5 0 526125287 172507136 14290 33554432000 4194304 4356188 140735135553616 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 2606768

[startup+6.3009 s]
/proc/loadavg: 1.91 3.18 3.69 9/184 13221
/proc/meminfo: memFree=29306068/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=1887996 CPUtime=6.29 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 14762 0 0 0 627 2 0 0 25 0 1 0 526125273 1933307904 11848 33554432000 4194304 4587354 140734631084560 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 471999 11848 337 96 0 468561 0
[pid=13208] ppid=13206 vsize=38920 CPUtime=6.29 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 8781 0 0 0 628 1 0 0 25 0 1 0 526125273 39854080 7083 33554432000 4194304 4785740 140734022756048 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 9730 7083 340 145 0 6775 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=6.26 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 625 1 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=37388 CPUtime=6.29 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 16565 0 0 0 627 2 0 0 25 0 1 0 526125273 38285312 4184 33554432000 4194304 4331988 140734950822896 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 9347 4184 175 34 0 7789 0
[pid=13211] ppid=13206 vsize=177076 CPUtime=24.66 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 19772 1255 0 0 2463 3 0 0 18 0 5 0 526125273 181325824 16443 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 44269 16443 162 40 0 42813 0
[pid=13211/tid=13218] ppid=13206 vsize=177076 CPUtime=6.14 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 3351 1255 0 0 614 0 0 0 25 0 5 0 526125287 181325824 16443 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=177076 CPUtime=6.14 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 3868 1255 0 0 614 0 0 0 25 0 5 0 526125287 181325824 16443 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=177076 CPUtime=6.14 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 3625 1255 0 0 614 0 0 0 25 0 5 0 526125287 181325824 16443 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=177076 CPUtime=6.06 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 4235 1255 0 0 606 0 0 0 25 0 5 0 526125287 181325824 16443 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.79
Current children cumulated vsize (KiB) 2627184

[startup+12.7007 s]
/proc/loadavg: 2.40 3.26 3.71 9/184 13221
/proc/meminfo: memFree=29262660/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=1892444 CPUtime=12.69 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 20489 0 0 0 1266 3 0 0 25 0 1 0 526125273 1937862656 15268 33554432000 4194304 4587354 140734631084560 18446744073709551615 4365133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 473111 15268 337 96 0 469673 0
[pid=13208] ppid=13206 vsize=55884 CPUtime=12.69 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 12948 0 0 0 1267 2 0 0 25 0 1 0 526125273 57225216 11250 33554432000 4194304 4785740 140734022756048 18446744073709551615 255376962593 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 13971 11250 340 145 0 11016 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=12.66 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 1265 1 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=38228 CPUtime=12.69 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 16765 0 0 0 1267 2 0 0 25 0 1 0 526125273 39145472 4383 33554432000 4194304 4331988 140734950822896 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 9557 4383 175 34 0 7999 0
[pid=13211] ppid=13206 vsize=195732 CPUtime=50.22 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 23925 1255 0 0 5019 3 0 0 18 0 5 0 526125273 200429568 20596 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 48933 20596 162 40 0 47477 0
[pid=13211/tid=13218] ppid=13206 vsize=195732 CPUtime=12.54 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 4248 1255 0 0 1254 0 0 0 25 0 5 0 526125287 200429568 20596 33554432000 4194304 4356188 140735135553616 18446744073709551615 4282499 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=195732 CPUtime=12.54 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 3996 1255 0 0 1254 0 0 0 25 0 5 0 526125287 200429568 20596 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=195732 CPUtime=12.54 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 3752 1255 0 0 1254 0 0 0 25 0 5 0 526125287 200429568 20596 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=195732 CPUtime=12.43 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 7236 1255 0 0 1243 0 0 0 25 0 5 0 526125287 200429568 20596 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 2668092

[startup+25.5013 s]
/proc/loadavg: 3.70 3.50 3.78 9/184 13221
/proc/meminfo: memFree=29217388/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=1890940 CPUtime=25.48 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 28412 0 0 0 2543 5 0 0 25 0 1 0 526125273 1936322560 20914 33554432000 4194304 4587354 140734631084560 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=13209] ppid=13206 vsize=467480 CPUtime=4782.38 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 478232 6 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=488700 CPUtime=4782.3 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 99711 0 0 0 478165 65 0 0 25 0 1 0 526125273 500428800 87328 33554432000 4194304 4331988 140734950822896 18446744073709551615 4210377 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 122175 87328 175 34 0 120617 0
[pid=13211] ppid=13206 vsize=550380 CPUtime=19102 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 2858954 1255 0 0 1909800 396 0 0 18 0 5 0 526125273 563589120 109769 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 137595 109769 162 40 0 136139 0
[pid=13211/tid=13218] ppid=13206 vsize=550380 CPUtime=4782.3 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 792222 1255 0 0 478121 109 0 0 25 0 5 0 526125287 563589120 109769 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=550380 CPUtime=4781.84 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 674017 1255 0 0 478090 94 0 0 25 0 5 0 526125287 563589120 109769 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331510 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=550380 CPUtime=4782.3 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 824493 1255 0 0 478115 115 0 0 25 0 5 0 526125287 563589120 109769 33554432000 4194304 4356188 140735135553616 18446744073709551615 4279474 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=550380 CPUtime=4755.35 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 563529 1255 0 0 475460 75 0 0 25 0 5 0 526125287 563589120 109769 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 3967092

[startup+4842.3 s]
/proc/loadavg: 8.08 8.11 8.09 9/184 13362
/proc/meminfo: memFree=28008816/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=2140624 CPUtime=4842.44 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 1176572 0 0 0 483702 542 0 0 25 0 1 0 526125273 2191998976 86668 33554432000 4194304 4587354 140734631084560 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 535156 86668 337 96 0 531718 0
[pid=13208] ppid=13206 vsize=296100 CPUtime=4842.44 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 69216 0 0 0 484218 26 0 0 25 0 1 0 526125273 303206400 67518 33554432000 4194304 4785740 140734022756048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 74025 67518 340 145 0 71070 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=4842.38 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 484231 7 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=488700 CPUtime=4842.3 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 100537 0 0 0 484164 66 0 0 25 0 1 0 526125273 500428800 88154 33554432000 4194304 4331988 140734950822896 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 122175 88154 175 34 0 120617 0
[pid=13211] ppid=13206 vsize=554476 CPUtime=19341.6 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 2899914 1255 0 0 1933762 401 0 0 18 0 5 0 526125273 567783424 110793 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 138619 110793 162 40 0 137163 0
[pid=13211/tid=13218] ppid=13206 vsize=554476 CPUtime=4842.3 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 805534 1255 0 0 484119 111 0 0 25 0 5 0 526125287 567783424 110793 33554432000 4194304 4356188 140735135553616 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=554476 CPUtime=4841.84 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 681185 1255 0 0 484089 95 0 0 25 0 5 0 526125287 567783424 110793 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=554476 CPUtime=4842.3 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 836781 1255 0 0 484113 117 0 0 25 0 5 0 526125287 567783424 110793 33554432000 4194304 4356188 140735135553616 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=554476 CPUtime=4815.03 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 571721 1255 0 0 481426 77 0 0 25 0 5 0 526125287 567783424 110793 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 3965704

[startup+4902.3 s]
/proc/loadavg: 8.23 8.13 8.10 9/184 13364
/proc/meminfo: memFree=28003100/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=2141652 CPUtime=4902.45 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 1189285 0 0 0 489697 548 0 0 25 0 1 0 526125273 2193051648 89414 33554432000 4194304 4587354 140734631084560 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 535413 89414 337 96 0 531975 0
[pid=13208] ppid=13206 vsize=296100 CPUtime=4902.44 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 69216 0 0 0 490218 26 0 0 25 0 1 0 526125273 303206400 67518 33554432000 4194304 4785740 140734022756048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 74025 67518 340 145 0 71070 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=4902.39 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 490232 7 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=488700 CPUtime=4902.31 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 101325 0 0 0 490164 67 0 0 25 0 1 0 526125273 500428800 88942 33554432000 4194304 4331988 140734950822896 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 122175 88942 175 34 0 120617 0
[pid=13211] ppid=13206 vsize=583148 CPUtime=19581.3 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 2939850 1255 0 0 1957724 407 0 0 18 0 5 0 526125273 597143552 117961 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 145787 117961 162 40 0 144331 0
[pid=13211/tid=13218] ppid=13206 vsize=583148 CPUtime=4902.3 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 814750 1255 0 0 490118 112 0 0 25 0 5 0 526125287 597143552 117961 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=583148 CPUtime=4901.83 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 692449 1255 0 0 490087 96 0 0 25 0 5 0 526125287 597143552 117961 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=583148 CPUtime=4902.3 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 850093 1255 0 0 490111 119 0 0 25 0 5 0 526125287 597143552 117961 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=583148 CPUtime=4874.7 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 577865 1255 0 0 487392 78 0 0 25 0 5 0 526125287 597143552 117961 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 3995404

[startup+4962.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/184 13365
/proc/meminfo: memFree=28052684/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=2140648 CPUtime=4962.44 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 1199606 0 0 0 495691 553 0 0 25 0 1 0 526125273 2192023552 80063 33554432000 4194304 4587354 140734631084560 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 535162 80063 337 96 0 531724 0
[pid=13208] ppid=13206 vsize=297096 CPUtime=4962.44 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 69428 0 0 0 496218 26 0 0 25 0 1 0 526125273 304226304 67730 33554432000 4194304 4785740 140734022756048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 74274 67730 340 145 0 71319 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=4962.39 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 496232 7 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=488700 CPUtime=4962.3 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 102188 0 0 0 496163 67 0 0 25 0 1 0 526125273 500428800 89805 33554432000 4194304 4331988 140734950822896 18446744073709551615 4265328 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 122175 89805 175 34 0 120617 0
[pid=13211] ppid=13206 vsize=566764 CPUtime=19821 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 2992074 1255 0 0 1981684 414 0 0 18 0 5 0 526125273 580366336 113865 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 141691 113865 162 40 0 140235 0
[pid=13211/tid=13218] ppid=13206 vsize=566764 CPUtime=4962.31 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 826014 1255 0 0 496117 114 0 0 25 0 5 0 526125287 580366336 113865 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=566764 CPUtime=4961.82 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 701665 1255 0 0 496085 97 0 0 25 0 5 0 526125287 580366336 113865 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=566764 CPUtime=4962.31 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 867501 1255 0 0 496109 122 0 0 25 0 5 0 526125287 580366336 113865 33554432000 4194304 4356188 140735135553616 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=566764 CPUtime=4934.38 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 592201 1255 0 0 493358 80 0 0 25 0 5 0 526125287 580366336 113865 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 3979012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.10 8.12 8.09 9/184 13366
/proc/meminfo: memFree=28083424/32951124 swapFree=67111352/67111528
[pid=13206] ppid=13204 vsize=18324 CPUtime=0 cores=0-7
/proc/13206/stat : 13206 (ppfolio) S 13204 13206 13180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526125272 18763776 389 33554432000 4194304 4287625 140733342367312 18446744073709551615 255377321487 0 0 4096 65536 4577522272302006271 0 0 17 6 0 0 0
/proc/13206/statm: 4581 389 341 23 0 91 0
[pid=13207] ppid=13206 vsize=2134668 CPUtime=5003.75 cores=0
/proc/13207/stat : 13207 (cryptominisat) R 13206 13206 13180 0 -1 4202496 1209365 0 0 0 499817 558 0 0 25 0 1 0 526125273 2185900032 79660 33554432000 4194304 4587354 140734631084560 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13207/statm: 533667 79660 337 96 0 530229 0
[pid=13208] ppid=13206 vsize=297572 CPUtime=5003.75 cores=1
/proc/13208/stat : 13208 (clasp) R 13206 13206 13180 0 -1 4202496 69559 0 0 0 500349 26 0 0 25 0 1 0 526125273 304713728 67861 33554432000 4194304 4785740 140734022756048 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13208/statm: 74393 67861 340 145 0 71438 0
[pid=13209] ppid=13206 vsize=467480 CPUtime=5003.69 cores=2
/proc/13209/stat : 13209 (TNM) R 13206 13206 13180 0 -1 4202496 5154 0 1 0 500362 7 0 0 25 0 1 0 526125273 478699520 5052 33554432000 134512640 134534564 4292409360 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/13209/statm: 116870 5052 95 6 0 115536 0
[pid=13210] ppid=13206 vsize=488700 CPUtime=5003.61 cores=3
/proc/13210/stat : 13210 (march_hi) R 13206 13206 13180 0 -1 4202496 102854 0 0 0 500293 68 0 0 25 0 1 0 526125273 500428800 90471 33554432000 4194304 4331988 140734950822896 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13210/statm: 122175 90471 175 34 0 120617 0
[pid=13211] ppid=13206 vsize=533996 CPUtime=19986 cores=4-7
/proc/13211/stat : 13211 (plingeling) S 13206 13206 13180 0 -1 4202496 3016650 1255 0 0 1998180 418 0 0 18 0 5 0 526125273 546811904 105673 33554432000 4194304 4356188 140735135553616 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/13211/statm: 133499 105673 162 40 0 132043 0
[pid=13211/tid=13218] ppid=13206 vsize=533996 CPUtime=5003.61 cores=4-7
/proc/13211/task/13218/stat : 13218 (plingeling) R 13206 13206 13180 0 -1 4202560 836254 1255 0 0 500246 115 0 0 25 0 5 0 526125287 546811904 105673 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13211/tid=13219] ppid=13206 vsize=533996 CPUtime=5003.13 cores=4-7
/proc/13211/task/13219/stat : 13219 (plingeling) R 13206 13206 13180 0 -1 4202560 710881 1255 0 0 500215 98 0 0 25 0 5 0 526125287 546811904 105673 33554432000 4194304 4356188 140735135553616 18446744073709551615 4334501 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13211/tid=13220] ppid=13206 vsize=533996 CPUtime=5003.61 cores=4-7
/proc/13211/task/13220/stat : 13220 (plingeling) R 13206 13206 13180 0 -1 4202560 870573 1255 0 0 500239 122 0 0 25 0 5 0 526125287 546811904 105673 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13211/tid=13221] ppid=13206 vsize=533996 CPUtime=4975.46 cores=4-7
/proc/13211/task/13221/stat : 13221 (plingeling) R 13206 13206 13180 0 -1 4202560 594249 1255 0 0 497466 80 0 0 25 0 5 0 526125287 546811904 105673 33554432000 4194304 4356188 140735135553616 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 3940740

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13206 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=632332
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=78987
# CPU time returned by wait4() is 5003.71
# while last known CPU time is 40000.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.8
CPU user time (s): 39990
CPU system time (s): 10.77
CPU usage (%): 799.437
Max. virtual memory (cumulated for all children) (KiB): 5812460

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

runsolver used 7.56485 second user time and 19.735 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-30 08:34:34
IDJOB=3275101
IDBENCH=71428
IDSOLVER=1638
FILE ID=node135/3275101-1304145274
RUNJOBID= node135-1304145274-13194
PBS_JOBID= 13170876
Free space on /tmp= 72096 MiB

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

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=1299963249

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29479020 kB
Buffers:        944504 kB
Cached:        1943940 kB
SwapCached:        172 kB
Active:         185740 kB
Inactive:      2768004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29479020 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           13120 kB
Writeback:          12 kB
AnonPages:       64848 kB
Mapped:          14456 kB
Slab:           454600 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187400 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= 72088 MiB
End job on node135 at 2011-04-30 09:58:00