Trace number 3275846

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.3 5003.52

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3709.53
Satisfiable
(Un)Satisfiability was proved
Number of variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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-3275846-1304171032/watcher-3275846-1304171032 -o /tmp/evaluation-result-3275846-1304171032/solver-3275846-1304171032 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275846-1304171032.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: 7.36 7.92 7.96 1/170 29339
/proc/meminfo: memFree=30484924/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0

[startup+0.0740321 s]
/proc/loadavg: 7.36 7.92 7.96 1/170 29339
/proc/meminfo: memFree=30484924/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101028 s]
/proc/loadavg: 7.36 7.92 7.96 1/170 29339
/proc/meminfo: memFree=30484924/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300987 s]
/proc/loadavg: 7.36 7.92 7.96 1/170 29339
/proc/meminfo: memFree=30484924/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700913 s]
/proc/loadavg: 7.36 7.92 7.96 1/170 29339
/proc/meminfo: memFree=30484924/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50077 s]
/proc/loadavg: 7.36 7.92 7.96 9/180 29354
/proc/meminfo: memFree=30433136/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=34648 CPUtime=1.48 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 5100 0 0 0 148 0 0 0 20 0 1 0 607333754 35479552 3631 33554432000 4194304 4587354 140735750477424 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 8662 3631 326 96 0 5224 0
[pid=29341] ppid=29339 vsize=24676 CPUtime=1.49 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 4055 0 0 0 149 0 0 0 20 0 1 0 607333754 25268224 3514 33554432000 4194304 4785740 140736861396880 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 6169 3514 340 145 0 3214 0
[pid=29342] ppid=29339 vsize=455560 CPUtime=1.49 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1839 0 0 0 149 0 0 0 20 0 1 0 607333754 466493440 1736 33554432000 134512640 134534564 4289103488 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 113890 1736 95 6 0 112556 0
[pid=29343] ppid=29339 vsize=17180 CPUtime=1.49 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 2097 0 0 0 149 0 0 0 20 0 1 0 607333754 17592320 1789 33554432000 4194304 4331988 140734525631488 18446744073709551615 4208288 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 4295 1789 174 34 0 2737 0
[pid=29344] ppid=29339 vsize=135904 CPUtime=5.79 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 7441 1255 0 0 579 0 0 0 18 0 5 0 607333754 139165696 6193 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 33976 6193 162 40 0 32520 0
[pid=29344/tid=29351] ppid=29339 vsize=135904 CPUtime=1.44 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 949 1255 0 0 144 0 0 0 23 0 5 0 607333759 139165696 6193 33554432000 4194304 4356188 140735910329696 18446744073709551615 4279448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=135904 CPUtime=1.42 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 999 1255 0 0 142 0 0 0 23 0 5 0 607333759 139165696 6193 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=135904 CPUtime=1.43 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 861 1255 0 0 143 0 0 0 23 0 5 0 607333759 139165696 6193 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=135904 CPUtime=1.43 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 2115 1255 0 0 143 0 0 0 23 0 5 0 607333759 139165696 6193 33554432000 4194304 4356188 140735910329696 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 686292

[startup+3.10048 s]
/proc/loadavg: 7.36 7.92 7.96 9/180 29354
/proc/meminfo: memFree=30416520/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=465680 CPUtime=3.08 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 6070 0 0 0 308 0 0 0 25 0 1 0 607333754 476856320 3724 33554432000 4194304 4587354 140735750477424 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 116420 3724 337 96 0 112982 0
[pid=29341] ppid=29339 vsize=29956 CPUtime=3.09 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 5359 0 0 0 309 0 0 0 25 0 1 0 607333754 30674944 4818 33554432000 4194304 4785740 140736861396880 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 7489 4818 340 145 0 4534 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=3.09 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 309 0 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=17180 CPUtime=3.09 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 2110 0 0 0 309 0 0 0 25 0 1 0 607333754 17592320 1802 33554432000 4194304 4331988 140734525631488 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 4295 1802 174 34 0 2737 0
[pid=29344] ppid=29339 vsize=141920 CPUtime=12.19 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 9969 1255 0 0 1218 1 0 0 18 0 5 0 607333754 145326080 7697 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 35480 7697 162 40 0 34024 0
[pid=29344/tid=29351] ppid=29339 vsize=141920 CPUtime=3.04 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 1333 1255 0 0 304 0 0 0 25 0 5 0 607333759 145326080 7697 33554432000 4194304 4356188 140735910329696 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=141920 CPUtime=3.02 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 1959 1255 0 0 302 0 0 0 25 0 5 0 607333759 145326080 7697 33554432000 4194304 4356188 140735910329696 18446744073709551615 4279640 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=141920 CPUtime=3.03 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 1085 1255 0 0 303 0 0 0 25 0 5 0 607333759 145326080 7697 33554432000 4194304 4356188 140735910329696 18446744073709551615 4210765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=141920 CPUtime=3.03 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 3075 1255 0 0 303 0 0 0 25 0 5 0 607333759 145326080 7697 33554432000 4194304 4356188 140735910329696 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 1132452

[startup+6.30088 s]
/proc/loadavg: 7.49 7.93 7.97 9/180 29354
/proc/meminfo: memFree=30376484/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=485436 CPUtime=6.29 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 10968 0 0 0 628 1 0 0 25 0 1 0 607333754 497086464 8618 33554432000 4194304 4587354 140735750477424 18446744073709551615 260020092610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 121359 8618 337 96 0 117921 0
[pid=29341] ppid=29339 vsize=35764 CPUtime=6.29 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 6786 0 0 0 629 0 0 0 25 0 1 0 607333754 36622336 6245 33554432000 4194304 4785740 140736861396880 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 8941 6245 340 145 0 5986 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=6.29 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 629 0 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134528348 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=17180 CPUtime=6.29 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 2137 0 0 0 629 0 0 0 25 0 1 0 607333754 17592320 1829 33554432000 4194304 4331988 140734525631488 18446744073709551615 4246715 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 4295 1829 174 34 0 2737 0
[pid=29344] ppid=29339 vsize=154464 CPUtime=24.97 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 14579 1255 0 0 2496 1 0 0 18 0 5 0 607333754 158171136 10738 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 38616 10738 162 40 0 37160 0
[pid=29344/tid=29351] ppid=29339 vsize=154464 CPUtime=6.24 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 2549 1255 0 0 624 0 0 0 25 0 5 0 607333759 158171136 10738 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=154464 CPUtime=6.22 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 2983 1255 0 0 622 0 0 0 25 0 5 0 607333759 158171136 10738 33554432000 4194304 4356188 140735910329696 18446744073709551615 4234251 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=154464 CPUtime=6.23 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 1662 1255 0 0 623 0 0 0 25 0 5 0 607333759 158171136 10738 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=154464 CPUtime=6.21 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 4868 1255 0 0 621 0 0 0 25 0 5 0 607333759 158171136 10738 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 1170560

[startup+12.7007 s]
/proc/loadavg: 7.53 7.93 7.97 9/180 29354
/proc/meminfo: memFree=30353380/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=488572 CPUtime=12.69 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 17885 0 0 0 1268 1 0 0 25 0 1 0 607333754 500297728 14155 33554432000 4194304 4587354 140735750477424 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 122143 14155 337 96 0 118705 0
[pid=29341] ppid=29339 vsize=42656 CPUtime=12.68 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 8420 0 0 0 1268 0 0 0 25 0 1 0 607333754 43679744 7879 33554432000 4194304 4785740 140736861396880 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 10664 7879 340 145 0 7709 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=12.69 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 1269 0 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=18760 CPUtime=12.69 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 2374 0 0 0 1269 0 0 0 25 0 1 0 607333754 19210240 2066 33554432000 4194304 4331988 140734525631488 18446744073709551615 4228311 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 4690 2066 175 34 0 3132 0
[pid=29344] ppid=29339 vsize=162020 CPUtime=50.53 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 19445 1255 0 0 5051 2 0 0 18 0 5 0 607333754 165908480 12818 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 40505 12818 162 40 0 39049 0
[pid=29344/tid=29351] ppid=29339 vsize=162020 CPUtime=12.64 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 3957 1255 0 0 1264 0 0 0 25 0 5 0 607333759 165908480 12818 33554432000 4194304 4356188 140735910329696 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=162020 CPUtime=12.62 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 3623 1255 0 0 1262 0 0 0 25 0 5 0 607333759 165908480 12818 33554432000 4194304 4356188 140735910329696 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=162020 CPUtime=12.63 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 2976 1255 0 0 1263 0 0 0 25 0 5 0 607333759 165908480 12818 33554432000 4194304 4356188 140735910329696 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=162020 CPUtime=12.57 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 6372 1255 0 0 1257 0 0 0 25 0 5 0 607333759 165908480 12818 33554432000 4194304 4356188 140735910329696 18446744073709551615 4244409 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 1189724

[startup+25.5013 s]
/proc/loadavg: 7.64 7.94 7.97 9/180 29355
/proc/meminfo: memFree=30302480/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=503540 CPUtime=25.48 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 20792 0 0 0 2547 1 0 0 25 0 1 0 607333754 515624960 15022 33554432000 4194304 4587354 140735750477424 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=29342] ppid=29339 vsize=459392 CPUtime=4841.77 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 484174 3 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=797684 CPUtime=4842.44 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 180182 0 0 0 484109 135 0 0 25 0 1 0 607333754 816828416 179874 33554432000 4194304 4331988 140734525631488 18446744073709551615 4316039 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 199421 179874 175 34 0 197863 0
[pid=29344] ppid=29339 vsize=463748 CPUtime=19342.6 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 2561843 1255 0 0 1933911 346 0 0 18 0 5 0 607333754 474877952 88046 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 115937 88046 162 40 0 114481 0
[pid=29344/tid=29351] ppid=29339 vsize=463748 CPUtime=4842.38 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 601664 1255 0 0 484153 85 0 0 25 0 5 0 607333759 474877952 88046 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=463748 CPUtime=4841.75 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 532785 1255 0 0 484098 77 0 0 25 0 5 0 607333759 474877952 88046 33554432000 4194304 4356188 140735910329696 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=463748 CPUtime=4842.38 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 478689 1255 0 0 484172 66 0 0 25 0 5 0 607333759 474877952 88046 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=463748 CPUtime=4815.98 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 946188 1255 0 0 481482 116 0 0 25 0 5 0 607333759 474877952 88046 33554432000 4194304 4356188 140735910329696 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.5
Current children cumulated vsize (KiB) 2588512

[startup+4902.3 s]
/proc/loadavg: 8.09 8.05 8.00 9/180 29506
/proc/meminfo: memFree=28955436/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=633776 CPUtime=4902.42 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 443042 0 0 0 490041 201 0 0 25 0 1 0 607333754 648986624 55887 33554432000 4194304 4587354 140735750477424 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 158444 55887 337 96 0 155006 0
[pid=29341] ppid=29339 vsize=216228 CPUtime=4902.29 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 48944 0 0 0 490219 10 0 0 25 0 1 0 607333754 221417472 48403 33554432000 4194304 4785740 140736861396880 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 54057 48403 340 145 0 51102 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=4901.77 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 490174 3 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=797684 CPUtime=4902.44 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 182144 0 0 0 490108 136 0 0 25 0 1 0 607333754 816828416 181836 33554432000 4194304 4331988 140734525631488 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 199421 181836 175 34 0 197863 0
[pid=29344] ppid=29339 vsize=489348 CPUtime=19582.2 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 2588083 1255 0 0 1957876 349 0 0 18 0 5 0 607333754 501092352 94446 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 122337 94446 162 40 0 120881 0
[pid=29344/tid=29351] ppid=29339 vsize=489348 CPUtime=4902.38 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 610880 1255 0 0 490152 86 0 0 25 0 5 0 607333759 501092352 94446 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=489348 CPUtime=4901.76 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 542641 1255 0 0 490097 79 0 0 25 0 5 0 607333759 501092352 94446 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=489348 CPUtime=4902.38 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 479713 1255 0 0 490172 66 0 0 25 0 5 0 607333759 501092352 94446 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=489348 CPUtime=4875.66 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 952332 1255 0 0 487449 117 0 0 25 0 5 0 607333759 501092352 94446 33554432000 4194304 4356188 140735910329696 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.2
Current children cumulated vsize (KiB) 2614752

[startup+4962.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 29507
/proc/meminfo: memFree=28965644/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=602484 CPUtime=4962.43 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 446584 0 0 0 496039 204 0 0 25 0 1 0 607333754 616943616 46794 33554432000 4194304 4587354 140735750477424 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 150621 46794 337 96 0 147183 0
[pid=29341] ppid=29339 vsize=217936 CPUtime=4962.29 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 49287 0 0 0 496219 10 0 0 25 0 1 0 607333754 223166464 48746 33554432000 4194304 4785740 140736861396880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 54484 48746 340 145 0 51529 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=4961.77 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 496174 3 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=797684 CPUtime=4962.44 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 184152 0 0 0 496107 137 0 0 25 0 1 0 607333754 816828416 183844 33554432000 4194304 4331988 140734525631488 18446744073709551615 4246730 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 199421 183844 175 34 0 197863 0
[pid=29344] ppid=29339 vsize=506756 CPUtime=19821.9 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 2614707 1255 0 0 1981840 352 0 0 18 0 5 0 607333754 518918144 98798 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 126689 98798 162 40 0 125233 0
[pid=29344/tid=29351] ppid=29339 vsize=506756 CPUtime=4962.39 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 618304 1255 0 0 496152 87 0 0 25 0 5 0 607333759 518918144 98798 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=506756 CPUtime=4961.75 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 544177 1255 0 0 496096 79 0 0 25 0 5 0 607333759 518918144 98798 33554432000 4194304 4356188 140735910329696 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=506756 CPUtime=4962.38 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 484961 1255 0 0 496171 67 0 0 25 0 5 0 607333759 518918144 98798 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=506756 CPUtime=4935.33 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 964748 1255 0 0 493415 118 0 0 25 0 5 0 607333759 518918144 98798 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.8
Current children cumulated vsize (KiB) 2602576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.11 8.06 8.00 9/180 29508
/proc/meminfo: memFree=28959388/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=602484 CPUtime=5003.64 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 449951 0 0 0 500159 205 0 0 25 0 1 0 607333754 616943616 50106 33554432000 4194304 4587354 140735750477424 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 150621 50106 337 96 0 147183 0
[pid=29341] ppid=29339 vsize=217936 CPUtime=5003.49 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 49344 0 0 0 500339 10 0 0 25 0 1 0 607333754 223166464 48803 33554432000 4194304 4785740 140736861396880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 54484 48803 340 145 0 51529 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=5002.97 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 500294 3 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=797684 CPUtime=5003.65 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 185576 0 0 0 500227 138 0 0 25 0 1 0 607333754 816828416 185268 33554432000 4194304 4331988 140734525631488 18446744073709551615 4237182 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 199421 185268 175 34 0 197863 0
[pid=29344] ppid=29339 vsize=492420 CPUtime=19986.5 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 2638515 1255 0 0 1998297 356 0 0 18 0 5 0 607333754 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 123105 95214 162 40 0 121649 0
[pid=29344/tid=29351] ppid=29339 vsize=492420 CPUtime=5003.59 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 620096 1255 0 0 500272 87 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=492420 CPUtime=5002.95 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 550321 1255 0 0 500216 79 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=492420 CPUtime=5003.59 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 491617 1255 0 0 500291 68 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=492420 CPUtime=4976.31 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 973964 1255 0 0 497512 119 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2588240

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

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

[startup+5003.5 s]
/proc/loadavg: 8.11 8.06 8.00 9/180 29508
/proc/meminfo: memFree=28959388/32951124 swapFree=67111464/67111528
[pid=29339] ppid=29337 vsize=18324 CPUtime=0 cores=0-7
/proc/29339/stat : 29339 (ppfolio) S 29337 29339 28844 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 607333754 18763776 390 33554432000 4194304 4287625 140734697719920 18446744073709551615 260020416015 0 0 4096 65536 2487877746286395391 0 0 17 6 0 0 0
/proc/29339/statm: 4581 390 341 23 0 91 0
[pid=29340] ppid=29339 vsize=602484 CPUtime=5003.64 cores=0
/proc/29340/stat : 29340 (cryptominisat) R 29339 29339 28844 0 -1 4202496 449951 0 0 0 500159 205 0 0 25 0 1 0 607333754 616943616 50106 33554432000 4194304 4587354 140735750477424 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29340/statm: 150621 50106 337 96 0 147183 0
[pid=29341] ppid=29339 vsize=217936 CPUtime=5003.49 cores=1
/proc/29341/stat : 29341 (clasp) R 29339 29339 28844 0 -1 4202496 49344 0 0 0 500339 10 0 0 25 0 1 0 607333754 223166464 48803 33554432000 4194304 4785740 140736861396880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29341/statm: 54484 48803 340 145 0 51529 0
[pid=29342] ppid=29339 vsize=459392 CPUtime=5002.97 cores=2
/proc/29342/stat : 29342 (TNM) R 29339 29339 28844 0 -1 4202496 1840 0 0 0 500294 3 0 0 25 0 1 0 607333754 470417408 1737 33554432000 134512640 134534564 4289103488 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29342/statm: 114848 1737 95 6 0 113514 0
[pid=29343] ppid=29339 vsize=797684 CPUtime=5003.65 cores=3
/proc/29343/stat : 29343 (march_hi) R 29339 29339 28844 0 -1 4202496 185576 0 0 0 500227 138 0 0 25 0 1 0 607333754 816828416 185268 33554432000 4194304 4331988 140734525631488 18446744073709551615 4237182 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29343/statm: 199421 185268 175 34 0 197863 0
[pid=29344] ppid=29339 vsize=492420 CPUtime=19986.5 cores=4-7
/proc/29344/stat : 29344 (plingeling) S 29339 29339 28844 0 -1 4202496 2638515 1255 0 0 1998297 356 0 0 18 0 5 0 607333754 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29344/statm: 123105 95214 162 40 0 121649 0
[pid=29344/tid=29351] ppid=29339 vsize=492420 CPUtime=5003.59 cores=4-7
/proc/29344/task/29351/stat : 29351 (plingeling) R 29339 29339 28844 0 -1 4202560 620096 1255 0 0 500272 87 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29344/tid=29352] ppid=29339 vsize=492420 CPUtime=5002.95 cores=4-7
/proc/29344/task/29352/stat : 29352 (plingeling) R 29339 29339 28844 0 -1 4202560 550321 1255 0 0 500216 79 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29344/tid=29353] ppid=29339 vsize=492420 CPUtime=5003.59 cores=4-7
/proc/29344/task/29353/stat : 29353 (plingeling) R 29339 29339 28844 0 -1 4202560 491617 1255 0 0 500291 68 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29344/tid=29354] ppid=29339 vsize=492420 CPUtime=4976.31 cores=4-7
/proc/29344/task/29354/stat : 29354 (plingeling) R 29339 29339 28844 0 -1 4202560 973964 1255 0 0 497512 119 0 0 25 0 5 0 607333759 504238080 95214 33554432000 4194304 4356188 140735910329696 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2588240

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5003.52
CPU time (s): 40000.3
CPU user time (s): 39993.2
CPU system time (s): 7.12
CPU usage (%): 799.443
Max. virtual memory (cumulated for all children) (KiB): 19736972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.95
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2365
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= 549
involuntary context switches= 8553

runsolver used 8.46171 second user time and 18.8361 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-30 15:43:52
IDJOB=3275846
IDBENCH=83896
IDSOLVER=1638
FILE ID=node110/3275846-1304171032
RUNJOBID= node110-1304161023-28858
PBS_JOBID= 13170927
Free space on /tmp= 73476 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275846-1304171032/watcher-3275846-1304171032 -o /tmp/evaluation-result-3275846-1304171032/solver-3275846-1304171032 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275846-1304171032.cnf

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=102747258

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30485212 kB
Buffers:        996952 kB
Cached:         991152 kB
SwapCached:         64 kB
Active:         291940 kB
Inactive:      1760372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30485212 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           10880 kB
Writeback:          48 kB
AnonPages:       63832 kB
Mapped:          14540 kB
Slab:           349036 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186016 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= 73464 MiB
End job on node110 at 2011-04-30 17:07:17