Trace number 3221061

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 2628.91 328.851

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
MD5SUM74f6f450e8e5ce3811b2d7ad1f57d348
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark328.159
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
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
2628.55/328.84	s UNSATISFIABLE
2628.55/328.85	solver [4] march_hi 2009 answered
2628.55/328.85	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-3221061-1304160731/watcher-3221061-1304160731 -o /tmp/evaluation-result-3221061-1304160731/solver-3221061-1304160731 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221061-1304160731.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.19 8.13 8.09 1/174 30680
/proc/meminfo: memFree=25846348/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) R 30678 30680 30074 0 -1 4194304 493 0 0 0 0 0 0 0 25 0 1 0 527671328 18763776 388 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335712661 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/30680/statm: 4581 388 339 23 0 91 0

[startup+0.095334 s]
/proc/loadavg: 8.19 8.13 8.09 1/174 30680
/proc/meminfo: memFree=25846348/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) R 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100331 s]
/proc/loadavg: 8.19 8.13 8.09 1/174 30680
/proc/meminfo: memFree=25846348/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) R 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300297 s]
/proc/loadavg: 8.19 8.13 8.09 1/174 30680
/proc/meminfo: memFree=25846348/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) R 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700225 s]
/proc/loadavg: 8.19 8.13 8.09 1/174 30680
/proc/meminfo: memFree=25846348/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) R 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50108 s]
/proc/loadavg: 8.19 8.13 8.09 9/184 30695
/proc/meminfo: memFree=25831636/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1634608 CPUtime=1.49 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 3494 0 0 0 149 0 0 0 25 0 1 0 527671328 1673838592 2365 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 408652 2365 337 96 0 405214 0
[pid=30682] ppid=30680 vsize=13652 CPUtime=1.49 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 888 0 0 0 149 0 0 0 20 0 1 0 527671328 13979648 779 33554432000 4194304 4785740 140733261563312 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 3413 779 340 145 0 458 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=1.49 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 149 0 0 0 20 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=7056 CPUtime=1.49 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 422 0 0 0 149 0 0 0 25 0 1 0 527671328 7225344 314 33554432000 4194304 4331988 140736027990704 18446744073709551615 4315903 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 1764 314 174 34 0 206 0
[pid=30686] ppid=30680 vsize=124036 CPUtime=5.93 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 4412 1251 0 0 593 0 0 0 18 0 5 0 527671328 127012864 3082 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 31009 3082 161 40 0 29553 0
[pid=30686/tid=30692] ppid=30680 vsize=124036 CPUtime=1.48 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 955 1251 0 0 148 0 0 0 20 0 5 0 527671329 127012864 3082 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=124036 CPUtime=1.47 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 910 1251 0 0 147 0 0 0 25 0 5 0 527671329 127012864 3082 33554432000 4194304 4356188 140735102358080 18446744073709551615 4210817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=124036 CPUtime=1.48 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 850 1251 0 0 148 0 0 0 23 0 5 0 527671329 127012864 3082 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=124036 CPUtime=1.48 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 1180 1251 0 0 148 0 0 0 23 0 5 0 527671329 127012864 3082 33554432000 4194304 4356188 140735102358080 18446744073709551615 4338290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 2253640

[startup+3.1008 s]
/proc/loadavg: 8.19 8.13 8.09 9/184 30695
/proc/meminfo: memFree=25820600/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=552360 CPUtime=3.08 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 5245 0 0 0 308 0 0 0 25 0 1 0 527671328 565616640 2806 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 138090 2806 337 96 0 134652 0
[pid=30682] ppid=30680 vsize=14220 CPUtime=3.09 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 1024 0 0 0 309 0 0 0 25 0 1 0 527671328 14561280 915 33554432000 4194304 4785740 140733261563312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 3555 915 340 145 0 600 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=3.09 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 309 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=7264 CPUtime=3.09 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 448 0 0 0 309 0 0 0 25 0 1 0 527671328 7438336 340 33554432000 4194304 4331988 140736027990704 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 1816 340 174 34 0 258 0
[pid=30686] ppid=30680 vsize=127180 CPUtime=12.32 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 6462 1251 0 0 1231 1 0 0 18 0 5 0 527671328 130232320 3852 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 31795 3852 161 40 0 30339 0
[pid=30686/tid=30692] ppid=30680 vsize=127180 CPUtime=3.08 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 1532 1251 0 0 308 0 0 0 25 0 5 0 527671329 130232320 3852 33554432000 4194304 4356188 140735102358080 18446744073709551615 4282478 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=127180 CPUtime=3.06 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 1503 1251 0 0 306 0 0 0 25 0 5 0 527671329 130232320 3852 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=127180 CPUtime=3.08 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 1394 1251 0 0 308 0 0 0 25 0 5 0 527671329 130232320 3852 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=127180 CPUtime=3.08 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 1516 1251 0 0 308 0 0 0 25 0 5 0 527671329 130232320 3852 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 1175312

[startup+6.30123 s]
/proc/loadavg: 8.25 8.14 8.10 9/184 30695
/proc/meminfo: memFree=25814568/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=555312 CPUtime=6.29 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 7185 0 0 0 628 1 0 0 25 0 1 0 527671328 568639488 3165 33554432000 4194304 4587354 140735701467904 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 138828 3165 337 96 0 135390 0
[pid=30682] ppid=30680 vsize=15064 CPUtime=6.29 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 1200 0 0 0 629 0 0 0 25 0 1 0 527671328 15425536 1091 33554432000 4194304 4785740 140733261563312 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 3766 1091 340 145 0 811 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=6.29 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 629 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=7264 CPUtime=6.29 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 462 0 0 0 629 0 0 0 25 0 1 0 527671328 7438336 354 33554432000 4194304 4331988 140736027990704 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 1816 354 174 34 0 258 0
[pid=30686] ppid=30680 vsize=130144 CPUtime=25.1 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 9251 1251 0 0 2509 1 0 0 18 0 5 0 527671328 133267456 4593 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 32536 4593 161 40 0 31080 0
[pid=30686/tid=30692] ppid=30680 vsize=130144 CPUtime=6.28 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 2140 1251 0 0 628 0 0 0 25 0 5 0 527671329 133267456 4593 33554432000 4194304 4356188 140735102358080 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=130144 CPUtime=6.24 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 2208 1251 0 0 624 0 0 0 25 0 5 0 527671329 133267456 4593 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=130144 CPUtime=6.28 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 2229 1251 0 0 628 0 0 0 25 0 5 0 527671329 133267456 4593 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=130144 CPUtime=6.28 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 2157 1251 0 0 628 0 0 0 25 0 5 0 527671329 133267456 4593 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331731 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 1182072

[startup+12.7011 s]
/proc/loadavg: 8.31 8.15 8.10 9/184 30695
/proc/meminfo: memFree=25801208/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1640388 CPUtime=12.69 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 11175 0 0 0 1267 2 0 0 25 0 1 0 527671328 1679757312 3780 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 410097 3780 337 96 0 406659 0
[pid=30682] ppid=30680 vsize=15932 CPUtime=12.69 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 1406 0 0 0 1269 0 0 0 25 0 1 0 527671328 16314368 1297 33554432000 4194304 4785740 140733261563312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 3983 1297 340 145 0 1028 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=12.69 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 1269 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=7476 CPUtime=12.69 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 553 0 0 0 1269 0 0 0 25 0 1 0 527671328 7655424 426 33554432000 4194304 4331988 140736027990704 18446744073709551615 4292814 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 1869 426 174 34 0 311 0
[pid=30686] ppid=30680 vsize=139496 CPUtime=50.67 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 16613 1251 0 0 5064 3 0 0 18 0 5 0 527671328 142843904 6931 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 34874 6931 161 40 0 33418 0
[pid=30686/tid=30692] ppid=30680 vsize=139496 CPUtime=12.67 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 4061 1251 0 0 1267 0 0 0 25 0 5 0 527671329 142843904 6931 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=139496 CPUtime=12.6 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 3968 1251 0 0 1260 0 0 0 25 0 5 0 527671329 142843904 6931 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331042 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=139496 CPUtime=12.67 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 4021 1251 0 0 1267 0 0 0 25 0 5 0 527671329 142843904 6931 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=139496 CPUtime=12.67 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 4046 1251 0 0 1267 0 0 0 25 0 5 0 527671329 142843904 6931 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 2277580

[startup+25.5008 s]
/proc/loadavg: 8.24 8.14 8.10 9/184 30695
/proc/meminfo: memFree=25796536/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1643224 CPUtime=25.49 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 17207 0 0 0 2546 3 0 0 25 0 1 0 527671328 1682661376 4585 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=30686/tid=30692] ppid=30680 vsize=217724 CPUtime=323.08 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 36895 1251 0 0 32301 7 0 0 25 0 5 0 527671329 222949376 26504 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=217724 CPUtime=321.33 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 36963 1251 0 0 32125 8 0 0 25 0 5 0 527671329 222949376 26504 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=217724 CPUtime=323.04 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 36087 1251 0 0 32298 6 0 0 25 0 5 0 527671329 222949376 26504 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=217724 CPUtime=323.07 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 35200 1251 0 0 32302 5 0 0 25 0 5 0 527671329 222949376 26504 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2582.92
Current children cumulated vsize (KiB) 2422696

[startup+326.3 s]
/proc/loadavg: 8.07 8.12 8.09 9/184 30703
/proc/meminfo: memFree=25665068/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 1 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1668284 CPUtime=326.3 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 83881 0 0 0 32604 26 0 0 25 0 1 0 527671328 1708322816 12441 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 417071 12441 337 96 0 413633 0
[pid=30682] ppid=30680 vsize=23684 CPUtime=326.29 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 3244 0 0 0 32629 0 0 0 25 0 1 0 527671328 24252416 3135 33554432000 4194304 4785740 140733261563312 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 5921 3135 341 145 0 2966 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=326.29 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 32629 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=25344 CPUtime=326.29 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 4615 0 0 0 32627 2 0 0 25 0 1 0 527671328 25952256 4488 33554432000 4194304 4331988 140736027990704 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 6336 4488 175 34 0 4778 0
[pid=30686] ppid=30680 vsize=220924 CPUtime=1303.33 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 146462 1251 0 0 130306 27 0 0 18 0 5 0 527671328 226226176 27304 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 55231 27304 161 40 0 53775 0
[pid=30686/tid=30692] ppid=30680 vsize=220924 CPUtime=326.28 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 37119 1251 0 0 32621 7 0 0 25 0 5 0 527671329 226226176 27304 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=220924 CPUtime=324.51 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 36963 1251 0 0 32443 8 0 0 25 0 5 0 527671329 226226176 27304 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=220924 CPUtime=326.23 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 36471 1251 0 0 32617 6 0 0 25 0 5 0 527671329 226226176 27304 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=220924 CPUtime=326.27 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 35392 1251 0 0 32622 5 0 0 25 0 5 0 527671329 226226176 27304 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331803 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2608.51
Current children cumulated vsize (KiB) 2412524

[startup+327.901 s]
/proc/loadavg: 8.06 8.12 8.09 9/184 30703
/proc/meminfo: memFree=25664572/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 1 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1668284 CPUtime=327.9 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 83881 0 0 0 32764 26 0 0 25 0 1 0 527671328 1708322816 12441 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 417071 12441 337 96 0 413633 0
[pid=30682] ppid=30680 vsize=23684 CPUtime=327.89 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 3245 0 0 0 32789 0 0 0 25 0 1 0 527671328 24252416 3136 33554432000 4194304 4785740 140733261563312 18446744073709551615 4546113 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 5921 3136 341 145 0 2966 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=327.9 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 32790 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=25344 CPUtime=327.89 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 4648 0 0 0 32787 2 0 0 25 0 1 0 527671328 25952256 4521 33554432000 4194304 4331988 140736027990704 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 6336 4521 175 34 0 4778 0
[pid=30686] ppid=30680 vsize=220028 CPUtime=1309.71 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 147230 1251 0 0 130944 27 0 0 18 0 5 0 527671328 225308672 27080 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 55007 27080 161 40 0 53551 0
[pid=30686/tid=30692] ppid=30680 vsize=220028 CPUtime=327.89 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 37247 1251 0 0 32782 7 0 0 25 0 5 0 527671329 225308672 27080 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=220028 CPUtime=326.1 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 36963 1251 0 0 32602 8 0 0 25 0 5 0 527671329 225308672 27080 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=220028 CPUtime=327.83 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 36471 1251 0 0 32777 6 0 0 25 0 5 0 527671329 225308672 27080 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=220028 CPUtime=327.87 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 36032 1251 0 0 32782 5 0 0 25 0 5 0 527671329 225308672 27080 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331807 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2621.3
Current children cumulated vsize (KiB) 2411628

[startup+328.301 s]
/proc/loadavg: 8.06 8.12 8.09 9/184 30703
/proc/meminfo: memFree=25664572/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 1 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1668284 CPUtime=328.3 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 83881 0 0 0 32804 26 0 0 25 0 1 0 527671328 1708322816 12441 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 417071 12441 337 96 0 413633 0
[pid=30682] ppid=30680 vsize=23852 CPUtime=328.29 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 3262 0 0 0 32829 0 0 0 25 0 1 0 527671328 24424448 3153 33554432000 4194304 4785740 140733261563312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 5963 3153 341 145 0 3008 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=328.3 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 32830 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=25344 CPUtime=328.29 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 4658 0 0 0 32827 2 0 0 25 0 1 0 527671328 25952256 4531 33554432000 4194304 4331988 140736027990704 18446744073709551615 4246367 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 6336 4531 175 34 0 4778 0
[pid=30686] ppid=30680 vsize=221052 CPUtime=1311.31 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 147486 1251 0 0 131104 27 0 0 18 0 5 0 527671328 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 55263 27336 161 40 0 53807 0
[pid=30686/tid=30692] ppid=30680 vsize=221052 CPUtime=328.29 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 37503 1251 0 0 32822 7 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=221052 CPUtime=326.5 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 36963 1251 0 0 32642 8 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=221052 CPUtime=328.23 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 36471 1251 0 0 32817 6 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=221052 CPUtime=328.27 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 36032 1251 0 0 32822 5 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2624.5
Current children cumulated vsize (KiB) 2412820

[startup+328.701 s]
/proc/loadavg: 8.06 8.12 8.09 9/184 30703
/proc/meminfo: memFree=25664572/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 1 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1668284 CPUtime=328.7 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 83881 0 0 0 32844 26 0 0 25 0 1 0 527671328 1708322816 12441 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238647 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 417071 12441 337 96 0 413633 0
[pid=30682] ppid=30680 vsize=23852 CPUtime=328.69 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 3264 0 0 0 32869 0 0 0 25 0 1 0 527671328 24424448 3155 33554432000 4194304 4785740 140733261563312 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 5963 3155 341 145 0 3008 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=328.7 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 32870 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=25344 CPUtime=328.69 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 4666 0 0 0 32867 2 0 0 25 0 1 0 527671328 25952256 4539 33554432000 4194304 4331988 140736027990704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 6336 4539 175 34 0 4778 0
[pid=30686] ppid=30680 vsize=221052 CPUtime=1312.91 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 147486 1251 0 0 131264 27 0 0 18 0 5 0 527671328 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 55263 27336 161 40 0 53807 0
[pid=30686/tid=30692] ppid=30680 vsize=221052 CPUtime=328.69 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 37503 1251 0 0 32862 7 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=221052 CPUtime=326.9 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 36963 1251 0 0 32682 8 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=221052 CPUtime=328.63 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 36471 1251 0 0 32857 6 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=221052 CPUtime=328.67 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 36032 1251 0 0 32862 5 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2627.7
Current children cumulated vsize (KiB) 2412820

[startup+328.801 s]
/proc/loadavg: 8.06 8.12 8.09 9/184 30703
/proc/meminfo: memFree=25663456/32951124 swapFree=67111412/67111528
[pid=30680] ppid=30678 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30680/stat : 30680 (ppfolio) S 30678 30680 30074 0 -1 4202496 523 0 0 0 0 1 0 0 15 0 1 0 527671328 18763776 390 33554432000 4194304 4287625 140735284290848 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 4 0 0 0
/proc/30680/statm: 4581 390 341 23 0 91 0
[pid=30681] ppid=30680 vsize=1668284 CPUtime=328.81 cores=0
/proc/30681/stat : 30681 (cryptominisat) R 30680 30680 30074 0 -1 4202496 83881 0 0 0 32855 26 0 0 25 0 1 0 527671328 1708322816 12441 33554432000 4194304 4587354 140735701467904 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30681/statm: 417071 12441 337 96 0 413633 0
[pid=30682] ppid=30680 vsize=23852 CPUtime=328.8 cores=1
/proc/30682/stat : 30682 (clasp) R 30680 30680 30074 0 -1 4202496 3264 0 0 0 32880 0 0 0 25 0 1 0 527671328 24424448 3155 33554432000 4194304 4785740 140733261563312 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30682/statm: 5963 3155 341 145 0 3008 0
[pid=30683] ppid=30680 vsize=455964 CPUtime=328.8 cores=2
/proc/30683/stat : 30683 (TNM) R 30680 30680 30074 0 -1 4202496 340 0 0 0 32880 0 0 0 25 0 1 0 527671328 466907136 236 33554432000 134512640 134534564 4288723184 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30683/statm: 113991 236 95 6 0 112657 0
[pid=30684] ppid=30680 vsize=25344 CPUtime=328.8 cores=3
/proc/30684/stat : 30684 (march_hi) R 30680 30680 30074 0 -1 4202496 4668 0 0 0 32878 2 0 0 25 0 1 0 527671328 25952256 4541 33554432000 4194304 4331988 140736027990704 18446744073709551615 4208288 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30684/statm: 6336 4541 175 34 0 4778 0
[pid=30686] ppid=30680 vsize=221052 CPUtime=1313.33 cores=4-7
/proc/30686/stat : 30686 (plingeling) S 30680 30680 30074 0 -1 4202496 147486 1251 0 0 131306 27 0 0 18 0 5 0 527671328 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30686/statm: 55263 27336 161 40 0 53807 0
[pid=30686/tid=30692] ppid=30680 vsize=221052 CPUtime=328.79 cores=4-7
/proc/30686/task/30692/stat : 30692 (plingeling) R 30680 30680 30074 0 -1 4202560 37503 1251 0 0 32872 7 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30686/tid=30693] ppid=30680 vsize=221052 CPUtime=327 cores=4-7
/proc/30686/task/30693/stat : 30693 (plingeling) R 30680 30680 30074 0 -1 4202560 36963 1251 0 0 32692 8 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30686/tid=30694] ppid=30680 vsize=221052 CPUtime=328.74 cores=4-7
/proc/30686/task/30694/stat : 30694 (plingeling) R 30680 30680 30074 0 -1 4202560 36471 1251 0 0 32868 6 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30686/tid=30695] ppid=30680 vsize=221052 CPUtime=328.78 cores=4-7
/proc/30686/task/30695/stat : 30695 (plingeling) R 30680 30680 30074 0 -1 4202560 36032 1251 0 0 32873 5 0 0 25 0 5 0 527671329 226357248 27336 33554432000 4194304 4356188 140735102358080 18446744073709551615 4207243 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2628.55
Current children cumulated vsize (KiB) 2412820

Child status: 0
Real time (s): 328.851
CPU time (s): 2628.91
CPU user time (s): 2628.31
CPU system time (s): 0.603908
CPU usage (%): 799.423
Max. virtual memory (cumulated for all children) (KiB): 2840788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2628.31
system time used= 0.603908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241433
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= 1122
involuntary context switches= 25749

runsolver used 0.481926 second user time and 1.3198 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 12:52:12
IDJOB=3221061
IDBENCH=82860
IDSOLVER=1638
FILE ID=node132/3221061-1304160731
RUNJOBID= node132-1304154842-30088
PBS_JOBID= 13170908
Free space on /tmp= 72176 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221061-1304160731/watcher-3221061-1304160731 -o /tmp/evaluation-result-3221061-1304160731/solver-3221061-1304160731 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221061-1304160731.cnf

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=1805090

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25846256 kB
Buffers:        694652 kB
Cached:        5859424 kB
SwapCached:        112 kB
Active:        1519644 kB
Inactive:      5098748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25846256 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           10164 kB
Writeback:           0 kB
AnonPages:       64908 kB
Mapped:          14784 kB
Slab:           418760 kB
PageTables:       4592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72164 MiB
End job on node132 at 2011-04-30 12:57:41