Trace number 3275191

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.4 5004.62

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3275191-1304145421/watcher-3275191-1304145421 -o /tmp/evaluation-result-3275191-1304145421/solver-3275191-1304145421 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275191-1304145421.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: 0.85 1.26 2.38 2/168 14869
/proc/meminfo: memFree=30855448/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0

[startup+0.07586 s]
/proc/loadavg: 0.85 1.26 2.38 2/168 14869
/proc/meminfo: memFree=30855448/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100853 s]
/proc/loadavg: 0.85 1.26 2.38 2/168 14869
/proc/meminfo: memFree=30855448/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300789 s]
/proc/loadavg: 0.85 1.26 2.38 2/168 14869
/proc/meminfo: memFree=30855448/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 24 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.70072 s]
/proc/loadavg: 0.85 1.26 2.38 2/168 14869
/proc/meminfo: memFree=30855448/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 24 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.50059 s]
/proc/loadavg: 0.85 1.26 2.38 9/178 14884
/proc/meminfo: memFree=30693948/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=72208 CPUtime=1.49 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 19602 0 0 0 147 2 0 0 20 0 1 0 526141767 73940992 12828 33554432000 4194304 4587354 140736160725744 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 18052 12828 326 96 0 14614 0
[pid=14871] ppid=14869 vsize=34068 CPUtime=1.48 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 7109 0 0 0 147 1 0 0 20 0 1 0 526141767 34885632 5826 33554432000 4194304 4785740 140734724605056 18446744073709551615 210646807237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 8517 5826 317 145 0 5562 0
[pid=14872] ppid=14869 vsize=466252 CPUtime=1.1 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 5021 0 10 0 109 1 0 0 25 0 1 0 526141767 477442048 4928 33554432000 134512640 134534564 4287080576 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 2 0 0 39
/proc/14872/statm: 116563 4928 91 6 0 115229 0
[pid=14873] ppid=14869 vsize=48380 CPUtime=1.49 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 24513 0 0 0 147 2 0 0 25 0 1 0 526141767 49541120 5403 33554432000 4194304 4331988 140736858613680 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 12095 5403 174 34 0 10537 0
[pid=14874] ppid=14869 vsize=99164 CPUtime=5.26 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 16478 1259 0 0 524 2 0 0 25 0 5 0 526141767 101543936 13215 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 24791 13215 163 40 0 23335 0
[pid=14874/tid=14881] ppid=14869 vsize=99164 CPUtime=1.27 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 1919 1259 0 0 127 0 0 0 25 0 5 0 526141789 101543936 13215 33554432000 4194304 4356188 140736117830448 18446744073709551615 4211900 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=99164 CPUtime=1.24 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 1695 1259 0 0 124 0 0 0 25 0 5 0 526141789 101543936 13215 33554432000 4194304 4356188 140736117830448 18446744073709551615 4276747 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=99164 CPUtime=1.26 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 1898 1259 0 0 126 0 0 0 25 0 5 0 526141789 101543936 13215 33554432000 4194304 4356188 140736117830448 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=99164 CPUtime=1.25 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 2183 1259 0 0 125 0 0 0 25 0 5 0 526141789 101543936 13215 33554432000 4194304 4356188 140736117830448 18446744073709551615 4234192 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 738396

[startup+3.10132 s]
/proc/loadavg: 0.85 1.26 2.38 9/178 14884
/proc/meminfo: memFree=30682172/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 2 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=777552 CPUtime=3.09 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 21929 0 0 0 307 2 0 0 25 0 1 0 526141767 796213248 13201 33554432000 4194304 4587354 140736160725744 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 194388 13201 327 96 0 190950 0
[pid=14871] ppid=14869 vsize=33032 CPUtime=3.08 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 7470 0 0 0 307 1 0 0 25 0 1 0 526141767 33824768 5590 33554432000 4194304 4785740 140734724605056 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 8258 5590 341 145 0 5303 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=2.66 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 265 1 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134525974 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=49180 CPUtime=3.09 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 24713 0 0 0 307 2 0 0 25 0 1 0 526141767 50360320 5603 33554432000 4194304 4331988 140736858613680 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 12295 5603 174 34 0 10737 0
[pid=14874] ppid=14869 vsize=113500 CPUtime=11.66 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 20062 1259 0 0 1164 2 0 0 25 0 5 0 526141767 116224000 16799 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 28375 16799 163 40 0 26919 0
[pid=14874/tid=14881] ppid=14869 vsize=113500 CPUtime=2.87 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 2559 1259 0 0 287 0 0 0 25 0 5 0 526141789 116224000 16799 33554432000 4194304 4356188 140736117830448 18446744073709551615 4274287 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=113500 CPUtime=2.84 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 2463 1259 0 0 284 0 0 0 25 0 5 0 526141789 116224000 16799 33554432000 4194304 4356188 140736117830448 18446744073709551615 4279551 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=113500 CPUtime=2.86 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 2921 1259 0 0 286 0 0 0 25 0 5 0 526141789 116224000 16799 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=113500 CPUtime=2.85 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 3336 1259 0 0 285 0 0 0 25 0 5 0 526141789 116224000 16799 33554432000 4194304 4356188 140736117830448 18446744073709551615 4210581 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 1464052

[startup+6.30078 s]
/proc/loadavg: 1.74 1.44 2.43 10/178 14884
/proc/meminfo: memFree=30647332/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=777552 CPUtime=6.28 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 22377 0 0 0 626 2 0 0 25 0 1 0 526141767 796213248 13644 33554432000 4194304 4587354 140736160725744 18446744073709551615 4365358 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 194388 13644 337 96 0 190950 0
[pid=14871] ppid=14869 vsize=40940 CPUtime=6.29 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 9440 0 0 0 627 2 0 0 25 0 1 0 526141767 41922560 7560 33554432000 4194304 4785740 140734724605056 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 10235 7560 341 145 0 7280 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=3.94 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 382 12 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=49612 CPUtime=6.29 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 24796 0 0 0 627 2 0 0 25 0 1 0 526141767 50802688 5684 33554432000 4194304 4331988 140736858613680 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 12403 5684 174 34 0 10845 0
[pid=14874] ppid=14869 vsize=128000 CPUtime=24.44 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 23687 1259 0 0 2441 3 0 0 25 0 5 0 526141767 131072000 20424 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 32000 20424 163 40 0 30544 0
[pid=14874/tid=14881] ppid=14869 vsize=128000 CPUtime=6.07 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 3731 1259 0 0 607 0 0 0 25 0 5 0 526141789 131072000 20424 33554432000 4194304 4356188 140736117830448 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=128000 CPUtime=6.04 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 3764 1259 0 0 604 0 0 0 25 0 5 0 526141789 131072000 20424 33554432000 4194304 4356188 140736117830448 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=128000 CPUtime=6.06 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 3305 1259 0 0 606 0 0 0 25 0 5 0 526141789 131072000 20424 33554432000 4194304 4356188 140736117830448 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=128000 CPUtime=6.03 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 4104 1259 0 0 603 0 0 0 25 0 5 0 526141789 131072000 20424 33554432000 4194304 4356188 140736117830448 18446744073709551615 4282432 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.25
Current children cumulated vsize (KiB) 1486892

[startup+12.7007 s]
/proc/loadavg: 2.24 1.55 2.46 9/178 14884
/proc/meminfo: memFree=30608484/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=792732 CPUtime=12.69 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 25397 0 0 0 1266 3 0 0 25 0 1 0 526141767 811757568 16660 33554432000 4194304 4587354 140736160725744 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 198183 16660 337 96 0 194745 0
[pid=14871] ppid=14869 vsize=60716 CPUtime=12.69 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 14396 0 0 0 1265 4 0 0 25 0 1 0 526141767 62173184 12516 33554432000 4194304 4785740 140734724605056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 15179 12516 341 145 0 12224 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=9.41 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 918 23 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=50036 CPUtime=12.69 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 24903 0 0 0 1267 2 0 0 25 0 1 0 526141767 51236864 5791 33554432000 4194304 4331988 140736858613680 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 12509 5791 174 34 0 10951 0
[pid=14874] ppid=14869 vsize=132268 CPUtime=49.99 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 24243 1259 0 0 4996 3 0 0 25 0 5 0 526141767 135442432 20980 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 33067 20980 163 40 0 31611 0
[pid=14874/tid=14881] ppid=14869 vsize=132268 CPUtime=12.47 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 3731 1259 0 0 1247 0 0 0 25 0 5 0 526141789 135442432 20980 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=132268 CPUtime=12.43 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 3764 1259 0 0 1243 0 0 0 25 0 5 0 526141789 135442432 20980 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=132268 CPUtime=12.46 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 3305 1259 0 0 1246 0 0 0 25 0 5 0 526141789 135442432 20980 33554432000 4194304 4356188 140736117830448 18446744073709551615 4212639 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=132268 CPUtime=12.39 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 4660 1259 0 0 1239 0 0 0 25 0 5 0 526141789 135442432 20980 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.48
Current children cumulated vsize (KiB) 1526540

[startup+25.5005 s]
/proc/loadavg: 3.52 1.87 2.55 9/178 14884
/proc/meminfo: memFree=30547228/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=775740 CPUtime=25.48 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 34113 0 0 0 2545 3 0 0 25 0 1 0 526141767 794357760 22402 33554432000 4194304 4587354 140736160725744 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=14872] ppid=14869 vsize=472464 CPUtime=4778.3 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 477806 24 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=249964 CPUtime=4782.36 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 69291 0 0 0 478206 30 0 0 25 0 1 0 526141767 255963136 50176 33554432000 4194304 4331988 140736858613680 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 62491 50176 175 34 0 60933 0
[pid=14874] ppid=14869 vsize=484636 CPUtime=19098.1 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 2782158 1259 0 0 1909333 475 0 0 25 0 5 0 526141767 496267264 109583 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 121159 109583 163 40 0 119703 0
[pid=14874/tid=14881] ppid=14869 vsize=484636 CPUtime=4764.58 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 790368 1259 0 0 476309 149 0 0 25 0 5 0 526141789 496267264 109583 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=484636 CPUtime=4780.62 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 634360 1259 0 0 477972 90 0 0 25 0 5 0 526141789 496267264 109583 33554432000 4194304 4356188 140736117830448 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=484636 CPUtime=4782.05 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 657901 1259 0 0 478120 85 0 0 25 0 5 0 526141789 496267264 109583 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=484636 CPUtime=4770.57 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 690746 1259 0 0 476911 146 0 0 25 0 5 0 526141789 496267264 109583 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331803 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38223.4
Current children cumulated vsize (KiB) 2557724

[startup+4842.3 s]
/proc/loadavg: 8.07 8.03 7.98 9/178 15025
/proc/meminfo: memFree=29544776/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=931096 CPUtime=4842.36 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 1662429 0 0 0 483544 692 0 0 25 0 1 0 526141767 953442304 62167 33554432000 4194304 4587354 140736160725744 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 232774 62167 337 96 0 229336 0
[pid=14871] ppid=14869 vsize=399380 CPUtime=4842.25 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 94612 0 0 0 484176 49 0 0 25 0 1 0 526141767 408965120 92732 33554432000 4194304 4785740 140734724605056 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 99845 92732 341 145 0 96890 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=4838.31 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 483807 24 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=249964 CPUtime=4842.35 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 69835 0 0 0 484205 30 0 0 25 0 1 0 526141767 255963136 50720 33554432000 4194304 4331988 140736858613680 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 62491 50720 175 34 0 60933 0
[pid=14874] ppid=14869 vsize=468252 CPUtime=19337.7 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 2818510 1259 0 0 1933288 481 0 0 25 0 5 0 526141767 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 117063 105487 163 40 0 115607 0
[pid=14874/tid=14881] ppid=14869 vsize=468252 CPUtime=4824.26 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 802656 1259 0 0 482275 151 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=468252 CPUtime=4840.62 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 642040 1259 0 0 483970 92 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=468252 CPUtime=4842.05 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 673261 1259 0 0 484117 88 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=468252 CPUtime=4830.53 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 691770 1259 0 0 482905 148 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38703
Current children cumulated vsize (KiB) 2539480

[startup+4902.3 s]
/proc/loadavg: 8.07 8.04 7.98 9/178 15026
/proc/meminfo: memFree=29561140/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=929272 CPUtime=4902.37 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 1682340 0 0 0 489536 701 0 0 25 0 1 0 526141767 951574528 68517 33554432000 4194304 4587354 140736160725744 18446744073709551615 4236320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 232318 68517 337 96 0 228880 0
[pid=14871] ppid=14869 vsize=401800 CPUtime=4902.25 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 95151 0 0 0 490176 49 0 0 25 0 1 0 526141767 411443200 93271 33554432000 4194304 4785740 140734724605056 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 100450 93271 341 145 0 97495 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=4898.31 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 489807 24 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=249964 CPUtime=4902.36 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 70389 0 0 0 490205 31 0 0 25 0 1 0 526141767 255963136 51274 33554432000 4194304 4331988 140736858613680 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 62491 51274 175 34 0 60933 0
[pid=14874] ppid=14869 vsize=468252 CPUtime=19577.3 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 2858958 1259 0 0 1957243 489 0 0 25 0 5 0 526141767 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 117063 105487 163 40 0 115607 0
[pid=14874/tid=14881] ppid=14869 vsize=468252 CPUtime=4883.93 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 811872 1259 0 0 488241 152 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4298508 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=468252 CPUtime=4900.61 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 651768 1259 0 0 489968 93 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=468252 CPUtime=4902.05 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 680429 1259 0 0 490116 89 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=468252 CPUtime=4890.47 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 706106 1259 0 0 488896 151 0 0 25 0 5 0 526141789 479490048 105487 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39182.6
Current children cumulated vsize (KiB) 2540076

[startup+4962.3 s]
/proc/loadavg: 8.07 8.04 7.99 9/178 15028
/proc/meminfo: memFree=29508552/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=933524 CPUtime=4962.37 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 1701386 0 0 0 495526 711 0 0 25 0 1 0 526141767 955928576 73953 33554432000 4194304 4587354 140736160725744 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 233381 73953 337 96 0 229943 0
[pid=14871] ppid=14869 vsize=402760 CPUtime=4962.25 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 95324 0 0 0 496176 49 0 0 25 0 1 0 526141767 412426240 93444 33554432000 4194304 4785740 140734724605056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 100690 93444 341 145 0 97735 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=4958.31 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 495807 24 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=249964 CPUtime=4962.36 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 70930 0 0 0 496205 31 0 0 25 0 1 0 526141767 255963136 51815 33554432000 4194304 4331988 140736858613680 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 62491 51815 175 34 0 60933 0
[pid=14874] ppid=14869 vsize=486684 CPUtime=19816.9 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 2896846 1259 0 0 1981201 494 0 0 25 0 5 0 526141767 498364416 110095 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 121671 110095 163 40 0 120215 0
[pid=14874/tid=14881] ppid=14869 vsize=486684 CPUtime=4943.6 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 821088 1259 0 0 494207 153 0 0 25 0 5 0 526141789 498364416 110095 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=486684 CPUtime=4960.61 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 663032 1259 0 0 495967 94 0 0 25 0 5 0 526141789 498364416 110095 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330896 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=486684 CPUtime=4962.04 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 688621 1259 0 0 496114 90 0 0 25 0 5 0 526141789 498364416 110095 33554432000 4194304 4356188 140736117830448 18446744073709551615 4210776 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=486684 CPUtime=4950.45 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 715322 1259 0 0 494892 153 0 0 25 0 5 0 526141789 498364416 110095 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39662.2
Current children cumulated vsize (KiB) 2563720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.6 s]
/proc/loadavg: 8.08 8.05 8.00 9/178 15029
/proc/meminfo: memFree=29504564/32951132 swapFree=67080200/67111528
[pid=14869] ppid=14867 vsize=18324 CPUtime=0.01 cores=0-7
/proc/14869/stat : 14869 (ppfolio) S 14867 14869 14843 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 526141767 18763776 390 33554432000 4194304 4287625 140735869321200 18446744073709551615 210647166479 0 0 4096 65536 3803571639463968767 0 0 17 3 0 0 0
/proc/14869/statm: 4581 390 341 23 0 91 0
[pid=14870] ppid=14869 vsize=931756 CPUtime=5004.67 cores=0
/proc/14870/stat : 14870 (cryptominisat) R 14869 14869 14843 0 -1 4202496 1713997 0 0 0 499750 717 0 0 25 0 1 0 526141767 954118144 72983 33554432000 4194304 4587354 140736160725744 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14870/statm: 232939 72983 337 96 0 229501 0
[pid=14871] ppid=14869 vsize=402760 CPUtime=5004.56 cores=1
/proc/14871/stat : 14871 (clasp) R 14869 14869 14843 0 -1 4202496 95354 0 0 0 500407 49 0 0 25 0 1 0 526141767 412426240 93474 33554432000 4194304 4785740 140734724605056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14871/statm: 100690 93474 341 145 0 97735 0
[pid=14872] ppid=14869 vsize=472464 CPUtime=5000.61 cores=2
/proc/14872/stat : 14872 (TNM) R 14869 14869 14843 0 -1 4202496 7268 0 11 0 500037 24 0 0 25 0 1 0 526141767 483803136 7176 33554432000 134512640 134534564 4287080576 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 42
/proc/14872/statm: 118116 7176 95 6 0 116782 0
[pid=14873] ppid=14869 vsize=249964 CPUtime=5004.66 cores=3
/proc/14873/stat : 14873 (march_hi) R 14869 14869 14843 0 -1 4202496 71285 0 0 0 500435 31 0 0 25 0 1 0 526141767 255963136 52170 33554432000 4194304 4331988 140736858613680 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14873/statm: 62491 52170 175 34 0 60933 0
[pid=14874] ppid=14869 vsize=492828 CPUtime=19985.9 cores=4-7
/proc/14874/stat : 14874 (plingeling) S 14869 14869 14843 0 -1 4202496 2921422 1259 0 0 1998092 497 0 0 25 0 5 0 526141767 504655872 111631 33554432000 4194304 4356188 140736117830448 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/14874/statm: 123207 111631 163 40 0 121751 0
[pid=14874/tid=14881] ppid=14869 vsize=492828 CPUtime=4985.68 cores=4-7
/proc/14874/task/14881/stat : 14881 (plingeling) R 14869 14869 14843 0 -1 4202560 830304 1259 0 0 498414 154 0 0 25 0 5 0 526141789 504655872 111631 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14874/tid=14882] ppid=14869 vsize=492828 CPUtime=5002.91 cores=4-7
/proc/14874/task/14882/stat : 14882 (plingeling) R 14869 14869 14843 0 -1 4202560 665080 1259 0 0 500197 94 0 0 25 0 5 0 526141789 504655872 111631 33554432000 4194304 4356188 140736117830448 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14874/tid=14883] ppid=14869 vsize=492828 CPUtime=5004.35 cores=4-7
/proc/14874/task/14883/stat : 14883 (plingeling) R 14869 14869 14843 0 -1 4202560 694765 1259 0 0 500344 91 0 0 25 0 5 0 526141789 504655872 111631 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14874/tid=14884] ppid=14869 vsize=492828 CPUtime=4992.72 cores=4-7
/proc/14874/task/14884/stat : 14884 (plingeling) R 14869 14869 14843 0 -1 4202560 722490 1259 0 0 499117 155 0 0 25 0 5 0 526141789 504655872 111631 33554432000 4194304 4356188 140736117830448 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 2568096

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 14869 and gives
#  childrusage.ru_utime.tv_sec=5000
#  childrusage.ru_utime.tv_usec=380826
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=267959
# CPU time returned by wait4() is 5000.65
# while last known CPU time is 40000.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5004.62
CPU time (s): 40000.4
CPU user time (s): 39987.2
CPU system time (s): 13.19
CPU usage (%): 799.27
Max. virtual memory (cumulated for all children) (KiB): 3275968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.38
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7791
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 471
involuntary context switches= 8062

runsolver used 7.74382 second user time and 19.556 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 08:37:01
IDJOB=3275191
IDBENCH=71603
IDSOLVER=1638
FILE ID=node129/3275191-1304145421
RUNJOBID= node129-1304145421-14857
PBS_JOBID= 13170882
Free space on /tmp= 67248 MiB

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

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

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=1711414232

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30855736 kB
Buffers:        269288 kB
Cached:        1447780 kB
SwapCached:       4964 kB
Active:         136620 kB
Inactive:      1617876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30855736 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           14148 kB
Writeback:           0 kB
AnonPages:       35652 kB
Mapped:          12072 kB
Slab:           276140 kB
PageTables:       4316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   183668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67236 MiB
End job on node129 at 2011-04-30 10:00:28