Trace number 3221409

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 3001.87 375.489

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1445862528-059.UNKNOWN.cnf
MD5SUM9e4f1914facdb4a8b3ffdd1de343beff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.302
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

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
3001.13/375.48	s UNSATISFIABLE
3001.13/375.48	solver [4] march_hi 2009 answered
3001.13/375.48	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-3221409-1304161597/watcher-3221409-1304161597 -o /tmp/evaluation-result-3221409-1304161597/solver-3221409-1304161597 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221409-1304161597.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): 5000 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.04 8.04 8.00 2/170 1442
/proc/meminfo: memFree=30090088/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) R 1440 1442 1020 0 -1 4194304 442 0 0 0 0 0 0 0 25 0 1 0 527756805 18763776 379 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476392480 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1442/statm: 4581 380 332 23 0 91 0

[startup+0.0346029 s]
/proc/loadavg: 8.04 8.04 8.00 2/170 1442
/proc/meminfo: memFree=30090088/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100589 s]
/proc/loadavg: 8.04 8.04 8.00 2/170 1442
/proc/meminfo: memFree=30090088/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300551 s]
/proc/loadavg: 8.04 8.04 8.00 2/170 1442
/proc/meminfo: memFree=30090088/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 23 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700477 s]
/proc/loadavg: 8.04 8.04 8.00 2/170 1442
/proc/meminfo: memFree=30090088/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 19 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50132 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1457
/proc/meminfo: memFree=30067936/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=1724652 CPUtime=1.49 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 4048 0 0 0 149 0 0 0 25 0 1 0 527756805 1766043648 2598 33554432000 4194304 4587354 140735239135280 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 431163 2598 336 96 0 427725 0
[pid=1444] ppid=1442 vsize=14480 CPUtime=1.49 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 1056 0 0 0 149 0 0 0 20 0 1 0 527756805 14827520 948 33554432000 4194304 4785740 140733942362672 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 3620 948 340 145 0 665 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=1.49 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 149 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=7856 CPUtime=1.49 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1189 0 0 0 149 0 0 0 20 0 1 0 527756805 8044544 481 33554432000 4194304 4331988 140737396322176 18446744073709551615 4299168 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 1964 481 174 34 0 406 0
[pid=1447] ppid=1442 vsize=60668 CPUtime=5.92 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 5134 1248 0 0 592 0 0 0 25 0 5 0 527756805 62124032 3622 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 15167 3622 161 40 0 13711 0
[pid=1447/tid=1454] ppid=1442 vsize=60668 CPUtime=1.48 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 1062 1248 0 0 148 0 0 0 20 0 5 0 527756806 62124032 3622 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=60668 CPUtime=1.48 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 1052 1248 0 0 148 0 0 0 25 0 5 0 527756806 62124032 3622 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=60668 CPUtime=1.47 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 992 1248 0 0 147 0 0 0 25 0 5 0 527756806 62124032 3622 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=60668 CPUtime=1.47 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 1151 1248 0 0 147 0 0 0 25 0 5 0 527756806 62124032 3622 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 2282340

[startup+3.10102 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1458
/proc/meminfo: memFree=30060044/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=1720540 CPUtime=3.08 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 4856 0 0 0 308 0 0 0 25 0 1 0 527756805 1761832960 2591 33554432000 4194304 4587354 140735239135280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 430135 2591 336 96 0 426697 0
[pid=1444] ppid=1442 vsize=15192 CPUtime=3.09 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 1241 0 0 0 309 0 0 0 25 0 1 0 527756805 15556608 1133 33554432000 4194304 4785740 140733942362672 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 3798 1133 340 145 0 843 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=3.09 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 309 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=7856 CPUtime=3.09 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1189 0 0 0 309 0 0 0 25 0 1 0 527756805 8044544 481 33554432000 4194304 4331988 140737396322176 18446744073709551615 239480152984 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 1964 481 174 34 0 406 0
[pid=1447] ppid=1442 vsize=61804 CPUtime=12.31 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 6674 1248 0 0 1230 1 0 0 25 0 5 0 527756805 63287296 3906 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 15451 3906 161 40 0 13995 0
[pid=1447/tid=1454] ppid=1442 vsize=61804 CPUtime=3.08 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 1448 1248 0 0 308 0 0 0 25 0 5 0 527756806 63287296 3906 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=61804 CPUtime=3.08 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 1436 1248 0 0 308 0 0 0 25 0 5 0 527756806 63287296 3906 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=61804 CPUtime=3.06 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 1345 1248 0 0 306 0 0 0 25 0 5 0 527756806 63287296 3906 33554432000 4194304 4356188 140736271066256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=61804 CPUtime=3.06 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 1568 1248 0 0 306 0 0 0 25 0 5 0 527756806 63287296 3906 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 2280076

[startup+6.3004 s]
/proc/loadavg: 8.03 8.04 8.00 9/180 1458
/proc/meminfo: memFree=30057604/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=34252 CPUtime=6.29 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 6762 0 0 0 628 1 0 0 25 0 1 0 527756805 35074048 2987 33554432000 4194304 4587354 140735239135280 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 8563 2987 336 96 0 5125 0
[pid=1444] ppid=1442 vsize=15836 CPUtime=6.29 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 1401 0 0 0 629 0 0 0 25 0 1 0 527756805 16216064 1293 33554432000 4194304 4785740 140733942362672 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 3959 1293 340 145 0 1004 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=6.29 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 629 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=7856 CPUtime=6.29 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1189 0 0 0 629 0 0 0 25 0 1 0 527756805 8044544 481 33554432000 4194304 4331988 140737396322176 18446744073709551615 4247575 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 1964 481 174 34 0 406 0
[pid=1447] ppid=1442 vsize=63348 CPUtime=25.09 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 9524 1248 0 0 2508 1 0 0 25 0 5 0 527756805 64868352 4292 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 15837 4292 161 40 0 14381 0
[pid=1447/tid=1454] ppid=1442 vsize=63348 CPUtime=6.28 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 2152 1248 0 0 628 0 0 0 25 0 5 0 527756806 64868352 4292 33554432000 4194304 4356188 140736271066256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=63348 CPUtime=6.28 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 2205 1248 0 0 628 0 0 0 25 0 5 0 527756806 64868352 4292 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=63348 CPUtime=6.24 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 1986 1248 0 0 624 0 0 0 25 0 5 0 527756806 64868352 4292 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331133 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=63348 CPUtime=6.26 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 2304 1248 0 0 626 0 0 0 25 0 5 0 527756806 64868352 4292 33554432000 4194304 4356188 140736271066256 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 595976

[startup+12.7012 s]
/proc/loadavg: 8.03 8.04 8.00 9/180 1458
/proc/meminfo: memFree=30039508/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=40820 CPUtime=12.69 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 10860 0 0 0 1268 1 0 0 25 0 1 0 527756805 41799680 4546 33554432000 4194304 4587354 140735239135280 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 10205 4546 336 96 0 6767 0
[pid=1444] ppid=1442 vsize=17184 CPUtime=12.69 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 1688 0 0 0 1269 0 0 0 25 0 1 0 527756805 17596416 1580 33554432000 4194304 4785740 140733942362672 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 4296 1580 340 145 0 1341 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=12.69 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 1269 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=7856 CPUtime=12.69 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1189 0 0 0 1269 0 0 0 25 0 1 0 527756805 8044544 481 33554432000 4194304 4331988 140737396322176 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 1964 481 174 34 0 406 0
[pid=1447] ppid=1442 vsize=72808 CPUtime=50.66 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 17209 1248 0 0 5064 2 0 0 25 0 5 0 527756805 74555392 6657 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 18202 6657 161 40 0 16746 0
[pid=1447/tid=1454] ppid=1442 vsize=72808 CPUtime=12.67 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 4041 1248 0 0 1267 0 0 0 25 0 5 0 527756806 74555392 6657 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=72808 CPUtime=12.67 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 4286 1248 0 0 1267 0 0 0 25 0 5 0 527756806 74555392 6657 33554432000 4194304 4356188 140736271066256 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=72808 CPUtime=12.61 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 3779 1248 0 0 1261 0 0 0 25 0 5 0 527756806 74555392 6657 33554432000 4194304 4356188 140736271066256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=72808 CPUtime=12.66 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 4226 1248 0 0 1266 0 0 0 25 0 5 0 527756806 74555392 6657 33554432000 4194304 4356188 140736271066256 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 613352

[startup+25.5007 s]
/proc/loadavg: 8.02 8.03 8.00 9/180 1458
/proc/meminfo: memFree=30037520/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=1728312 CPUtime=25.49 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 15684 0 0 0 2547 2 0 0 25 0 1 0 527756805 1769791488 4639 33554432000 4194304 4587354 140735239135280 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=1447/tid=1454] ppid=1442 vsize=152332 CPUtime=371.08 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 47116 1248 0 0 37101 7 0 0 25 0 5 0 527756806 155987968 26538 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=152332 CPUtime=371.09 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 45151 1248 0 0 37101 8 0 0 25 0 5 0 527756806 155987968 26538 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=152332 CPUtime=369.12 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 46790 1248 0 0 36903 9 0 0 25 0 5 0 527756806 155987968 26538 33554432000 4194304 4356188 140736271066256 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=152332 CPUtime=371.03 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 46052 1248 0 0 37096 7 0 0 25 0 5 0 527756806 155987968 26538 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2966.76
Current children cumulated vsize (KiB) 737876

[startup+372.701 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1467
/proc/meminfo: memFree=29911572/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=77380 CPUtime=372.7 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 77769 0 0 0 37250 20 0 0 25 0 1 0 527756805 79237120 13950 33554432000 4194304 4587354 140735239135280 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 19345 13950 336 96 0 15907 0
[pid=1444] ppid=1442 vsize=29580 CPUtime=372.7 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 4541 0 0 0 37270 0 0 0 25 0 1 0 527756805 30289920 4433 33554432000 4194304 4785740 140733942362672 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 7395 4433 341 145 0 4440 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=372.7 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 37270 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=8916 CPUtime=372.7 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1434 0 0 0 37270 0 0 0 25 0 1 0 527756805 9129984 682 33554432000 4194304 4331988 140737396322176 18446744073709551615 4299344 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 2229 682 175 34 0 671 0
[pid=1447] ppid=1442 vsize=153612 CPUtime=1488.76 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 186306 1248 0 0 148844 32 0 0 25 0 5 0 527756805 157298688 26858 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 38403 26858 161 40 0 36947 0
[pid=1447/tid=1454] ppid=1442 vsize=153612 CPUtime=372.68 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 47116 1248 0 0 37261 7 0 0 25 0 5 0 527756806 157298688 26858 33554432000 4194304 4356188 140736271066256 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=153612 CPUtime=372.69 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 45215 1248 0 0 37261 8 0 0 25 0 5 0 527756806 157298688 26858 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=153612 CPUtime=370.71 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 47046 1248 0 0 37062 9 0 0 25 0 5 0 527756806 157298688 26858 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=153612 CPUtime=372.64 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 46052 1248 0 0 37257 7 0 0 25 0 5 0 527756806 157298688 26858 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2979.56
Current children cumulated vsize (KiB) 744172

[startup+374.301 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1467
/proc/meminfo: memFree=29914920/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=77380 CPUtime=374.3 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 77769 0 0 0 37410 20 0 0 25 0 1 0 527756805 79237120 13950 33554432000 4194304 4587354 140735239135280 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 19345 13950 336 96 0 15907 0
[pid=1444] ppid=1442 vsize=29580 CPUtime=374.3 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 4545 0 0 0 37430 0 0 0 25 0 1 0 527756805 30289920 4437 33554432000 4194304 4785740 140733942362672 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 7395 4437 341 145 0 4440 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=374.3 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 37430 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=8916 CPUtime=374.3 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1435 0 0 0 37430 0 0 0 25 0 1 0 527756805 9129984 683 33554432000 4194304 4331988 140737396322176 18446744073709551615 239476090031 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 2229 683 175 34 0 671 0
[pid=1447] ppid=1442 vsize=148236 CPUtime=1495.14 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 186626 1248 0 0 149482 32 0 0 25 0 5 0 527756805 151793664 25514 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 37059 25514 161 40 0 35603 0
[pid=1447/tid=1454] ppid=1442 vsize=148236 CPUtime=374.28 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 47180 1248 0 0 37421 7 0 0 25 0 5 0 527756806 151793664 25514 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=148236 CPUtime=374.29 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 45471 1248 0 0 37421 8 0 0 25 0 5 0 527756806 151793664 25514 33554432000 4194304 4356188 140736271066256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=148236 CPUtime=372.3 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 47046 1248 0 0 37221 9 0 0 25 0 5 0 527756806 151793664 25514 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=148236 CPUtime=374.24 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 46052 1248 0 0 37417 7 0 0 25 0 5 0 527756806 151793664 25514 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2992.34
Current children cumulated vsize (KiB) 738796

[startup+375.107 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1467
/proc/meminfo: memFree=29914920/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=77380 CPUtime=375.1 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 77769 0 0 0 37490 20 0 0 25 0 1 0 527756805 79237120 13950 33554432000 4194304 4587354 140735239135280 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 19345 13950 336 96 0 15907 0
[pid=1444] ppid=1442 vsize=29580 CPUtime=375.11 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 4545 0 0 0 37511 0 0 0 25 0 1 0 527756805 30289920 4437 33554432000 4194304 4785740 140733942362672 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 7395 4437 341 145 0 4440 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=375.11 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 37511 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=8916 CPUtime=375.11 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1436 0 0 0 37511 0 0 0 25 0 1 0 527756805 9129984 684 33554432000 4194304 4331988 140737396322176 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 2229 684 175 34 0 671 0
[pid=1447] ppid=1442 vsize=148492 CPUtime=1498.36 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 186690 1248 0 0 149804 32 0 0 25 0 5 0 527756805 152055808 25578 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 37123 25578 161 40 0 35667 0
[pid=1447/tid=1454] ppid=1442 vsize=148492 CPUtime=375.08 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 47244 1248 0 0 37501 7 0 0 25 0 5 0 527756806 152055808 25578 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=148492 CPUtime=375.1 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 45471 1248 0 0 37502 8 0 0 25 0 5 0 527756806 152055808 25578 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=148492 CPUtime=373.1 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 47046 1248 0 0 37301 9 0 0 25 0 5 0 527756806 152055808 25578 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=148492 CPUtime=375.04 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 46052 1248 0 0 37497 7 0 0 25 0 5 0 527756806 152055808 25578 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2998.79
Current children cumulated vsize (KiB) 739052

[startup+375.301 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1467
/proc/meminfo: memFree=29914920/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=77380 CPUtime=375.3 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 77769 0 0 0 37510 20 0 0 25 0 1 0 527756805 79237120 13950 33554432000 4194304 4587354 140735239135280 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 19345 13950 336 96 0 15907 0
[pid=1444] ppid=1442 vsize=29580 CPUtime=375.3 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 4545 0 0 0 37530 0 0 0 25 0 1 0 527756805 30289920 4437 33554432000 4194304 4785740 140733942362672 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 7395 4437 341 145 0 4440 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=375.3 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 37530 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=8916 CPUtime=375.3 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1436 0 0 0 37530 0 0 0 25 0 1 0 527756805 9129984 684 33554432000 4194304 4331988 140737396322176 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 2229 684 175 34 0 671 0
[pid=1447] ppid=1442 vsize=149004 CPUtime=1499.13 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 186818 1248 0 0 149881 32 0 0 25 0 5 0 527756805 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 37251 25706 161 40 0 35795 0
[pid=1447/tid=1454] ppid=1442 vsize=149004 CPUtime=375.28 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 47372 1248 0 0 37521 7 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=149004 CPUtime=375.29 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 45471 1248 0 0 37521 8 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=149004 CPUtime=373.3 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 47046 1248 0 0 37321 9 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=149004 CPUtime=375.23 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 46052 1248 0 0 37516 7 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3000.33
Current children cumulated vsize (KiB) 739564

[startup+375.401 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1467
/proc/meminfo: memFree=29914920/32950928 swapFree=67086612/67111528
[pid=1442] ppid=1440 vsize=18324 CPUtime=0 cores=0-7
/proc/1442/stat : 1442 (ppfolio) S 1440 1442 1020 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527756805 18763776 389 33554432000 4194304 4287625 140733892726048 18446744073709551615 239476715023 0 0 4096 65536 4600119022959198207 0 0 17 4 0 0 0
/proc/1442/statm: 4581 389 341 23 0 91 0
[pid=1443] ppid=1442 vsize=77380 CPUtime=375.4 cores=0
/proc/1443/stat : 1443 (cryptominisat) R 1442 1442 1020 0 -1 4202496 77769 0 0 0 37520 20 0 0 25 0 1 0 527756805 79237120 13950 33554432000 4194304 4587354 140735239135280 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1443/statm: 19345 13950 336 96 0 15907 0
[pid=1444] ppid=1442 vsize=29580 CPUtime=375.4 cores=1
/proc/1444/stat : 1444 (clasp) R 1442 1442 1020 0 -1 4202496 4545 0 0 0 37540 0 0 0 25 0 1 0 527756805 30289920 4437 33554432000 4194304 4785740 140733942362672 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1444/statm: 7395 4437 341 145 0 4440 0
[pid=1445] ppid=1442 vsize=456360 CPUtime=375.4 cores=2
/proc/1445/stat : 1445 (TNM) R 1442 1442 1020 0 -1 4202496 479 0 0 0 37540 0 0 0 25 0 1 0 527756805 467312640 376 33554432000 134512640 134534564 4288956672 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1445/statm: 114090 376 95 6 0 112756 0
[pid=1446] ppid=1442 vsize=8916 CPUtime=375.4 cores=3
/proc/1446/stat : 1446 (march_hi) R 1442 1442 1020 0 -1 4202496 1436 0 0 0 37540 0 0 0 25 0 1 0 527756805 9129984 684 33554432000 4194304 4331988 140737396322176 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1446/statm: 2229 684 175 34 0 671 0
[pid=1447] ppid=1442 vsize=149004 CPUtime=1499.53 cores=4-7
/proc/1447/stat : 1447 (plingeling) S 1442 1442 1020 0 -1 4202496 186818 1248 0 0 149921 32 0 0 25 0 5 0 527756805 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1447/statm: 37251 25706 161 40 0 35795 0
[pid=1447/tid=1454] ppid=1442 vsize=149004 CPUtime=375.38 cores=4-7
/proc/1447/task/1454/stat : 1454 (plingeling) R 1442 1442 1020 0 -1 4202560 47372 1248 0 0 37531 7 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1447/tid=1455] ppid=1442 vsize=149004 CPUtime=375.39 cores=4-7
/proc/1447/task/1455/stat : 1455 (plingeling) R 1442 1442 1020 0 -1 4202560 45471 1248 0 0 37531 8 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1447/tid=1456] ppid=1442 vsize=149004 CPUtime=373.4 cores=4-7
/proc/1447/task/1456/stat : 1456 (plingeling) R 1442 1442 1020 0 -1 4202560 47046 1248 0 0 37331 9 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1447/tid=1457] ppid=1442 vsize=149004 CPUtime=375.33 cores=4-7
/proc/1447/task/1457/stat : 1457 (plingeling) R 1442 1442 1020 0 -1 4202560 46052 1248 0 0 37526 7 0 0 25 0 5 0 527756806 152580096 25706 33554432000 4194304 4356188 140736271066256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3001.13
Current children cumulated vsize (KiB) 739564

Child status: 0
Real time (s): 375.489
CPU time (s): 3001.87
CPU user time (s): 3001.3
CPU system time (s): 0.568913
CPU usage (%): 799.456
Max. virtual memory (cumulated for all children) (KiB): 13403540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3001.3
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272833
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= 993
involuntary context switches= 14450

runsolver used 0.621905 second user time and 1.37379 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 13:06:37
IDJOB=3221409
IDBENCH=82918
IDSOLVER=1638
FILE ID=node148/3221409-1304161597
RUNJOBID= node148-1304161030-1034
PBS_JOBID= 13170928
Free space on /tmp= 72964 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1445862528-059.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221409-1304161597/watcher-3221409-1304161597 -o /tmp/evaluation-result-3221409-1304161597/solver-3221409-1304161597 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221409-1304161597.cnf

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

MD5SUM BENCH= 9e4f1914facdb4a8b3ffdd1de343beff
RANDOM SEED=895977571

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30090120 kB
Buffers:        765476 kB
Cached:        1681496 kB
SwapCached:       3696 kB
Active:         159160 kB
Inactive:      2329668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30090120 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           10132 kB
Writeback:           0 kB
AnonPages:       40268 kB
Mapped:          13756 kB
Slab:           304956 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187100 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= 72952 MiB
End job on node148 at 2011-04-30 13:12:53