Trace number 3310369

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 1329.95 166.367

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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
1329.39/166.36	s UNSATISFIABLE
1329.39/166.36	solver [2] clasp 1.3.6 answered
1329.39/166.36	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-3310369-1304019068/watcher-3310369-1304019068 -o /tmp/evaluation-result-3310369-1304019068/solver-3310369-1304019068 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310369-1304019068.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 3.26 5.97 2/170 16516
/proc/meminfo: memFree=16001792/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) R 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0

[startup+0.150955 s]
/proc/loadavg: 0.16 3.26 5.97 2/170 16516
/proc/meminfo: memFree=16001792/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) R 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200946 s]
/proc/loadavg: 0.16 3.26 5.97 2/170 16516
/proc/meminfo: memFree=16001792/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) R 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300927 s]
/proc/loadavg: 0.16 3.26 5.97 2/170 16516
/proc/meminfo: memFree=16001792/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) R 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70085 s]
/proc/loadavg: 0.16 3.26 5.97 2/170 16516
/proc/meminfo: memFree=16001792/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) R 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5007 s]
/proc/loadavg: 0.16 3.26 5.97 10/180 16531
/proc/meminfo: memFree=15982864/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=543420 CPUtime=1.49 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 2335 0 0 0 149 0 0 0 20 0 1 0 513503889 556462080 1028 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 135855 1028 331 96 0 132417 0
[pid=16518] ppid=16516 vsize=14328 CPUtime=1.49 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 1058 0 0 0 149 0 0 0 20 0 1 0 513503889 14671872 946 33554432000 4194304 4785740 140734300768880 18446744073709551615 4287194 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 3582 946 340 145 0 627 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=1.49 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 149 0 0 0 20 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=8784 CPUtime=1.49 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 706 0 0 0 149 0 0 0 20 0 1 0 513503889 8994816 599 33554432000 4194304 4331988 140735990622656 18446744073709551615 4297270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 2196 599 175 34 0 638 0
[pid=16521] ppid=16516 vsize=58000 CPUtime=5.92 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 4653 1250 0 0 591 1 0 0 18 0 5 0 513503889 59392000 2976 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 14500 2976 164 40 0 13044 0
[pid=16521/tid=16528] ppid=16516 vsize=58000 CPUtime=1.48 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 754 1250 0 0 148 0 0 0 23 0 5 0 513503890 59392000 2976 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331814 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=58000 CPUtime=1.48 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 636 1250 0 0 148 0 0 0 25 0 5 0 513503890 59392000 2976 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=58000 CPUtime=1.48 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 711 1250 0 0 148 0 0 0 20 0 5 0 513503890 59392000 2976 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=58000 CPUtime=1.45 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 2023 1250 0 0 145 0 0 0 23 0 5 0 513503890 59392000 2976 33554432000 4194304 4356188 140734571858800 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1098824

[startup+3.10039 s]
/proc/loadavg: 0.16 3.26 5.97 9/180 16531
/proc/meminfo: memFree=15977284/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=553240 CPUtime=3.09 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 3819 0 0 0 309 0 0 0 25 0 1 0 513503889 566517760 1991 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 138310 1991 337 96 0 134872 0
[pid=16518] ppid=16516 vsize=15144 CPUtime=3.09 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 1232 0 0 0 309 0 0 0 25 0 1 0 513503889 15507456 1120 33554432000 4194304 4785740 140734300768880 18446744073709551615 239476354473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 3786 1120 340 145 0 831 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=3.09 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 309 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=9372 CPUtime=3.09 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 897 0 0 0 309 0 0 0 25 0 1 0 513503889 9596928 729 33554432000 4194304 4331988 140735990622656 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 2343 729 175 34 0 785 0
[pid=16521] ppid=16516 vsize=63632 CPUtime=12.31 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 7665 1250 0 0 1230 1 0 0 18 0 5 0 513503889 65159168 4384 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 15908 4384 164 40 0 14452 0
[pid=16521/tid=16528] ppid=16516 vsize=63632 CPUtime=3.08 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 1202 1250 0 0 308 0 0 0 25 0 5 0 513503890 65159168 4384 33554432000 4194304 4356188 140734571858800 18446744073709551615 4279499 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=63632 CPUtime=3.08 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 1084 1250 0 0 308 0 0 0 25 0 5 0 513503890 65159168 4384 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=63632 CPUtime=3.08 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 1640 1250 0 0 308 0 0 0 25 0 5 0 513503890 65159168 4384 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=63632 CPUtime=3.04 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 3210 1250 0 0 304 0 0 0 25 0 5 0 513503890 65159168 4384 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 1115680

[startup+6.30078 s]
/proc/loadavg: 0.87 3.36 5.99 9/180 16531
/proc/meminfo: memFree=15957460/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=556328 CPUtime=6.29 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 7690 0 0 0 628 1 0 0 25 0 1 0 513503889 569679872 4535 33554432000 4194304 4587354 140733424374176 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 139082 4535 337 96 0 135644 0
[pid=16518] ppid=16516 vsize=15824 CPUtime=6.29 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 1411 0 0 0 629 0 0 0 25 0 1 0 513503889 16203776 1299 33554432000 4194304 4785740 140734300768880 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 3956 1299 340 145 0 1001 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=6.29 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 629 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=10968 CPUtime=6.29 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 1179 0 0 0 629 0 0 0 25 0 1 0 513503889 11231232 1011 33554432000 4194304 4331988 140735990622656 18446744073709551615 4239511 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 2742 1011 175 34 0 1184 0
[pid=16521] ppid=16516 vsize=63512 CPUtime=25.09 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 11347 1250 0 0 2507 2 0 0 18 0 5 0 513503889 65036288 4354 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 15878 4354 164 40 0 14422 0
[pid=16521/tid=16528] ppid=16516 vsize=63512 CPUtime=6.28 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 1682 1250 0 0 628 0 0 0 25 0 5 0 513503890 65036288 4354 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=63512 CPUtime=6.28 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 2014 1250 0 0 628 0 0 0 25 0 5 0 513503890 65036288 4354 33554432000 4194304 4356188 140734571858800 18446744073709551615 4210780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=63512 CPUtime=6.28 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 2568 1250 0 0 628 0 0 0 25 0 5 0 513503890 65036288 4354 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=63512 CPUtime=6.22 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 4554 1250 0 0 622 0 0 0 25 0 5 0 513503890 65036288 4354 33554432000 4194304 4356188 140734571858800 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 1120924

[startup+12.7006 s]
/proc/loadavg: 1.52 3.45 6.01 9/180 16531
/proc/meminfo: memFree=15948064/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=557320 CPUtime=12.69 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 11583 0 0 0 1267 2 0 0 25 0 1 0 513503889 570695680 5097 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 139330 5097 337 96 0 135892 0
[pid=16518] ppid=16516 vsize=16792 CPUtime=12.69 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 1650 0 0 0 1269 0 0 0 25 0 1 0 513503889 17195008 1538 33554432000 4194304 4785740 140734300768880 18446744073709551615 4287045 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 4198 1538 340 145 0 1243 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=12.69 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 1269 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=14476 CPUtime=12.69 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 1815 0 0 0 1269 0 0 0 25 0 1 0 513503889 14823424 1647 33554432000 4194304 4331988 140735990622656 18446744073709551615 4237182 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 3619 1647 175 34 0 2061 0
[pid=16521] ppid=16516 vsize=70048 CPUtime=50.66 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 18069 1250 0 0 5062 4 0 0 18 0 5 0 513503889 71729152 5988 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 17512 5988 164 40 0 16056 0
[pid=16521/tid=16528] ppid=16516 vsize=70048 CPUtime=12.67 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 2963 1250 0 0 1267 0 0 0 25 0 5 0 513503890 71729152 5988 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=70048 CPUtime=12.68 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 2750 1250 0 0 1268 0 0 0 25 0 5 0 513503890 71729152 5988 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=70048 CPUtime=12.68 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 4681 1250 0 0 1268 0 0 0 25 0 5 0 513503890 71729152 5988 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=70048 CPUtime=12.59 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 7146 1250 0 0 1258 1 0 0 25 0 5 0 513503890 71729152 5988 33554432000 4194304 4356188 140734571858800 18446744073709551615 4334176 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 1132928

[startup+25.5011 s]
/proc/loadavg: 3.03 3.69 6.04 9/180 16531
/proc/meminfo: memFree=15920828/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=568228 CPUtime=25.49 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 21201 0 0 0 2546 3 0 0 25 0 1 0 513503889 581865472 7409 33554432000 4194304 4587354 140733424374176 18446744073709551615 4244107 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=16521/tid=16528] ppid=16516 vsize=108976 CPUtime=163.18 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 26296 1250 0 0 16313 5 0 0 25 0 5 0 513503890 111591424 15720 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=108976 CPUtime=163.19 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 20737 1250 0 0 16316 3 0 0 25 0 5 0 513503890 111591424 15720 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=108976 CPUtime=163.17 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 31339 1250 0 0 16312 5 0 0 25 0 5 0 513503890 111591424 15720 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=108976 CPUtime=162.28 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 44492 1250 0 0 16220 8 0 0 25 0 5 0 513503890 111591424 15720 33554432000 4194304 4356188 140734571858800 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1304.6
Current children cumulated vsize (KiB) 1281132

[startup+164.8 s]
/proc/loadavg: 7.53 5.28 6.31 9/180 16535
/proc/meminfo: memFree=15811324/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=586824 CPUtime=164.79 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 69017 0 0 0 16462 17 0 0 25 0 1 0 513503889 600907776 11664 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 146706 11664 337 96 0 143268 0
[pid=16518] ppid=16516 vsize=22992 CPUtime=164.79 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 3132 0 0 0 16479 0 0 0 25 0 1 0 513503889 23543808 3020 33554432000 4194304 4785740 140734300768880 18446744073709551615 4553582 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 5748 3020 341 145 0 2793 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=164.79 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 16479 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=87264 CPUtime=164.79 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 17246 0 0 0 16472 7 0 0 25 0 1 0 513503889 89358336 17078 33554432000 4194304 4331988 140735990622656 18446744073709551615 4237393 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 21816 17078 175 34 0 20258 0
[pid=16521] ppid=16516 vsize=106292 CPUtime=658.23 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 123746 1250 0 0 65801 22 0 0 18 0 5 0 513503889 108843008 15049 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 26573 15049 164 40 0 25117 0
[pid=16521/tid=16528] ppid=16516 vsize=106292 CPUtime=164.77 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 26585 1250 0 0 16472 5 0 0 25 0 5 0 513503890 108843008 15049 33554432000 4194304 4356188 140734571858800 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=106292 CPUtime=164.78 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 20801 1250 0 0 16475 3 0 0 25 0 5 0 513503890 108843008 15049 33554432000 4194304 4356188 140734571858800 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=106292 CPUtime=164.77 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 31339 1250 0 0 16472 5 0 0 25 0 5 0 513503890 108843008 15049 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=106292 CPUtime=163.87 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 44492 1250 0 0 16379 8 0 0 25 0 5 0 513503890 108843008 15049 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1317.39
Current children cumulated vsize (KiB) 1277664

[startup+165.601 s]
/proc/loadavg: 7.57 5.32 6.32 9/180 16535
/proc/meminfo: memFree=15816284/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=586824 CPUtime=165.59 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 69175 0 0 0 16542 17 0 0 25 0 1 0 513503889 600907776 11818 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 146706 11818 337 96 0 143268 0
[pid=16518] ppid=16516 vsize=22992 CPUtime=165.59 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 3132 0 0 0 16559 0 0 0 25 0 1 0 513503889 23543808 3020 33554432000 4194304 4785740 140734300768880 18446744073709551615 4552525 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 5748 3020 341 145 0 2793 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=165.59 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 16559 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=87264 CPUtime=165.59 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 17327 0 0 0 16552 7 0 0 25 0 1 0 513503889 89358336 17159 33554432000 4194304 4331988 140735990622656 18446744073709551615 4308960 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 21816 17159 175 34 0 20258 0
[pid=16521] ppid=16516 vsize=108340 CPUtime=661.43 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 124258 1250 0 0 66121 22 0 0 18 0 5 0 513503889 110940160 15561 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 27085 15561 164 40 0 25629 0
[pid=16521/tid=16528] ppid=16516 vsize=108340 CPUtime=165.58 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 26585 1250 0 0 16553 5 0 0 25 0 5 0 513503890 110940160 15561 33554432000 4194304 4356188 140734571858800 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=108340 CPUtime=165.59 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 21185 1250 0 0 16556 3 0 0 25 0 5 0 513503890 110940160 15561 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=108340 CPUtime=165.57 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 31339 1250 0 0 16552 5 0 0 25 0 5 0 513503890 110940160 15561 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=108340 CPUtime=164.66 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 44620 1250 0 0 16458 8 0 0 25 0 5 0 513503890 110940160 15561 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331968 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1323.79
Current children cumulated vsize (KiB) 1279712

[startup+166.001 s]
/proc/loadavg: 7.57 5.32 6.32 9/180 16535
/proc/meminfo: memFree=15816284/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=586824 CPUtime=166 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 69245 0 0 0 16582 18 0 0 25 0 1 0 513503889 600907776 11888 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 146706 11888 337 96 0 143268 0
[pid=16518] ppid=16516 vsize=22992 CPUtime=165.99 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 3133 0 0 0 16599 0 0 0 25 0 1 0 513503889 23543808 3021 33554432000 4194304 4785740 140734300768880 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 5748 3021 341 145 0 2793 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=165.99 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 16599 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=87264 CPUtime=165.99 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 17370 0 0 0 16592 7 0 0 25 0 1 0 513503889 89358336 17202 33554432000 4194304 4331988 140735990622656 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 21816 17202 175 34 0 20258 0
[pid=16521] ppid=16516 vsize=110388 CPUtime=663.02 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 125538 1250 0 0 66280 22 0 0 18 0 5 0 513503889 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 27597 16073 164 40 0 26141 0
[pid=16521/tid=16528] ppid=16516 vsize=110388 CPUtime=165.98 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 27609 1250 0 0 16592 6 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=110388 CPUtime=165.99 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 21185 1250 0 0 16596 3 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=110388 CPUtime=165.97 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 31339 1250 0 0 16592 5 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=110388 CPUtime=165.06 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 44876 1250 0 0 16498 8 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1326.99
Current children cumulated vsize (KiB) 1281760

[startup+166.206 s]
/proc/loadavg: 7.57 5.32 6.32 9/180 16535
/proc/meminfo: memFree=15811328/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=586824 CPUtime=166.2 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 69299 0 0 0 16602 18 0 0 25 0 1 0 513503889 600907776 11942 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 146706 11942 337 96 0 143268 0
[pid=16518] ppid=16516 vsize=22992 CPUtime=166.2 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 3134 0 0 0 16620 0 0 0 25 0 1 0 513503889 23543808 3022 33554432000 4194304 4785740 140734300768880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 5748 3022 341 145 0 2793 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=166.2 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 16620 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=87264 CPUtime=166.19 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 17390 0 0 0 16612 7 0 0 25 0 1 0 513503889 89358336 17222 33554432000 4194304 4331988 140735990622656 18446744073709551615 4239945 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 21816 17222 175 34 0 20258 0
[pid=16521] ppid=16516 vsize=110388 CPUtime=663.84 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 125538 1250 0 0 66362 22 0 0 18 0 5 0 513503889 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 27597 16073 164 40 0 26141 0
[pid=16521/tid=16528] ppid=16516 vsize=110388 CPUtime=166.19 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 27609 1250 0 0 16613 6 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=110388 CPUtime=166.19 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 21185 1250 0 0 16616 3 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=110388 CPUtime=166.18 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 31339 1250 0 0 16613 5 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=110388 CPUtime=165.26 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 44876 1250 0 0 16518 8 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1328.63
Current children cumulated vsize (KiB) 1281760

[startup+166.301 s]
/proc/loadavg: 7.57 5.32 6.32 9/180 16535
/proc/meminfo: memFree=15811328/32950928 swapFree=67087032/67111528
[pid=16516] ppid=16514 vsize=18324 CPUtime=0 cores=0-7
/proc/16516/stat : 16516 (ppfolio) S 16514 16516 16490 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 513503889 18763776 390 33554432000 4194304 4287625 140736428806736 18446744073709551615 239476715023 0 0 4096 65536 4581893518217183231 0 0 17 3 0 0 0
/proc/16516/statm: 4581 390 341 23 0 91 0
[pid=16517] ppid=16516 vsize=586824 CPUtime=166.3 cores=0
/proc/16517/stat : 16517 (cryptominisat) R 16516 16516 16490 0 -1 4202496 69313 0 0 0 16612 18 0 0 25 0 1 0 513503889 600907776 11956 33554432000 4194304 4587354 140733424374176 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16517/statm: 146706 11956 337 96 0 143268 0
[pid=16518] ppid=16516 vsize=22992 CPUtime=166.29 cores=1
/proc/16518/stat : 16518 (clasp) R 16516 16516 16490 0 -1 4202496 3134 0 0 0 16629 0 0 0 25 0 1 0 513503889 23543808 3022 33554432000 4194304 4785740 140734300768880 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16518/statm: 5748 3022 341 145 0 2793 0
[pid=16519] ppid=16516 vsize=455968 CPUtime=166.29 cores=2
/proc/16519/stat : 16519 (TNM) R 16516 16516 16490 0 -1 4202496 385 0 0 0 16629 0 0 0 25 0 1 0 513503889 466911232 282 33554432000 134512640 134534564 4291384224 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16519/statm: 113992 282 95 6 0 112658 0
[pid=16520] ppid=16516 vsize=87264 CPUtime=166.29 cores=3
/proc/16520/stat : 16520 (march_hi) R 16516 16516 16490 0 -1 4202496 17398 0 0 0 16622 7 0 0 25 0 1 0 513503889 89358336 17230 33554432000 4194304 4331988 140735990622656 18446744073709551615 4284451 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16520/statm: 21816 17230 175 34 0 20258 0
[pid=16521] ppid=16516 vsize=110388 CPUtime=664.22 cores=4-7
/proc/16521/stat : 16521 (plingeling) S 16516 16516 16490 0 -1 4202496 125538 1250 0 0 66400 22 0 0 18 0 5 0 513503889 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16521/statm: 27597 16073 164 40 0 26141 0
[pid=16521/tid=16528] ppid=16516 vsize=110388 CPUtime=166.28 cores=4-7
/proc/16521/task/16528/stat : 16528 (plingeling) R 16516 16516 16490 0 -1 4202560 27609 1250 0 0 16622 6 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16521/tid=16529] ppid=16516 vsize=110388 CPUtime=166.29 cores=4-7
/proc/16521/task/16529/stat : 16529 (plingeling) R 16516 16516 16490 0 -1 4202560 21185 1250 0 0 16626 3 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16521/tid=16530] ppid=16516 vsize=110388 CPUtime=166.27 cores=4-7
/proc/16521/task/16530/stat : 16530 (plingeling) R 16516 16516 16490 0 -1 4202560 31339 1250 0 0 16622 5 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16521/tid=16531] ppid=16516 vsize=110388 CPUtime=165.36 cores=4-7
/proc/16521/task/16531/stat : 16531 (plingeling) R 16516 16516 16490 0 -1 4202560 44876 1250 0 0 16528 8 0 0 25 0 5 0 513503890 113037312 16073 33554432000 4194304 4356188 140734571858800 18446744073709551615 4331326 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1329.39
Current children cumulated vsize (KiB) 1281760

Child status: 0
Real time (s): 166.367
CPU time (s): 1329.95
CPU user time (s): 1329.44
CPU system time (s): 0.514921
CPU usage (%): 799.409
Max. virtual memory (cumulated for all children) (KiB): 1296620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1329.44
system time used= 0.514921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217650
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= 623
involuntary context switches= 6260

runsolver used 0.275958 second user time and 0.637903 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 21:31:08
IDJOB=3310369
IDBENCH=84808
IDSOLVER=1638
FILE ID=node148/3310369-1304019068
RUNJOBID= node148-1304019068-16504
PBS_JOBID= 13170274
Free space on /tmp= 71436 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310369-1304019068/watcher-3310369-1304019068 -o /tmp/evaluation-result-3310369-1304019068/solver-3310369-1304019068 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310369-1304019068.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=953821652

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:      16001956 kB
Buffers:       2083992 kB
Cached:       14252720 kB
SwapCached:       5264 kB
Active:        6855748 kB
Inactive:      9524940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16001956 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           10120 kB
Writeback:           0 kB
AnonPages:       40740 kB
Mapped:          13704 kB
Slab:           504024 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185100 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= 71424 MiB
End job on node148 at 2011-04-28 21:33:55