Trace number 3310120

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.6 5003.92

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications 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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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-3310120-1303987399/watcher-3310120-1303987399 -o /tmp/evaluation-result-3310120-1303987399/solver-3310120-1303987399 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310120-1303987399.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.46 2.50 3.05 2/170 22386
/proc/meminfo: memFree=14583800/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 4 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0

[startup+0.014387 s]
/proc/loadavg: 1.46 2.50 3.05 2/170 22386
/proc/meminfo: memFree=14583800/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100416 s]
/proc/loadavg: 1.46 2.50 3.05 2/170 22386
/proc/meminfo: memFree=14583800/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300383 s]
/proc/loadavg: 1.46 2.50 3.05 2/170 22386
/proc/meminfo: memFree=14583800/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700315 s]
/proc/loadavg: 1.46 2.50 3.05 2/170 22386
/proc/meminfo: memFree=14583800/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50112 s]
/proc/loadavg: 1.74 2.54 3.06 9/180 22401
/proc/meminfo: memFree=14156664/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=114456 CPUtime=1.48 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 22459 0 0 0 145 3 0 0 20 0 1 0 588970629 117202944 21972 33554432000 4194304 4587354 140737449246480 18446744073709551615 218880225989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 28614 21972 307 96 0 25176 0
[pid=22388] ppid=22386 vsize=84024 CPUtime=1.49 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 26699 0 0 0 147 2 0 0 20 0 1 0 588970629 86040576 17848 33554432000 4194304 4785740 140736319315456 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 21006 17848 332 145 0 18051 0
[pid=22389] ppid=22386 vsize=499516 CPUtime=1.49 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22097 0 0 0 146 3 0 0 20 0 1 0 588970629 511504384 21993 33554432000 134512640 134534564 4289868464 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124879 21993 95 6 0 123545 0
[pid=22390] ppid=22386 vsize=108512 CPUtime=1.48 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4194304 44780 0 0 0 142 6 0 0 20 0 1 0 588970629 111116288 18620 33554432000 4194304 4331988 140733910630416 18446744073709551615 4251674 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 27128 18620 129 34 0 25570 0
[pid=22391] ppid=22386 vsize=228516 CPUtime=3.35 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 35438 1251 0 0 331 4 0 0 18 0 5 0 588970629 234000384 29181 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 57129 29181 141 40 0 55673 0
[pid=22391/tid=22398] ppid=22386 vsize=228516 CPUtime=0.62 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 262 1251 0 0 62 0 0 0 18 0 5 0 588970716 234000384 29181 33554432000 4194304 4356188 140735915835744 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=228516 CPUtime=0.62 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 452 1251 0 0 62 0 0 0 24 0 5 0 588970716 234000384 29181 33554432000 4194304 4356188 140735915835744 18446744073709551615 4213175 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=228516 CPUtime=0.62 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 325 1251 0 0 62 0 0 0 23 0 5 0 588970716 234000384 29181 33554432000 4194304 4356188 140735915835744 18446744073709551615 4236937 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=228516 CPUtime=0.61 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 452 1251 0 0 61 0 0 0 18 0 5 0 588970716 234000384 29181 33554432000 4194304 4356188 140735915835744 18446744073709551615 4237470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 1053348

[startup+3.10084 s]
/proc/loadavg: 1.74 2.54 3.06 9/180 22401
/proc/meminfo: memFree=14109080/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=127876 CPUtime=3.09 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 25752 0 0 0 305 4 0 0 25 0 1 0 588970629 130945024 25264 33554432000 4194304 4587354 140737449246480 18446744073709551615 4367578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 31969 25264 312 96 0 28531 0
[pid=22388] ppid=22386 vsize=84024 CPUtime=3.09 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 26724 0 0 0 307 2 0 0 25 0 1 0 588970629 86040576 17873 33554432000 4194304 4785740 140736319315456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 21006 17873 340 145 0 18051 0
[pid=22389] ppid=22386 vsize=499516 CPUtime=3.09 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22097 0 0 0 306 3 0 0 25 0 1 0 588970629 511504384 21993 33554432000 134512640 134534564 4289868464 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124879 21993 95 6 0 123545 0
[pid=22390] ppid=22386 vsize=111116 CPUtime=3.09 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 87136 0 0 0 296 13 0 0 25 0 1 0 588970629 113782784 19394 33554432000 4194304 4331988 140733910630416 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 27779 19394 151 34 0 26221 0
[pid=22391] ppid=22386 vsize=222080 CPUtime=9.74 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 53855 1251 0 0 968 6 0 0 18 0 5 0 588970629 227409920 27591 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 55520 27591 160 40 0 54064 0
[pid=22391/tid=22398] ppid=22386 vsize=222080 CPUtime=2.22 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 3770 1251 0 0 222 0 0 0 21 0 5 0 588970716 227409920 27591 33554432000 4194304 4356188 140735915835744 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=222080 CPUtime=2.21 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 6045 1251 0 0 221 0 0 0 25 0 5 0 588970716 227409920 27591 33554432000 4194304 4356188 140735915835744 18446744073709551615 4322190 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=222080 CPUtime=2.21 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 6539 1251 0 0 221 0 0 0 25 0 5 0 588970716 227409920 27591 33554432000 4194304 4356188 140735915835744 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=222080 CPUtime=2.2 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 3554 1251 0 0 220 0 0 0 21 0 5 0 588970716 227409920 27591 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330876 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.1
Current children cumulated vsize (KiB) 1062936

[startup+6.30128 s]
/proc/loadavg: 1.74 2.54 3.06 9/180 22401
/proc/meminfo: memFree=14055760/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=127876 CPUtime=6.29 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 25757 0 0 0 625 4 0 0 25 0 1 0 588970629 130945024 25269 33554432000 4194304 4587354 140737449246480 18446744073709551615 4430397 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 31969 25269 312 96 0 28531 0
[pid=22388] ppid=22386 vsize=84024 CPUtime=6.29 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 26724 0 0 0 627 2 0 0 25 0 1 0 588970629 86040576 17873 33554432000 4194304 4785740 140736319315456 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 21006 17873 340 145 0 18051 0
[pid=22389] ppid=22386 vsize=499516 CPUtime=6.28 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22097 0 0 0 625 3 0 0 25 0 1 0 588970629 511504384 21993 33554432000 134512640 134534564 4289868464 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124879 21993 95 6 0 123545 0
[pid=22390] ppid=22386 vsize=330428 CPUtime=6.29 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 130838 0 0 0 609 20 0 0 25 0 1 0 588970629 338358272 37669 33554432000 4194304 4331988 140733910630416 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 82607 37669 172 34 0 81049 0
[pid=22391] ppid=22386 vsize=231860 CPUtime=22.53 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 56369 1251 0 0 2246 7 0 0 18 0 5 0 588970629 237424640 30025 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 57965 30025 163 40 0 56509 0
[pid=22391/tid=22398] ppid=22386 vsize=231860 CPUtime=5.42 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 4480 1251 0 0 542 0 0 0 25 0 5 0 588970716 237424640 30025 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=231860 CPUtime=5.41 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 6690 1251 0 0 541 0 0 0 25 0 5 0 588970716 237424640 30025 33554432000 4194304 4356188 140735915835744 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=231860 CPUtime=5.41 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 7181 1251 0 0 541 0 0 0 25 0 5 0 588970716 237424640 30025 33554432000 4194304 4356188 140735915835744 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=231860 CPUtime=5.38 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 4071 1251 0 0 538 0 0 0 25 0 5 0 588970716 237424640 30025 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.68
Current children cumulated vsize (KiB) 1292028

[startup+12.7012 s]
/proc/loadavg: 2.71 2.72 3.11 9/180 22401
/proc/meminfo: memFree=14013748/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=198264 CPUtime=12.69 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 44503 0 0 0 1262 7 0 0 25 0 1 0 588970629 203022336 34430 33554432000 4194304 4587354 140737449246480 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 49566 34430 330 96 0 46128 0
[pid=22388] ppid=22386 vsize=84024 CPUtime=12.69 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 26724 0 0 0 1267 2 0 0 25 0 1 0 588970629 86040576 17873 33554432000 4194304 4785740 140736319315456 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 21006 17873 340 145 0 18051 0
[pid=22389] ppid=22386 vsize=499516 CPUtime=12.68 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22097 0 0 0 1265 3 0 0 25 0 1 0 588970629 511504384 21993 33554432000 134512640 134534564 4289868464 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124879 21993 95 6 0 123545 0
[pid=22390] ppid=22386 vsize=335892 CPUtime=12.69 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 132493 0 0 0 1249 20 0 0 25 0 1 0 588970629 343953408 39324 33554432000 4194304 4331988 140733910630416 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 83973 39324 175 34 0 82415 0
[pid=22391] ppid=22386 vsize=233448 CPUtime=48.09 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 56814 1251 0 0 4802 7 0 0 18 0 5 0 588970629 239050752 30422 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 58362 30422 163 40 0 56906 0
[pid=22391/tid=22398] ppid=22386 vsize=233448 CPUtime=11.82 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 4759 1251 0 0 1182 0 0 0 25 0 5 0 588970716 239050752 30422 33554432000 4194304 4356188 140735915835744 18446744073709551615 4211015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=233448 CPUtime=11.81 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 6690 1251 0 0 1181 0 0 0 25 0 5 0 588970716 239050752 30422 33554432000 4194304 4356188 140735915835744 18446744073709551615 4237032 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=233448 CPUtime=11.81 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 7181 1251 0 0 1181 0 0 0 25 0 5 0 588970716 239050752 30422 33554432000 4194304 4356188 140735915835744 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=233448 CPUtime=11.75 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 4237 1251 0 0 1175 0 0 0 25 0 5 0 588970716 239050752 30422 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.84
Current children cumulated vsize (KiB) 1369468

[startup+25.5009 s]
/proc/loadavg: 3.52 2.89 3.16 9/180 22401
/proc/meminfo: memFree=13994308/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=770232 CPUtime=25.49 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 50773 0 0 0 2539 10 0 0 25 0 1 0 588970629 788717568 34271 33554432000 4194304 4587354 140737449246480 18446744073709551615 4476864 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=22389] ppid=22386 vsize=499520 CPUtime=4842.38 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22107 0 0 0 484233 5 0 0 25 0 1 0 588970629 511508480 22003 33554432000 134512640 134534564 4289868464 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124880 22003 103 6 0 123546 0
[pid=22390] ppid=22386 vsize=357820 CPUtime=4842.38 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 137497 0 0 0 484217 21 0 0 25 0 1 0 588970629 366407680 44328 33554432000 4194304 4331988 140733910630416 18446744073709551615 4299107 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 89455 44328 175 34 0 87897 0
[pid=22391] ppid=22386 vsize=389012 CPUtime=19339.1 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 185614 1251 0 0 1933885 27 0 0 18 0 5 0 588970629 398348288 69314 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 97253 69314 164 40 0 95797 0
[pid=22391/tid=22398] ppid=22386 vsize=389012 CPUtime=4841.39 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 42531 1251 0 0 484133 6 0 0 25 0 5 0 588970716 398348288 69314 33554432000 4194304 4356188 140735915835744 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=389012 CPUtime=4841.05 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 29026 1251 0 0 484101 4 0 0 25 0 5 0 588970716 398348288 69314 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=389012 CPUtime=4841.52 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 48386 1251 0 0 484145 7 0 0 25 0 5 0 588970716 398348288 69314 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=389012 CPUtime=4814.27 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 31724 1251 0 0 481423 4 0 0 25 0 5 0 588970716 398348288 69314 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38708.6
Current children cumulated vsize (KiB) 3689432

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 22552
/proc/meminfo: memFree=12197864/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=1142140 CPUtime=4902.38 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 1736855 0 0 0 489484 754 0 0 25 0 1 0 588970629 1169551360 136881 33554432000 4194304 4587354 140737449246480 18446744073709551615 4237615 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 285535 136881 338 96 0 282097 0
[pid=22388] ppid=22386 vsize=1312972 CPUtime=4902.37 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 331387 0 0 0 490111 126 0 0 25 0 1 0 588970629 1344483328 322536 33554432000 4194304 4785740 140736319315456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 328243 322536 340 145 0 325288 0
[pid=22389] ppid=22386 vsize=499520 CPUtime=4902.38 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22107 0 0 0 490233 5 0 0 25 0 1 0 588970629 511508480 22003 33554432000 134512640 134534564 4289868464 18446744073709551615 134530456 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124880 22003 103 6 0 123546 0
[pid=22390] ppid=22386 vsize=357820 CPUtime=4902.39 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 137497 0 0 0 490218 21 0 0 25 0 1 0 588970629 366407680 44328 33554432000 4194304 4331988 140733910630416 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 89455 44328 175 34 0 87897 0
[pid=22391] ppid=22386 vsize=397204 CPUtime=19578.8 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 195854 1251 0 0 1957851 28 0 0 18 0 5 0 588970629 406736896 71362 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 99301 71362 164 40 0 97845 0
[pid=22391/tid=22398] ppid=22386 vsize=397204 CPUtime=4901.39 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 42531 1251 0 0 490133 6 0 0 25 0 5 0 588970716 406736896 71362 33554432000 4194304 4356188 140735915835744 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=397204 CPUtime=4901.05 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 31074 1251 0 0 490100 5 0 0 25 0 5 0 588970716 406736896 71362 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=397204 CPUtime=4901.52 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 50434 1251 0 0 490145 7 0 0 25 0 5 0 588970716 406736896 71362 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330876 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=397204 CPUtime=4873.94 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 37868 1251 0 0 487389 5 0 0 25 0 5 0 588970716 406736896 71362 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330906 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39188.3
Current children cumulated vsize (KiB) 3727980

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 22554
/proc/meminfo: memFree=12242100/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=1145060 CPUtime=4962.37 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 1746367 0 0 0 495478 759 0 0 25 0 1 0 588970629 1172541440 125753 33554432000 4194304 4587354 140737449246480 18446744073709551615 218880261899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 286265 125753 338 96 0 282827 0
[pid=22388] ppid=22386 vsize=1312972 CPUtime=4962.37 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 331392 0 0 0 496111 126 0 0 25 0 1 0 588970629 1344483328 322541 33554432000 4194304 4785740 140736319315456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 328243 322541 340 145 0 325288 0
[pid=22389] ppid=22386 vsize=499520 CPUtime=4962.38 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22107 0 0 0 496233 5 0 0 25 0 1 0 588970629 511508480 22003 33554432000 134512640 134534564 4289868464 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124880 22003 103 6 0 123546 0
[pid=22390] ppid=22386 vsize=357820 CPUtime=4962.39 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 137497 0 0 0 496218 21 0 0 25 0 1 0 588970629 366407680 44328 33554432000 4194304 4331988 140733910630416 18446744073709551615 4263169 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 89455 44328 175 34 0 87897 0
[pid=22391] ppid=22386 vsize=397156 CPUtime=19818.4 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 195854 1251 0 0 1981817 28 0 0 18 0 5 0 588970629 406687744 71350 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 99289 71350 164 40 0 97833 0
[pid=22391/tid=22398] ppid=22386 vsize=397156 CPUtime=4961.39 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 42531 1251 0 0 496133 6 0 0 25 0 5 0 588970716 406687744 71350 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331951 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=397156 CPUtime=4961.04 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 31074 1251 0 0 496099 5 0 0 25 0 5 0 588970716 406687744 71350 33554432000 4194304 4356188 140735915835744 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=397156 CPUtime=4961.52 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 50434 1251 0 0 496145 7 0 0 25 0 5 0 588970716 406687744 71350 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=397156 CPUtime=4933.61 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 37868 1251 0 0 493356 5 0 0 25 0 5 0 588970716 406687744 71350 33554432000 4194304 4356188 140735915835744 18446744073709551615 4210767 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39668
Current children cumulated vsize (KiB) 3730852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.91 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 22555
/proc/meminfo: memFree=12200872/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=1145060 CPUtime=5003.99 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 1756645 0 0 0 499635 764 0 0 25 0 1 0 588970629 1172541440 135985 33554432000 4194304 4587354 140737449246480 18446744073709551615 218880261899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 286265 135985 338 96 0 282827 0
[pid=22388] ppid=22386 vsize=1312972 CPUtime=5003.98 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 331396 0 0 0 500272 126 0 0 25 0 1 0 588970629 1344483328 322545 33554432000 4194304 4785740 140736319315456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 328243 322545 340 145 0 325288 0
[pid=22389] ppid=22386 vsize=499520 CPUtime=5003.99 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22107 0 0 0 500394 5 0 0 25 0 1 0 588970629 511508480 22003 33554432000 134512640 134534564 4289868464 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124880 22003 103 6 0 123546 0
[pid=22390] ppid=22386 vsize=357820 CPUtime=5004 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 137497 0 0 0 500379 21 0 0 25 0 1 0 588970629 366407680 44328 33554432000 4194304 4331988 140733910630416 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 89455 44328 175 34 0 87897 0
[pid=22391] ppid=22386 vsize=397148 CPUtime=19984.7 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 195854 1251 0 0 1998439 28 0 0 18 0 5 0 588970629 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 99287 71348 164 40 0 97831 0
[pid=22391/tid=22398] ppid=22386 vsize=397148 CPUtime=5003 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 42531 1251 0 0 500294 6 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=397148 CPUtime=5002.65 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 31074 1251 0 0 500260 5 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=397148 CPUtime=5003.13 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 50434 1251 0 0 500306 7 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4279688 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=397148 CPUtime=4974.99 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 37868 1251 0 0 497494 5 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4281557 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 3730844

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

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

[startup+5003.91 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 22555
/proc/meminfo: memFree=12200872/32950928 swapFree=67111528/67111528
[pid=22386] ppid=22384 vsize=18324 CPUtime=0 cores=0-7
/proc/22386/stat : 22386 (ppfolio) S 22384 22386 22318 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 588970629 18763776 390 33554432000 4194304 4287625 140736362333776 18446744073709551615 218880585231 0 0 4096 65536 4220655844859052031 0 0 17 6 0 0 0
/proc/22386/statm: 4581 390 341 23 0 91 0
[pid=22387] ppid=22386 vsize=1145060 CPUtime=5003.99 cores=0
/proc/22387/stat : 22387 (cryptominisat) R 22386 22386 22318 0 -1 4202496 1756645 0 0 0 499635 764 0 0 25 0 1 0 588970629 1172541440 135985 33554432000 4194304 4587354 140737449246480 18446744073709551615 218880261899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22387/statm: 286265 135985 338 96 0 282827 0
[pid=22388] ppid=22386 vsize=1312972 CPUtime=5003.98 cores=1
/proc/22388/stat : 22388 (clasp) R 22386 22386 22318 0 -1 4202496 331396 0 0 0 500272 126 0 0 25 0 1 0 588970629 1344483328 322545 33554432000 4194304 4785740 140736319315456 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22388/statm: 328243 322545 340 145 0 325288 0
[pid=22389] ppid=22386 vsize=499520 CPUtime=5003.99 cores=2
/proc/22389/stat : 22389 (TNM) R 22386 22386 22318 0 -1 4202496 22107 0 0 0 500394 5 0 0 25 0 1 0 588970629 511508480 22003 33554432000 134512640 134534564 4289868464 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22389/statm: 124880 22003 103 6 0 123546 0
[pid=22390] ppid=22386 vsize=357820 CPUtime=5004 cores=3
/proc/22390/stat : 22390 (march_hi) R 22386 22386 22318 0 -1 4202496 137497 0 0 0 500379 21 0 0 25 0 1 0 588970629 366407680 44328 33554432000 4194304 4331988 140733910630416 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22390/statm: 89455 44328 175 34 0 87897 0
[pid=22391] ppid=22386 vsize=397148 CPUtime=19984.7 cores=4-7
/proc/22391/stat : 22391 (plingeling) S 22386 22386 22318 0 -1 4202496 195854 1251 0 0 1998439 28 0 0 18 0 5 0 588970629 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22391/statm: 99287 71348 164 40 0 97831 0
[pid=22391/tid=22398] ppid=22386 vsize=397148 CPUtime=5003 cores=4-7
/proc/22391/task/22398/stat : 22398 (plingeling) R 22386 22386 22318 0 -1 4202560 42531 1251 0 0 500294 6 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22391/tid=22399] ppid=22386 vsize=397148 CPUtime=5002.65 cores=4-7
/proc/22391/task/22399/stat : 22399 (plingeling) R 22386 22386 22318 0 -1 4202560 31074 1251 0 0 500260 5 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22391/tid=22400] ppid=22386 vsize=397148 CPUtime=5003.13 cores=4-7
/proc/22391/task/22400/stat : 22400 (plingeling) R 22386 22386 22318 0 -1 4202560 50434 1251 0 0 500306 7 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4279688 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22391/tid=22401] ppid=22386 vsize=397148 CPUtime=4974.99 cores=4-7
/proc/22391/task/22401/stat : 22401 (plingeling) R 22386 22386 22318 0 -1 4202560 37868 1251 0 0 497494 5 0 0 25 0 5 0 588970716 406679552 71348 33554432000 4194304 4356188 140735915835744 18446744073709551615 4281557 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 3730844

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22386 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=742591
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=295955
# CPU time returned by wait4() is 10008
# while last known CPU time is 40000.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.92
CPU time (s): 40000.6
CPU user time (s): 39991.2
CPU system time (s): 9.44
CPU usage (%): 799.385
Max. virtual memory (cumulated for all children) (KiB): 4418988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.7
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 547
involuntary context switches= 71478

runsolver used 7.38688 second user time and 19.921 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-28 12:43:20
IDJOB=3310120
IDBENCH=20386
IDSOLVER=1638
FILE ID=node112/3310120-1303987399
RUNJOBID= node112-1303987384-22332
PBS_JOBID= 13168762
Free space on /tmp= 72552 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310120-1303987399/watcher-3310120-1303987399 -o /tmp/evaluation-result-3310120-1303987399/solver-3310120-1303987399 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310120-1303987399.cnf

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=1987118281

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14583956 kB
Buffers:       1991916 kB
Cached:       15751152 kB
SwapCached:          0 kB
Active:        6795744 kB
Inactive:     11012204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14583956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22868 kB
Writeback:           0 kB
AnonPages:       64424 kB
Mapped:          14488 kB
Slab:           492264 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72544 MiB
End job on node112 at 2011-04-28 14:06:46