Trace number 3275971

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 parUNSAT 1536.02 192.144

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.703
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
Number of clauses of size over 50

Solver Data

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

Verifier Data

No possible verification on an UNSAT instance

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-3275971-1304172572/watcher-3275971-1304172572 -o /tmp/evaluation-result-3275971-1304172572/solver-3275971-1304172572 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275971-1304172572.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: 8.11 8.04 8.00 1/170 5286
/proc/meminfo: memFree=24806876/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0

[startup+0.0398571 s]
/proc/loadavg: 8.11 8.04 8.00 1/170 5286
/proc/meminfo: memFree=24806876/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) R 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.13984 s]
/proc/loadavg: 8.11 8.04 8.00 1/170 5286
/proc/meminfo: memFree=24806876/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) R 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.339805 s]
/proc/loadavg: 8.11 8.04 8.00 1/170 5286
/proc/meminfo: memFree=24806876/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700742 s]
/proc/loadavg: 8.11 8.04 8.00 1/170 5286
/proc/meminfo: memFree=24806876/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5006 s]
/proc/loadavg: 8.26 8.07 8.02 9/180 5301
/proc/meminfo: memFree=24790668/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=624200 CPUtime=1.48 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 3391 0 0 0 148 0 0 0 25 0 1 0 607488022 639180800 2052 33554432000 4194304 4587354 140735855598272 18446744073709551615 4238294 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 156050 2052 337 96 0 152612 0
[pid=5288] ppid=5286 vsize=13788 CPUtime=1.49 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 891 0 0 0 149 0 0 0 20 0 1 0 607488022 14118912 780 33554432000 4194304 4785740 140733363897136 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 3447 780 340 145 0 492 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=1.49 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 149 0 0 0 20 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=8336 CPUtime=1.49 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 652 0 0 0 149 0 0 0 20 0 1 0 607488022 8536064 545 33554432000 4194304 4331988 140736611652000 18446744073709551615 215992029835 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 2084 545 175 34 0 526 0
[pid=5291] ppid=5286 vsize=124276 CPUtime=5.93 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 4064 1250 0 0 593 0 0 0 19 0 5 0 607488022 127258624 3243 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 31069 3243 163 40 0 29613 0
[pid=5291/tid=5298] ppid=5286 vsize=124276 CPUtime=1.48 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 811 1250 0 0 148 0 0 0 20 0 5 0 607488023 127258624 3243 33554432000 4194304 4356188 140735660465808 18446744073709551615 4210823 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=124276 CPUtime=1.48 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 1028 1250 0 0 148 0 0 0 23 0 5 0 607488023 127258624 3243 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=124276 CPUtime=1.48 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 858 1250 0 0 148 0 0 0 25 0 5 0 607488023 127258624 3243 33554432000 4194304 4356188 140735660465808 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=124276 CPUtime=1.47 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 845 1250 0 0 147 0 0 0 25 0 5 0 607488023 127258624 3243 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1244752

[startup+3.10132 s]
/proc/loadavg: 8.26 8.07 8.02 9/180 5301
/proc/meminfo: memFree=24779136/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=624488 CPUtime=3.08 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 4397 0 0 0 308 0 0 0 25 0 1 0 607488022 639475712 2294 33554432000 4194304 4587354 140735855598272 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 156122 2294 337 96 0 152684 0
[pid=5288] ppid=5286 vsize=14196 CPUtime=3.09 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 996 0 0 0 309 0 0 0 25 0 1 0 607488022 14536704 885 33554432000 4194304 4785740 140733363897136 18446744073709551615 4550458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 3549 885 340 145 0 594 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=3.09 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 309 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=8904 CPUtime=3.09 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 756 0 0 0 309 0 0 0 25 0 1 0 607488022 9117696 649 33554432000 4194304 4331988 140736611652000 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 2226 649 175 34 0 668 0
[pid=5291] ppid=5286 vsize=127492 CPUtime=12.34 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 6852 1250 0 0 1233 1 0 0 19 0 5 0 607488022 130551808 4047 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 31873 4047 163 40 0 30417 0
[pid=5291/tid=5298] ppid=5286 vsize=127492 CPUtime=3.08 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 1643 1250 0 0 308 0 0 0 25 0 5 0 607488023 130551808 4047 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=127492 CPUtime=3.08 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 1476 1250 0 0 308 0 0 0 25 0 5 0 607488023 130551808 4047 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=127492 CPUtime=3.08 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 1436 1250 0 0 308 0 0 0 25 0 5 0 607488023 130551808 4047 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=127492 CPUtime=3.07 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 1775 1250 0 0 307 0 0 0 25 0 5 0 607488023 130551808 4047 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 1249232

[startup+6.30076 s]
/proc/loadavg: 8.26 8.07 8.02 9/180 5301
/proc/meminfo: memFree=24775920/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=630728 CPUtime=6.29 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 7127 0 0 0 628 1 0 0 25 0 1 0 607488022 645865472 3664 33554432000 4194304 4587354 140735855598272 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 157682 3664 337 96 0 154244 0
[pid=5288] ppid=5286 vsize=14760 CPUtime=6.29 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 1137 0 0 0 629 0 0 0 25 0 1 0 607488022 15114240 1026 33554432000 4194304 4785740 140733363897136 18446744073709551615 4550444 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 3690 1026 340 145 0 735 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=6.29 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 629 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=9556 CPUtime=6.29 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 983 0 0 0 629 0 0 0 25 0 1 0 607488022 9785344 876 33554432000 4194304 4331988 140736611652000 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 2389 876 175 34 0 831 0
[pid=5291] ppid=5286 vsize=130192 CPUtime=25.11 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 10023 1250 0 0 2510 1 0 0 19 0 5 0 607488022 133316608 4722 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 32548 4722 163 40 0 31092 0
[pid=5291/tid=5298] ppid=5286 vsize=130192 CPUtime=6.28 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 2347 1250 0 0 628 0 0 0 25 0 5 0 607488023 133316608 4722 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=130192 CPUtime=6.27 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 2246 1250 0 0 627 0 0 0 25 0 5 0 607488023 133316608 4722 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=130192 CPUtime=6.28 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 2236 1250 0 0 628 0 0 0 25 0 5 0 607488023 133316608 4722 33554432000 4194304 4356188 140735660465808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=130192 CPUtime=6.25 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 2672 1250 0 0 625 0 0 0 25 0 5 0 607488023 133316608 4722 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 1259388

[startup+12.7006 s]
/proc/loadavg: 8.30 8.09 8.02 9/180 5302
/proc/meminfo: memFree=24757364/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=630136 CPUtime=12.69 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 10569 0 0 0 1268 1 0 0 25 0 1 0 607488022 645259264 3876 33554432000 4194304 4587354 140735855598272 18446744073709551615 4243416 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 157534 3876 337 96 0 154096 0
[pid=5288] ppid=5286 vsize=15488 CPUtime=12.69 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 1311 0 0 0 1269 0 0 0 25 0 1 0 607488022 15859712 1200 33554432000 4194304 4785740 140733363897136 18446744073709551615 4550316 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 3872 1200 340 145 0 917 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=12.69 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 1269 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=12016 CPUtime=12.69 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 1416 0 0 0 1269 0 0 0 25 0 1 0 607488022 12304384 1309 33554432000 4194304 4331988 140736611652000 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 3004 1309 175 34 0 1446 0
[pid=5291] ppid=5286 vsize=141984 CPUtime=50.67 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 19371 1250 0 0 5065 2 0 0 19 0 5 0 607488022 145391616 7670 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 35496 7670 163 40 0 34040 0
[pid=5291/tid=5298] ppid=5286 vsize=141984 CPUtime=12.68 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 4910 1250 0 0 1268 0 0 0 25 0 5 0 607488023 145391616 7670 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=141984 CPUtime=12.67 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 4454 1250 0 0 1267 0 0 0 25 0 5 0 607488023 145391616 7670 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=141984 CPUtime=12.68 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 4413 1250 0 0 1268 0 0 0 25 0 5 0 607488023 145391616 7670 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=141984 CPUtime=12.61 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 5072 1250 0 0 1261 0 0 0 25 0 5 0 607488023 145391616 7670 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 1273776

[startup+25.5004 s]
/proc/loadavg: 8.25 8.08 8.02 9/180 5302
/proc/meminfo: memFree=24742960/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=635364 CPUtime=25.48 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 17166 0 0 0 2546 2 0 0 25 0 1 0 607488022 650612736 4801 33554432000 4194304 4587354 140735855598272 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=5291/tid=5298] ppid=5286 vsize=186300 CPUtime=185.48 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 34992 1250 0 0 18542 6 0 0 25 0 5 0 607488023 190771200 18749 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=186300 CPUtime=185.45 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 34633 1250 0 0 18540 5 0 0 25 0 5 0 607488023 190771200 18749 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=186300 CPUtime=185.48 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 34462 1250 0 0 18543 5 0 0 25 0 5 0 607488023 190771200 18749 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=186300 CPUtime=184.48 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 35153 1250 0 0 18443 5 0 0 25 0 5 0 607488023 190771200 18749 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1482.88
Current children cumulated vsize (KiB) 1398096

[startup+188.701 s]
/proc/loadavg: 8.13 8.09 8.02 9/180 5306
/proc/meminfo: memFree=24638260/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=656100 CPUtime=188.69 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 62936 0 0 0 18852 17 0 0 25 0 1 0 607488022 671846400 9156 33554432000 4194304 4587354 140735855598272 18446744073709551615 4244215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 164025 9156 338 96 0 160587 0
[pid=5288] ppid=5286 vsize=21428 CPUtime=188.69 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 2701 0 0 0 18869 0 0 0 25 0 1 0 607488022 21942272 2590 33554432000 4194304 4785740 140733363897136 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 5357 2590 341 145 0 2402 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=188.69 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 18869 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=71484 CPUtime=188.69 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 13177 0 0 0 18864 5 0 0 25 0 1 0 607488022 73199616 13070 33554432000 4194304 4331988 140736611652000 18446744073709551615 4299477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 17871 13070 175 34 0 16313 0
[pid=5291] ppid=5286 vsize=178492 CPUtime=753.71 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 140786 1250 0 0 75348 23 0 0 19 0 5 0 607488022 182775808 16797 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 44623 16797 163 40 0 43167 0
[pid=5291/tid=5298] ppid=5286 vsize=178492 CPUtime=188.68 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 35408 1250 0 0 18862 6 0 0 25 0 5 0 607488023 182775808 16797 33554432000 4194304 4356188 140735660465808 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=178492 CPUtime=188.65 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 34985 1250 0 0 18860 5 0 0 25 0 5 0 607488023 182775808 16797 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=178492 CPUtime=188.68 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 34462 1250 0 0 18863 5 0 0 25 0 5 0 607488023 182775808 16797 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=178492 CPUtime=187.66 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 35409 1250 0 0 18761 5 0 0 25 0 5 0 607488023 182775808 16797 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1508.47
Current children cumulated vsize (KiB) 1401656

[startup+190.307 s]
/proc/loadavg: 8.13 8.09 8.02 9/180 5306
/proc/meminfo: memFree=24634540/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=656100 CPUtime=190.29 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 63196 0 0 0 19012 17 0 0 25 0 1 0 607488022 671846400 9402 33554432000 4194304 4587354 140735855598272 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 164025 9402 338 96 0 160587 0
[pid=5288] ppid=5286 vsize=21568 CPUtime=190.29 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 2714 0 0 0 19029 0 0 0 25 0 1 0 607488022 22085632 2603 33554432000 4194304 4785740 140733363897136 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 5392 2603 341 145 0 2437 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=190.29 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 19029 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=71484 CPUtime=190.29 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 13283 0 0 0 19024 5 0 0 25 0 1 0 607488022 73199616 13176 33554432000 4194304 4331988 140736611652000 18446744073709551615 4287799 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 17871 13176 175 34 0 16313 0
[pid=5291] ppid=5286 vsize=189116 CPUtime=760.12 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 143442 1250 0 0 75989 23 0 0 19 0 5 0 607488022 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 47279 19453 163 40 0 45823 0
[pid=5291/tid=5298] ppid=5286 vsize=189116 CPUtime=190.29 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 37616 1250 0 0 19023 6 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=189116 CPUtime=190.26 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 35113 1250 0 0 19021 5 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=189116 CPUtime=190.29 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 34782 1250 0 0 19024 5 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=189116 CPUtime=189.25 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 35409 1250 0 0 18920 5 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1521.28
Current children cumulated vsize (KiB) 1412420

[startup+191.1 s]
/proc/loadavg: 8.13 8.09 8.02 9/180 5306
/proc/meminfo: memFree=24634540/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=656100 CPUtime=191.09 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 63295 0 0 0 19091 18 0 0 25 0 1 0 607488022 671846400 9499 33554432000 4194304 4587354 140735855598272 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 164025 9499 338 96 0 160587 0
[pid=5288] ppid=5286 vsize=21568 CPUtime=191.09 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 2714 0 0 0 19109 0 0 0 25 0 1 0 607488022 22085632 2603 33554432000 4194304 4785740 140733363897136 18446744073709551615 4546264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 5392 2603 341 145 0 2437 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=191.08 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 19108 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 7867616 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=71484 CPUtime=191.09 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 13335 0 0 0 19104 5 0 0 25 0 1 0 607488022 73199616 13228 33554432000 4194304 4331988 140736611652000 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 17871 13228 175 34 0 16313 0
[pid=5291] ppid=5286 vsize=190908 CPUtime=763.29 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 143890 1250 0 0 76306 23 0 0 19 0 5 0 607488022 195489792 19901 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 47727 19901 163 40 0 46271 0
[pid=5291/tid=5298] ppid=5286 vsize=190908 CPUtime=191.08 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 37744 1250 0 0 19102 6 0 0 25 0 5 0 607488023 195489792 19901 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=190908 CPUtime=191.05 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 35113 1250 0 0 19100 5 0 0 25 0 5 0 607488023 195489792 19901 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=190908 CPUtime=191.08 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 34910 1250 0 0 19103 5 0 0 25 0 5 0 607488023 195489792 19901 33554432000 4194304 4356188 140735660465808 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=190908 CPUtime=190.05 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 35601 1250 0 0 19000 5 0 0 25 0 5 0 607488023 195489792 19901 33554432000 4194304 4356188 140735660465808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1527.64
Current children cumulated vsize (KiB) 1414212

[startup+191.901 s]
/proc/loadavg: 8.12 8.08 8.02 9/180 5306
/proc/meminfo: memFree=24631440/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=656100 CPUtime=191.89 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 63348 0 0 0 19171 18 0 0 25 0 1 0 607488022 671846400 9548 33554432000 4194304 4587354 140735855598272 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 164025 9548 338 96 0 160587 0
[pid=5288] ppid=5286 vsize=21568 CPUtime=191.89 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 2733 0 0 0 19189 0 0 0 25 0 1 0 607488022 22085632 2622 33554432000 4194304 4785740 140733363897136 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 5392 2622 341 145 0 2437 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=191.89 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 19189 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=71484 CPUtime=191.89 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 13388 0 0 0 19184 5 0 0 25 0 1 0 607488022 73199616 13281 33554432000 4194304 4331988 140736611652000 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 17871 13281 175 34 0 16313 0
[pid=5291] ppid=5286 vsize=189116 CPUtime=766.49 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 144274 1250 0 0 76626 23 0 0 19 0 5 0 607488022 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 47279 19453 163 40 0 45823 0
[pid=5291/tid=5298] ppid=5286 vsize=189116 CPUtime=191.88 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 38000 1250 0 0 19182 6 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=189116 CPUtime=191.85 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 35241 1250 0 0 19180 5 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4234339 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=189116 CPUtime=191.88 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 34910 1250 0 0 19183 5 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=189116 CPUtime=190.84 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 35601 1250 0 0 19079 5 0 0 25 0 5 0 607488023 193654784 19453 33554432000 4194304 4356188 140735660465808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1534.05
Current children cumulated vsize (KiB) 1412420

[startup+192.101 s]
/proc/loadavg: 8.12 8.08 8.02 9/180 5306
/proc/meminfo: memFree=24631440/32950940 swapFree=67111364/67111528
[pid=5286] ppid=5284 vsize=18324 CPUtime=0 cores=0-7
/proc/5286/stat : 5286 (ppfolio) S 5284 5286 5127 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607488022 18763776 390 33554432000 4194304 4287625 140734951612128 18446744073709551615 215988612623 0 0 4096 65536 4611422964565409791 0 0 17 6 0 0 0
/proc/5286/statm: 4581 390 341 23 0 91 0
[pid=5287] ppid=5286 vsize=656100 CPUtime=192.09 cores=0
/proc/5287/stat : 5287 (cryptominisat) R 5286 5286 5127 0 -1 4202496 63358 0 0 0 19191 18 0 0 25 0 1 0 607488022 671846400 9557 33554432000 4194304 4587354 140735855598272 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5287/statm: 164025 9557 338 96 0 160587 0
[pid=5288] ppid=5286 vsize=21568 CPUtime=192.09 cores=1
/proc/5288/stat : 5288 (clasp) R 5286 5286 5127 0 -1 4202496 2733 0 0 0 19209 0 0 0 25 0 1 0 607488022 22085632 2622 33554432000 4194304 4785740 140733363897136 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5288/statm: 5392 2622 341 145 0 2437 0
[pid=5289] ppid=5286 vsize=455828 CPUtime=192.09 cores=2
/proc/5289/stat : 5289 (TNM) R 5286 5286 5127 0 -1 4202496 341 0 0 0 19209 0 0 0 25 0 1 0 607488022 466767872 238 33554432000 134512640 134534564 4294884736 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5289/statm: 113957 238 95 6 0 112623 0
[pid=5290] ppid=5286 vsize=71484 CPUtime=192.09 cores=3
/proc/5290/stat : 5290 (march_hi) R 5286 5286 5127 0 -1 4202496 13401 0 0 0 19204 5 0 0 25 0 1 0 607488022 73199616 13294 33554432000 4194304 4331988 140736611652000 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5290/statm: 17871 13294 175 34 0 16313 0
[pid=5291] ppid=5286 vsize=189372 CPUtime=767.29 cores=4-7
/proc/5291/stat : 5291 (plingeling) S 5286 5286 5127 0 -1 4202496 144338 1250 0 0 76706 23 0 0 19 0 5 0 607488022 193916928 19517 33554432000 4194304 4356188 140735660465808 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5291/statm: 47343 19517 163 40 0 45887 0
[pid=5291/tid=5298] ppid=5286 vsize=189372 CPUtime=192.08 cores=4-7
/proc/5291/task/5298/stat : 5298 (plingeling) R 5286 5286 5127 0 -1 4202560 38000 1250 0 0 19202 6 0 0 25 0 5 0 607488023 193916928 19517 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5291/tid=5299] ppid=5286 vsize=189372 CPUtime=192.05 cores=4-7
/proc/5291/task/5299/stat : 5299 (plingeling) R 5286 5286 5127 0 -1 4202560 35241 1250 0 0 19200 5 0 0 25 0 5 0 607488023 193916928 19517 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5291/tid=5300] ppid=5286 vsize=189372 CPUtime=192.08 cores=4-7
/proc/5291/task/5300/stat : 5300 (plingeling) R 5286 5286 5127 0 -1 4202560 34910 1250 0 0 19203 5 0 0 25 0 5 0 607488023 193916928 19517 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5291/tid=5301] ppid=5286 vsize=189372 CPUtime=191.04 cores=4-7
/proc/5291/task/5301/stat : 5301 (plingeling) R 5286 5286 5127 0 -1 4202560 35665 1250 0 0 19099 5 0 0 25 0 5 0 607488023 193916928 19517 33554432000 4194304 4356188 140735660465808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 1412676

Child status: 0
Real time (s): 192.144
CPU time (s): 1536.02
CPU user time (s): 1535.51
CPU system time (s): 0.510922
CPU usage (%): 799.41
Max. virtual memory (cumulated for all children) (KiB): 1980312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1535.51
system time used= 0.510922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226105
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= 1121
involuntary context switches= 7137

runsolver used 0.32695 second user time and 0.72289 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-30 16:09:32
IDJOB=3275971
IDBENCH=84062
IDSOLVER=1638
FILE ID=node117/3275971-1304172572
RUNJOBID= node117-1304169570-5141
PBS_JOBID= 13170959
Free space on /tmp= 72632 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275971-1304172572/watcher-3275971-1304172572 -o /tmp/evaluation-result-3275971-1304172572/solver-3275971-1304172572 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275971-1304172572.cnf

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=1150591235

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24807032 kB
Buffers:       1895056 kB
Cached:        5619180 kB
SwapCached:        160 kB
Active:         904380 kB
Inactive:      6673204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24807032 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10132 kB
Writeback:           0 kB
AnonPages:       64496 kB
Mapped:          14740 kB
Slab:           499880 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   185768 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= 72620 MiB
End job on node117 at 2011-04-30 16:12:45