Trace number 3310391

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 2886.94 361.13

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.87
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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
2886.70/361.12	s UNSATISFIABLE
2886.70/361.12	solver [4] march_hi 2009 answered
2886.70/361.12	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-3310391-1304019081/watcher-3310391-1304019081 -o /tmp/evaluation-result-3310391-1304019081/solver-3310391-1304019081 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310391-1304019081.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: 1.23 0.26 0.09 2/170 19754
/proc/meminfo: memFree=17601760/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) R 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0

[startup+0.122587 s]
/proc/loadavg: 1.23 0.26 0.09 2/170 19754
/proc/meminfo: memFree=17601760/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) R 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.222568 s]
/proc/loadavg: 1.23 0.26 0.09 2/170 19754
/proc/meminfo: memFree=17601760/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) R 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.322551 s]
/proc/loadavg: 1.23 0.26 0.09 2/170 19754
/proc/meminfo: memFree=17601760/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) R 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700484 s]
/proc/loadavg: 1.23 0.26 0.09 2/170 19754
/proc/meminfo: memFree=17601760/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50034 s]
/proc/loadavg: 1.23 0.26 0.09 9/180 19769
/proc/meminfo: memFree=17576508/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=694244 CPUtime=1.49 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 2764 0 0 0 149 0 0 0 25 0 1 0 592138838 710905856 1898 33554432000 4194304 4587354 140735957590704 18446744073709551615 215988289176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 173561 1898 334 96 0 170123 0
[pid=19756] ppid=19754 vsize=13892 CPUtime=1.49 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 931 0 0 0 149 0 0 0 20 0 1 0 592138838 14225408 820 33554432000 4194304 4785740 140734899871552 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 3473 820 340 145 0 518 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=1.49 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 149 0 0 0 20 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=7240 CPUtime=1.49 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 434 0 0 0 149 0 0 0 25 0 1 0 592138838 7413760 326 33554432000 4194304 4331988 140735937424176 18446744073709551615 4228257 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 1810 326 174 34 0 252 0
[pid=19759] ppid=19754 vsize=130520 CPUtime=5.91 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 7033 1250 0 0 590 1 0 0 18 0 5 0 592138838 133652480 4787 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 32630 4787 163 40 0 31174 0
[pid=19759/tid=19766] ppid=19754 vsize=130520 CPUtime=1.48 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 1724 1250 0 0 148 0 0 0 20 0 5 0 592138839 133652480 4787 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=130520 CPUtime=1.45 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 1734 1250 0 0 145 0 0 0 25 0 5 0 592138839 133652480 4787 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=130520 CPUtime=1.47 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 1926 1250 0 0 147 0 0 0 25 0 5 0 592138839 133652480 4787 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=130520 CPUtime=1.48 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 1279 1250 0 0 148 0 0 0 25 0 5 0 592138839 133652480 4787 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1320052

[startup+3.10106 s]
/proc/loadavg: 1.23 0.26 0.09 9/180 19769
/proc/meminfo: memFree=17569316/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=694208 CPUtime=3.08 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 4850 0 0 0 308 0 0 0 25 0 1 0 592138838 710868992 2247 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 173552 2247 334 96 0 170114 0
[pid=19756] ppid=19754 vsize=14316 CPUtime=3.09 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 1035 0 0 0 309 0 0 0 25 0 1 0 592138838 14659584 924 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 3579 924 340 145 0 624 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=3.08 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 308 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 7959995 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=7484 CPUtime=3.09 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 498 0 0 0 309 0 0 0 25 0 1 0 592138838 7663616 388 33554432000 4194304 4331988 140735937424176 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 1871 388 175 34 0 313 0
[pid=19759] ppid=19754 vsize=133720 CPUtime=12.3 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 9529 1250 0 0 1229 1 0 0 18 0 5 0 592138838 136929280 5587 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 33430 5587 163 40 0 31974 0
[pid=19759/tid=19766] ppid=19754 vsize=133720 CPUtime=3.08 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 2364 1250 0 0 308 0 0 0 25 0 5 0 592138839 136929280 5587 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=133720 CPUtime=3.05 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 2630 1250 0 0 305 0 0 0 25 0 5 0 592138839 136929280 5587 33554432000 4194304 4356188 140734873857168 18446744073709551615 4281782 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=133720 CPUtime=3.07 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 2758 1250 0 0 307 0 0 0 25 0 5 0 592138839 136929280 5587 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=133720 CPUtime=3.07 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 1407 1250 0 0 307 0 0 0 25 0 5 0 592138839 136929280 5587 33554432000 4194304 4356188 140734873857168 18446744073709551615 4210583 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 1323884

[startup+6.3005 s]
/proc/loadavg: 1.77 0.39 0.13 9/180 19769
/proc/meminfo: memFree=17556420/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=694652 CPUtime=6.28 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 7930 0 0 0 627 1 0 0 25 0 1 0 592138838 711323648 2772 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 173663 2772 334 96 0 170225 0
[pid=19756] ppid=19754 vsize=14716 CPUtime=6.29 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 1121 0 0 0 629 0 0 0 25 0 1 0 592138838 15069184 1010 33554432000 4194304 4785740 140734899871552 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 3679 1010 340 145 0 724 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=6.28 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 628 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=7636 CPUtime=6.29 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 523 0 0 0 629 0 0 0 25 0 1 0 592138838 7819264 413 33554432000 4194304 4331988 140735937424176 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 1909 413 175 34 0 351 0
[pid=19759] ppid=19754 vsize=143076 CPUtime=25.09 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 16092 1250 0 0 2506 3 0 0 18 0 5 0 592138838 146509824 7926 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 35769 7926 163 40 0 34313 0
[pid=19759/tid=19766] ppid=19754 vsize=143076 CPUtime=6.28 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 4348 1250 0 0 627 1 0 0 25 0 5 0 592138839 146509824 7926 33554432000 4194304 4356188 140734873857168 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=143076 CPUtime=6.26 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 5063 1250 0 0 625 1 0 0 25 0 5 0 592138839 146509824 7926 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=143076 CPUtime=6.27 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 4519 1250 0 0 627 0 0 0 25 0 5 0 592138839 146509824 7926 33554432000 4194304 4356188 140734873857168 18446744073709551615 4234220 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=143076 CPUtime=6.25 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 1792 1250 0 0 625 0 0 0 25 0 5 0 592138839 146509824 7926 33554432000 4194304 4356188 140734873857168 18446744073709551615 4327097 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 1334236

[startup+12.7014 s]
/proc/loadavg: 2.27 0.52 0.17 9/180 19770
/proc/meminfo: memFree=17547272/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=697908 CPUtime=12.69 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 12167 0 0 0 1267 2 0 0 25 0 1 0 592138838 714657792 3547 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 174477 3547 334 96 0 171039 0
[pid=19756] ppid=19754 vsize=15444 CPUtime=12.69 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 1293 0 0 0 1269 0 0 0 25 0 1 0 592138838 15814656 1182 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 3861 1182 340 145 0 906 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=12.68 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 1268 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=7864 CPUtime=12.69 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 601 0 0 0 1269 0 0 0 25 0 1 0 592138838 8052736 491 33554432000 4194304 4331988 140735937424176 18446744073709551615 4239489 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 1966 491 175 34 0 408 0
[pid=19759] ppid=19754 vsize=147988 CPUtime=50.66 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 24384 1250 0 0 5061 5 0 0 18 0 5 0 592138838 151539712 9133 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 36997 9133 163 40 0 35541 0
[pid=19759/tid=19766] ppid=19754 vsize=147988 CPUtime=12.68 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 7070 1250 0 0 1267 1 0 0 25 0 5 0 592138839 151539712 9133 33554432000 4194304 4356188 140734873857168 18446744073709551615 4279375 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=147988 CPUtime=12.66 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 7271 1250 0 0 1265 1 0 0 25 0 5 0 592138839 151539712 9133 33554432000 4194304 4356188 140734873857168 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=147988 CPUtime=12.67 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 6759 1250 0 0 1266 1 0 0 25 0 5 0 592138839 151539712 9133 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=147988 CPUtime=12.62 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 2914 1250 0 0 1262 0 0 0 25 0 5 0 592138839 151539712 9133 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 1343360

[startup+25.5011 s]
/proc/loadavg: 3.54 0.88 0.29 9/180 19770
/proc/meminfo: memFree=17526360/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=697848 CPUtime=25.48 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 21417 0 0 0 2545 3 0 0 25 0 1 0 592138838 714596352 4446 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=19759/tid=19766] ppid=19754 vsize=274100 CPUtime=355.19 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 84288 1250 0 0 35506 13 0 0 25 0 5 0 592138839 280678400 40661 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=274100 CPUtime=355.16 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 94314 1250 0 0 35501 15 0 0 25 0 5 0 592138839 280678400 40661 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=274100 CPUtime=355.18 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 85641 1250 0 0 35504 14 0 0 25 0 5 0 592138839 280678400 40661 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=274100 CPUtime=353.27 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 57187 1250 0 0 35318 9 0 0 25 0 5 0 592138839 280678400 40661 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2839.54
Current children cumulated vsize (KiB) 1522640

[startup+358.401 s]
/proc/loadavg: 8.02 5.65 2.60 9/180 19779
/proc/meminfo: memFree=17346952/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=740068 CPUtime=358.37 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 148812 0 0 0 35806 31 0 0 25 0 1 0 592138838 757829632 18659 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 185017 18659 334 96 0 181579 0
[pid=19756] ppid=19754 vsize=21960 CPUtime=358.39 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 2829 0 0 0 35839 0 0 0 25 0 1 0 592138838 22487040 2718 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 5490 2718 341 145 0 2535 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=358.36 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 35836 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=12356 CPUtime=358.39 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 1322 0 0 0 35839 0 0 0 25 0 1 0 592138838 12652544 1212 33554432000 4194304 4331988 140735937424176 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 3089 1212 175 34 0 1531 0
[pid=19759] ppid=19754 vsize=276920 CPUtime=1431.6 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 323785 1250 0 0 143108 52 0 0 18 0 5 0 592138838 283566080 41337 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 69230 41337 163 40 0 67774 0
[pid=19759/tid=19766] ppid=19754 vsize=276920 CPUtime=358.39 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 84800 1250 0 0 35826 13 0 0 25 0 5 0 592138839 283566080 41337 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=276920 CPUtime=358.36 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 94570 1250 0 0 35821 15 0 0 25 0 5 0 592138839 283566080 41337 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=276920 CPUtime=358.38 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 85641 1250 0 0 35824 14 0 0 25 0 5 0 592138839 283566080 41337 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=276920 CPUtime=356.45 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 58404 1250 0 0 35636 9 0 0 25 0 5 0 592138839 283566080 41337 33554432000 4194304 4356188 140734873857168 18446744073709551615 4298741 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2865.11
Current children cumulated vsize (KiB) 1525460

[startup+360.001 s]
/proc/loadavg: 8.02 5.69 2.62 9/180 19779
/proc/meminfo: memFree=17354268/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=740068 CPUtime=359.97 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 148986 0 0 0 35966 31 0 0 25 0 1 0 592138838 757829632 18831 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 185017 18831 334 96 0 181579 0
[pid=19756] ppid=19754 vsize=21960 CPUtime=359.99 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 2829 0 0 0 35999 0 0 0 25 0 1 0 592138838 22487040 2718 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 5490 2718 341 145 0 2535 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=359.96 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 35996 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=12356 CPUtime=359.99 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 1323 0 0 0 35999 0 0 0 25 0 1 0 592138838 12652544 1213 33554432000 4194304 4331988 140735937424176 18446744073709551615 4210377 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 3089 1213 175 34 0 1531 0
[pid=19759] ppid=19754 vsize=272312 CPUtime=1437.99 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 324041 1250 0 0 143747 52 0 0 18 0 5 0 592138838 278847488 40185 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 68078 40185 163 40 0 66622 0
[pid=19759/tid=19766] ppid=19754 vsize=272312 CPUtime=359.99 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 85056 1250 0 0 35986 13 0 0 25 0 5 0 592138839 278847488 40185 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=272312 CPUtime=359.96 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 94570 1250 0 0 35981 15 0 0 25 0 5 0 592138839 278847488 40185 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=272312 CPUtime=359.98 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 85641 1250 0 0 35984 14 0 0 25 0 5 0 592138839 278847488 40185 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=272312 CPUtime=358.03 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 58404 1250 0 0 35794 9 0 0 25 0 5 0 592138839 278847488 40185 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2877.9
Current children cumulated vsize (KiB) 1520852

[startup+360.801 s]
/proc/loadavg: 8.02 5.69 2.62 9/180 19779
/proc/meminfo: memFree=17353540/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=740068 CPUtime=360.77 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 149117 0 0 0 36046 31 0 0 25 0 1 0 592138838 757829632 18960 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 185017 18960 334 96 0 181579 0
[pid=19756] ppid=19754 vsize=21960 CPUtime=360.8 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 2841 0 0 0 36080 0 0 0 25 0 1 0 592138838 22487040 2730 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 5490 2730 341 145 0 2535 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=360.77 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 36077 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=12356 CPUtime=360.8 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 1323 0 0 0 36080 0 0 0 25 0 1 0 592138838 12652544 1213 33554432000 4194304 4331988 140735937424176 18446744073709551615 4237360 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 3089 1213 175 34 0 1531 0
[pid=19759] ppid=19754 vsize=272824 CPUtime=1441.21 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 324169 1250 0 0 144069 52 0 0 18 0 5 0 592138838 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 68206 40313 163 40 0 66750 0
[pid=19759/tid=19766] ppid=19754 vsize=272824 CPUtime=360.8 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 85056 1250 0 0 36067 13 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=272824 CPUtime=360.77 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 94570 1250 0 0 36062 15 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=272824 CPUtime=360.78 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 85641 1250 0 0 36064 14 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=272824 CPUtime=358.83 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 58532 1250 0 0 35874 9 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2884.35
Current children cumulated vsize (KiB) 1521364

[startup+361.001 s]
/proc/loadavg: 8.02 5.69 2.62 9/180 19779
/proc/meminfo: memFree=17353540/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=740068 CPUtime=360.97 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 149150 0 0 0 36066 31 0 0 25 0 1 0 592138838 757829632 18993 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 185017 18993 334 96 0 181579 0
[pid=19756] ppid=19754 vsize=21960 CPUtime=360.99 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 2841 0 0 0 36099 0 0 0 25 0 1 0 592138838 22487040 2730 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 5490 2730 341 145 0 2535 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=360.96 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 36096 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134530770 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=12356 CPUtime=360.99 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 1323 0 0 0 36099 0 0 0 25 0 1 0 592138838 12652544 1213 33554432000 4194304 4331988 140735937424176 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 3089 1213 175 34 0 1531 0
[pid=19759] ppid=19754 vsize=272824 CPUtime=1441.99 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 324169 1250 0 0 144147 52 0 0 18 0 5 0 592138838 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 68206 40313 163 40 0 66750 0
[pid=19759/tid=19766] ppid=19754 vsize=272824 CPUtime=360.99 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 85056 1250 0 0 36086 13 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=272824 CPUtime=360.96 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 94570 1250 0 0 36081 15 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=272824 CPUtime=360.98 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 85641 1250 0 0 36084 14 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=272824 CPUtime=359.03 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 58532 1250 0 0 35894 9 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2885.9
Current children cumulated vsize (KiB) 1521364

[startup+361.101 s]
/proc/loadavg: 8.02 5.69 2.62 9/180 19779
/proc/meminfo: memFree=17353540/32950940 swapFree=67111528/67111528
[pid=19754] ppid=19752 vsize=18324 CPUtime=0 cores=0-7
/proc/19754/stat : 19754 (ppfolio) S 19752 19754 19688 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 592138838 18763776 390 33554432000 4194304 4287625 140733359085088 18446744073709551615 215988612623 0 0 4096 65536 11592432708352999423 0 0 17 6 0 0 0
/proc/19754/statm: 4581 390 341 23 0 91 0
[pid=19755] ppid=19754 vsize=740068 CPUtime=361.07 cores=0
/proc/19755/stat : 19755 (cryptominisat) R 19754 19754 19688 0 -1 4202496 149167 0 0 0 36076 31 0 0 25 0 1 0 592138838 757829632 19010 33554432000 4194304 4587354 140735957590704 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19755/statm: 185017 19010 334 96 0 181579 0
[pid=19756] ppid=19754 vsize=21960 CPUtime=361.09 cores=1
/proc/19756/stat : 19756 (clasp) R 19754 19754 19688 0 -1 4202496 2841 0 0 0 36109 0 0 0 25 0 1 0 592138838 22487040 2730 33554432000 4194304 4785740 140734899871552 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19756/statm: 5490 2730 341 145 0 2535 0
[pid=19757] ppid=19754 vsize=455832 CPUtime=361.06 cores=2
/proc/19757/stat : 19757 (TNM) R 19754 19754 19688 0 -1 4202496 311 0 0 0 36106 0 0 0 25 0 1 0 592138838 466771968 207 33554432000 134512640 134534564 4294616752 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19757/statm: 113958 207 95 6 0 112624 0
[pid=19758] ppid=19754 vsize=12356 CPUtime=361.09 cores=3
/proc/19758/stat : 19758 (march_hi) R 19754 19754 19688 0 -1 4202496 1323 0 0 0 36109 0 0 0 25 0 1 0 592138838 12652544 1213 33554432000 4194304 4331988 140735937424176 18446744073709551615 4226420 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19758/statm: 3089 1213 175 34 0 1531 0
[pid=19759] ppid=19754 vsize=272824 CPUtime=1442.39 cores=4-7
/proc/19759/stat : 19759 (plingeling) S 19754 19754 19688 0 -1 4202496 324169 1250 0 0 144187 52 0 0 18 0 5 0 592138838 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19759/statm: 68206 40313 163 40 0 66750 0
[pid=19759/tid=19766] ppid=19754 vsize=272824 CPUtime=361.09 cores=4-7
/proc/19759/task/19766/stat : 19766 (plingeling) R 19754 19754 19688 0 -1 4202560 85056 1250 0 0 36096 13 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19759/tid=19767] ppid=19754 vsize=272824 CPUtime=361.06 cores=4-7
/proc/19759/task/19767/stat : 19767 (plingeling) R 19754 19754 19688 0 -1 4202560 94570 1250 0 0 36091 15 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19759/tid=19768] ppid=19754 vsize=272824 CPUtime=361.08 cores=4-7
/proc/19759/task/19768/stat : 19768 (plingeling) R 19754 19754 19688 0 -1 4202560 85641 1250 0 0 36094 14 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19759/tid=19769] ppid=19754 vsize=272824 CPUtime=359.13 cores=4-7
/proc/19759/task/19769/stat : 19769 (plingeling) R 19754 19754 19688 0 -1 4202560 58532 1250 0 0 35904 9 0 0 25 0 5 0 592138839 279371776 40313 33554432000 4194304 4356188 140734873857168 18446744073709551615 4210596 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2886.7
Current children cumulated vsize (KiB) 1521364

Child status: 0
Real time (s): 361.13
CPU time (s): 2886.94
CPU user time (s): 2886.05
CPU system time (s): 0.887865
CPU usage (%): 799.418
Max. virtual memory (cumulated for all children) (KiB): 5892544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2886.05
system time used= 0.887865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479607
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= 1395
involuntary context switches= 13781

runsolver used 0.594909 second user time and 1.37579 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 21:31:21
IDJOB=3310391
IDBENCH=87946
IDSOLVER=1638
FILE ID=node117/3310391-1304019081
RUNJOBID= node117-1304019070-19702
PBS_JOBID= 13170293
Free space on /tmp= 71680 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310391-1304019081/watcher-3310391-1304019081 -o /tmp/evaluation-result-3310391-1304019081/solver-3310391-1304019081 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310391-1304019081.cnf

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=1374974932

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17601924 kB
Buffers:       2374436 kB
Cached:       12328124 kB
SwapCached:          0 kB
Active:        8057276 kB
Inactive:      6709304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17601924 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10408 kB
Writeback:           0 kB
AnonPages:       63616 kB
Mapped:          14880 kB
Slab:           517084 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   186120 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= 71672 MiB
End job on node117 at 2011-04-28 21:37:22