Trace number 3218937

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 parSAT 3141.62 393.001

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
MD5SUMdc0028248c86c8aff67bef1f8d7ffb16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.2163
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

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
3140.79/392.99	s SATISFIABLE
3140.79/392.99	v 1 -2 -3 4 -5 6 -7 8 9 -10 -11 12 13 14 15 -16 -17 18 -19 -20 21 22 23 -24 -25 -26 27 -28 29 -30 -31 32 -33 34 35 36 -37 -38 -39 -40 -41 -42 43 44 45 46 -47 -48 -49 -50 51 52 -53 54 55 56 -57 58 -59 60 -61 62 63 64 -65 66 67 -68 -69 -70 -71 72 -73 -74 -75 -76 77 -78 -79 80 -81 82 -83 -84 -85 -86 87 -88 -89 -90 91 -92 93 94 -95 -96 97 98 99 100 101 102 -103 104 105 106 107 108 109 110 -111 -112 -113 114 115 116 117 -118 119 120 121 122 123 -124 -125 126 -127 128 -129 -130 131 -132 133 -134 135 -136 -137 -138 -139 -140 -141 142 143 -144 145 -146 147 148 -149 150 
3140.79/392.99	v 0 
3140.79/393.00	solver [3] TNM 2009 answered
3140.79/393.00	Done

Verifier Data

OK

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-3218937-1304145517/watcher-3218937-1304145517 -o /tmp/evaluation-result-3218937-1304145517/solver-3218937-1304145517 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3218937-1304145517.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.70 2.10 2.76 2/170 5151
/proc/meminfo: memFree=25137040/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0

[startup+0.160727 s]
/proc/loadavg: 1.70 2.10 2.76 2/170 5151
/proc/meminfo: memFree=25137040/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200719 s]
/proc/loadavg: 1.70 2.10 2.76 2/170 5151
/proc/meminfo: memFree=25137040/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300702 s]
/proc/loadavg: 1.70 2.10 2.76 2/170 5151
/proc/meminfo: memFree=25137040/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700631 s]
/proc/loadavg: 1.70 2.10 2.76 2/170 5151
/proc/meminfo: memFree=25137040/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) R 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 22 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 1.70 2.10 2.76 10/180 5166
/proc/meminfo: memFree=25112676/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1071436 CPUtime=1.49 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 4321 0 0 0 149 0 0 0 20 0 1 0 506967542 1097150464 1530 33554432000 4194304 4587354 140736075625728 18446744073709551615 4238495 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 267859 1530 327 96 0 264421 0
[pid=5153] ppid=5151 vsize=17044 CPUtime=1.49 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 1734 0 0 0 149 0 0 0 20 0 1 0 506967542 17453056 1601 33554432000 4194304 4785740 140736471959936 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 4261 1601 340 145 0 1306 0
[pid=5154] ppid=5151 vsize=453448 CPUtime=1.46 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 681 0 5 0 146 0 0 0 20 0 1 0 506967542 464330752 583 33554432000 134512640 134534564 4289889664 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/5154/statm: 113362 583 91 6 0 112028 0
[pid=5155] ppid=5151 vsize=10400 CPUtime=1.49 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 2980 0 0 0 149 0 0 0 20 0 1 0 506967542 10649600 966 33554432000 4194304 4331988 140737372070640 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 2600 966 174 34 0 1042 0
[pid=5156] ppid=5151 vsize=122180 CPUtime=5.77 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 4020 1255 0 1 577 0 0 0 18 0 5 0 506967542 125112320 2602 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 30545 2602 162 40 0 29089 0
[pid=5156/tid=5163] ppid=5151 vsize=122180 CPUtime=1.44 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 643 1255 0 1 144 0 0 0 23 0 5 0 506967547 125112320 2602 33554432000 4194304 4356188 140736802558208 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=122180 CPUtime=1.43 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 475 1255 0 1 143 0 0 0 23 0 5 0 506967547 125112320 2602 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=122180 CPUtime=1.44 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 389 1255 0 1 144 0 0 0 20 0 5 0 506967547 125112320 2602 33554432000 4194304 4356188 140736802558208 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=122180 CPUtime=1.43 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 488 1255 0 1 143 0 0 0 23 0 5 0 506967547 125112320 2602 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 1692832

[startup+3.1012 s]
/proc/loadavg: 1.70 2.10 2.76 9/180 5166
/proc/meminfo: memFree=25096188/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1084192 CPUtime=3.09 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 7778 0 0 0 309 0 0 0 25 0 1 0 506967542 1110212608 4312 33554432000 4194304 4587354 140736075625728 18446744073709551615 4238543 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 271048 4312 337 96 0 267610 0
[pid=5153] ppid=5151 vsize=17784 CPUtime=3.09 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 1917 0 0 0 309 0 0 0 25 0 1 0 506967542 18210816 1784 33554432000 4194304 4785740 140736471959936 18446744073709551615 4546113 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 4446 1784 340 145 0 1491 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=3.06 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 306 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=10400 CPUtime=3.09 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 2980 0 0 0 309 0 0 0 25 0 1 0 506967542 10649600 966 33554432000 4194304 4331988 140737372070640 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 2600 966 174 34 0 1042 0
[pid=5156] ppid=5151 vsize=127724 CPUtime=12.17 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 5614 1255 0 1 1217 0 0 0 18 0 5 0 506967542 130789376 4004 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 31931 4004 162 40 0 30475 0
[pid=5156/tid=5163] ppid=5151 vsize=127724 CPUtime=3.04 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 886 1255 0 1 304 0 0 0 25 0 5 0 506967547 130789376 4004 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=127724 CPUtime=3.03 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 958 1255 0 1 303 0 0 0 25 0 5 0 506967547 130789376 4004 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=127724 CPUtime=3.04 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 807 1255 0 1 304 0 0 0 25 0 5 0 506967547 130789376 4004 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=127724 CPUtime=3.03 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 938 1255 0 1 303 0 0 0 25 0 5 0 506967547 130789376 4004 33554432000 4194304 4356188 140736802558208 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 1715836

[startup+6.30063 s]
/proc/loadavg: 2.20 2.20 2.79 9/180 5166
/proc/meminfo: memFree=25088632/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1084544 CPUtime=6.29 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 10529 0 0 0 628 1 0 0 25 0 1 0 506967542 1110573056 4634 33554432000 4194304 4587354 140736075625728 18446744073709551615 233509956354 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 271136 4634 337 96 0 267698 0
[pid=5153] ppid=5151 vsize=19564 CPUtime=6.29 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 2321 0 0 0 629 0 0 0 25 0 1 0 506967542 20033536 2188 33554432000 4194304 4785740 140736471959936 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 4891 2188 340 145 0 1936 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=6.26 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 626 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=11084 CPUtime=6.29 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 3136 0 0 0 629 0 0 0 25 0 1 0 506967542 11350016 1122 33554432000 4194304 4331988 140737372070640 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 2771 1122 174 34 0 1213 0
[pid=5156] ppid=5151 vsize=128128 CPUtime=24.95 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 6291 1255 0 1 2495 0 0 0 18 0 5 0 506967542 131203072 4105 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 32032 4105 162 40 0 30576 0
[pid=5156/tid=5163] ppid=5151 vsize=128128 CPUtime=6.24 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 1047 1255 0 1 624 0 0 0 25 0 5 0 506967547 131203072 4105 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331199 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=128128 CPUtime=6.23 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 1119 1255 0 1 623 0 0 0 25 0 5 0 506967547 131203072 4105 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=128128 CPUtime=6.24 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 1001 1255 0 1 624 0 0 0 25 0 5 0 506967547 131203072 4105 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=128128 CPUtime=6.21 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 1099 1255 0 1 621 0 0 0 25 0 5 0 506967547 131203072 4105 33554432000 4194304 4356188 140736802558208 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 1719056

[startup+12.7005 s]
/proc/loadavg: 2.67 2.29 2.82 9/180 5166
/proc/meminfo: memFree=25073220/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=6242492 CPUtime=12.68 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 16441 0 0 0 1267 1 0 0 25 0 1 0 506967542 6392311808 7567 33554432000 4194304 4587354 140736075625728 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 1560623 7567 337 96 0 1557185 0
[pid=5153] ppid=5151 vsize=22048 CPUtime=12.69 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 2898 0 0 0 1269 0 0 0 25 0 1 0 506967542 22577152 2765 33554432000 4194304 4785740 140736471959936 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 5512 2765 340 145 0 2557 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=12.65 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 1265 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=11936 CPUtime=12.69 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 3333 0 0 0 1269 0 0 0 25 0 1 0 506967542 12222464 1319 33554432000 4194304 4331988 140737372070640 18446744073709551615 4287517 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 2984 1319 175 34 0 1426 0
[pid=5156] ppid=5151 vsize=129684 CPUtime=50.52 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 7576 1255 0 1 5051 1 0 0 18 0 5 0 506967542 132796416 4494 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 32421 4494 162 40 0 30965 0
[pid=5156/tid=5163] ppid=5151 vsize=129684 CPUtime=12.64 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 1369 1255 0 1 1264 0 0 0 25 0 5 0 506967547 132796416 4494 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=129684 CPUtime=12.63 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 1472 1255 0 1 1263 0 0 0 25 0 5 0 506967547 132796416 4494 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331208 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=129684 CPUtime=12.64 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 1290 1255 0 1 1264 0 0 0 25 0 5 0 506967547 132796416 4494 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=129684 CPUtime=12.57 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 1420 1255 0 1 1257 0 0 0 25 0 5 0 506967547 132796416 4494 33554432000 4194304 4356188 140736802558208 18446744073709551615 4237413 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 6881896

[startup+25.5012 s]
/proc/loadavg: 3.92 2.59 2.91 9/180 5167
/proc/meminfo: memFree=25045852/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1103348 CPUtime=25.49 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 22401 0 0 0 2546 3 0 0 25 0 1 0 506967542 1129828352 11152 33554432000 4194304 4587354 140736075625728 18446744073709551615 4364897 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=5156/tid=5163] ppid=5151 vsize=161584 CPUtime=387.15 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 16636 1255 0 1 38713 2 0 0 25 0 5 0 506967547 165462016 12469 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=161584 CPUtime=387.14 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 16226 1255 0 1 38711 3 0 0 25 0 5 0 506967547 165462016 12469 33554432000 4194304 4356188 140736802558208 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=161584 CPUtime=387.15 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 15598 1255 0 1 38712 3 0 0 25 0 5 0 506967547 165462016 12469 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=161584 CPUtime=385.04 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 17712 1255 0 1 38502 2 0 0 25 0 5 0 506967547 165462016 12469 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3095.26
Current children cumulated vsize (KiB) 1863884

[startup+390.401 s]
/proc/loadavg: 8.01 6.40 4.55 9/180 5176
/proc/meminfo: memFree=24953540/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1107252 CPUtime=390.4 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 121655 0 0 0 39010 30 0 0 25 0 1 0 506967542 1133826048 11857 33554432000 4194304 4587354 140736075625728 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 276813 11857 337 96 0 273375 0
[pid=5153] ppid=5151 vsize=49740 CPUtime=390.38 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 9141 0 0 0 39037 1 0 0 25 0 1 0 506967542 50933760 8912 33554432000 4194304 4785740 140736471959936 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 12435 8912 340 145 0 9480 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=390.32 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 39032 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=70204 CPUtime=390.4 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 15103 0 0 0 39034 6 0 0 25 0 1 0 506967542 71888896 13089 33554432000 4194304 4331988 140737372070640 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 17551 13089 175 34 0 15993 0
[pid=5156] ppid=5151 vsize=163760 CPUtime=1559.29 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 68741 1255 0 1 155917 12 0 0 18 0 5 0 506967542 167690240 13013 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 40940 13013 162 40 0 39484 0
[pid=5156/tid=5163] ppid=5151 vsize=163760 CPUtime=390.34 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 16892 1255 0 1 39032 2 0 0 25 0 5 0 506967547 167690240 13013 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=163760 CPUtime=390.34 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 16226 1255 0 1 39031 3 0 0 25 0 5 0 506967547 167690240 13013 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=163760 CPUtime=390.34 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 15790 1255 0 1 39031 3 0 0 25 0 5 0 506967547 167690240 13013 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=163760 CPUtime=388.22 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 17808 1255 0 1 38820 2 0 0 25 0 5 0 506967547 167690240 13013 33554432000 4194304 4356188 140736802558208 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3120.79
Current children cumulated vsize (KiB) 1866692

[startup+392 s]
/proc/loadavg: 8.01 6.43 4.56 9/180 5176
/proc/meminfo: memFree=24911624/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1145984 CPUtime=391.99 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 130372 0 0 0 39168 31 0 0 25 0 1 0 506967542 1173487616 20574 33554432000 4194304 4587354 140736075625728 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 286496 20574 337 96 0 283058 0
[pid=5153] ppid=5151 vsize=49740 CPUtime=391.98 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 9147 0 0 0 39197 1 0 0 25 0 1 0 506967542 50933760 8918 33554432000 4194304 4785740 140736471959936 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 12435 8918 340 145 0 9480 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=391.92 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 39192 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134528680 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=70204 CPUtime=392 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 15150 0 0 0 39194 6 0 0 25 0 1 0 506967542 71888896 13136 33554432000 4194304 4331988 140737372070640 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 17551 13136 175 34 0 15993 0
[pid=5156] ppid=5151 vsize=168880 CPUtime=1565.69 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 70021 1255 0 1 156556 13 0 0 18 0 5 0 506967542 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 42220 14293 162 40 0 40764 0
[pid=5156/tid=5163] ppid=5151 vsize=168880 CPUtime=391.95 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 17916 1255 0 1 39192 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=168880 CPUtime=391.94 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 16226 1255 0 1 39191 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=168880 CPUtime=391.94 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 15790 1255 0 1 39191 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=168880 CPUtime=389.81 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 18064 1255 0 1 38979 2 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3133.58
Current children cumulated vsize (KiB) 1910544

[startup+392.401 s]
/proc/loadavg: 8.01 6.43 4.56 9/180 5176
/proc/meminfo: memFree=24911624/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1145984 CPUtime=392.4 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 130372 0 0 0 39209 31 0 0 25 0 1 0 506967542 1173487616 20574 33554432000 4194304 4587354 140736075625728 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 286496 20574 337 96 0 283058 0
[pid=5153] ppid=5151 vsize=49740 CPUtime=392.39 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 9147 0 0 0 39238 1 0 0 25 0 1 0 506967542 50933760 8918 33554432000 4194304 4785740 140736471959936 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 12435 8918 340 145 0 9480 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=392.32 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 39232 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=70204 CPUtime=392.4 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 15163 0 0 0 39234 6 0 0 25 0 1 0 506967542 71888896 13149 33554432000 4194304 4331988 140737372070640 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 17551 13149 175 34 0 15993 0
[pid=5156] ppid=5151 vsize=168880 CPUtime=1567.29 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 70021 1255 0 1 156716 13 0 0 18 0 5 0 506967542 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 42220 14293 162 40 0 40764 0
[pid=5156/tid=5163] ppid=5151 vsize=168880 CPUtime=392.35 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 17916 1255 0 1 39232 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=168880 CPUtime=392.34 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 16226 1255 0 1 39231 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=168880 CPUtime=392.34 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 15790 1255 0 1 39231 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=168880 CPUtime=390.21 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 18064 1255 0 1 39019 2 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3136.8
Current children cumulated vsize (KiB) 1910544

[startup+392.806 s]
/proc/loadavg: 8.01 6.43 4.56 9/180 5176
/proc/meminfo: memFree=24911376/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1145984 CPUtime=392.8 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 130372 0 0 0 39249 31 0 0 25 0 1 0 506967542 1173487616 20574 33554432000 4194304 4587354 140736075625728 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 286496 20574 337 96 0 283058 0
[pid=5153] ppid=5151 vsize=49740 CPUtime=392.79 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 9147 0 0 0 39278 1 0 0 25 0 1 0 506967542 50933760 8918 33554432000 4194304 4785740 140736471959936 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 12435 8918 340 145 0 9480 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=392.73 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 39273 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=70204 CPUtime=392.8 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 15175 0 0 0 39274 6 0 0 25 0 1 0 506967542 71888896 13161 33554432000 4194304 4331988 140737372070640 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 17551 13161 175 34 0 15993 0
[pid=5156] ppid=5151 vsize=168880 CPUtime=1568.9 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 70021 1255 0 1 156877 13 0 0 18 0 5 0 506967542 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 42220 14293 162 40 0 40764 0
[pid=5156/tid=5163] ppid=5151 vsize=168880 CPUtime=392.75 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 17916 1255 0 1 39272 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=168880 CPUtime=392.74 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 16226 1255 0 1 39271 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=168880 CPUtime=392.75 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 15790 1255 0 1 39272 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=168880 CPUtime=390.61 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 18064 1255 0 1 39059 2 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3140.02
Current children cumulated vsize (KiB) 1910544

[startup+392.901 s]
/proc/loadavg: 8.01 6.43 4.56 9/180 5176
/proc/meminfo: memFree=24911376/32951124 swapFree=67111524/67111528
[pid=5151] ppid=5149 vsize=18324 CPUtime=0 cores=0-7
/proc/5151/stat : 5151 (ppfolio) S 5149 5151 5125 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 506967542 18763776 389 33554432000 4194304 4287625 140735853292256 18446744073709551615 233510317583 0 0 4096 65536 4338004934185189375 0 0 17 6 0 0 0
/proc/5151/statm: 4581 389 341 23 0 91 0
[pid=5152] ppid=5151 vsize=1145984 CPUtime=392.9 cores=0
/proc/5152/stat : 5152 (cryptominisat) R 5151 5151 5125 0 -1 4202496 130372 0 0 0 39259 31 0 0 25 0 1 0 506967542 1173487616 20574 33554432000 4194304 4587354 140736075625728 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5152/statm: 286496 20574 337 96 0 283058 0
[pid=5153] ppid=5151 vsize=49740 CPUtime=392.89 cores=1
/proc/5153/stat : 5153 (clasp) R 5151 5151 5125 0 -1 4202496 9147 0 0 0 39288 1 0 0 25 0 1 0 506967542 50933760 8918 33554432000 4194304 4785740 140736471959936 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5153/statm: 12435 8918 340 145 0 9480 0
[pid=5154] ppid=5151 vsize=457412 CPUtime=392.82 cores=2
/proc/5154/stat : 5154 (TNM) R 5151 5151 5125 0 -1 4202496 800 0 6 0 39282 0 0 0 25 0 1 0 506967542 468389888 703 33554432000 134512640 134534564 4289889664 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 3
/proc/5154/statm: 114353 703 95 6 0 113019 0
[pid=5155] ppid=5151 vsize=70204 CPUtime=392.9 cores=3
/proc/5155/stat : 5155 (march_hi) R 5151 5151 5125 0 -1 4202496 15178 0 0 0 39284 6 0 0 25 0 1 0 506967542 71888896 13164 33554432000 4194304 4331988 140737372070640 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5155/statm: 17551 13164 175 34 0 15993 0
[pid=5156] ppid=5151 vsize=168880 CPUtime=1569.28 cores=4-7
/proc/5156/stat : 5156 (plingeling) S 5151 5151 5125 0 -1 4202496 70021 1255 0 1 156915 13 0 0 18 0 5 0 506967542 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5156/statm: 42220 14293 162 40 0 40764 0
[pid=5156/tid=5163] ppid=5151 vsize=168880 CPUtime=392.85 cores=4-7
/proc/5156/task/5163/stat : 5163 (plingeling) R 5151 5151 5125 0 -1 4202560 17916 1255 0 1 39282 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331996 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5156/tid=5164] ppid=5151 vsize=168880 CPUtime=392.84 cores=4-7
/proc/5156/task/5164/stat : 5164 (plingeling) R 5151 5151 5125 0 -1 4202560 16226 1255 0 1 39281 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5156/tid=5165] ppid=5151 vsize=168880 CPUtime=392.84 cores=4-7
/proc/5156/task/5165/stat : 5165 (plingeling) R 5151 5151 5125 0 -1 4202560 15790 1255 0 1 39281 3 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5156/tid=5166] ppid=5151 vsize=168880 CPUtime=390.7 cores=4-7
/proc/5156/task/5166/stat : 5166 (plingeling) R 5151 5151 5125 0 -1 4202560 18064 1255 0 1 39068 2 0 0 25 0 5 0 506967547 172933120 14293 33554432000 4194304 4356188 140736802558208 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3140.79
Current children cumulated vsize (KiB) 1910544

Child status: 0
Real time (s): 393.001
CPU time (s): 3141.62
CPU user time (s): 3141.05
CPU system time (s): 0.563914
CPU usage (%): 799.392
Max. virtual memory (cumulated for all children) (KiB): 6882976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3141.05
system time used= 0.563914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227330
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 843
involuntary context switches= 14635

runsolver used 0.645901 second user time and 1.50377 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 08:38:37
IDJOB=3218937
IDBENCH=82506
IDSOLVER=1638
FILE ID=node145/3218937-1304145517
RUNJOBID= node145-1304145517-5139
PBS_JOBID= 13170889
Free space on /tmp= 73028 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218937-1304145517/watcher-3218937-1304145517 -o /tmp/evaluation-result-3218937-1304145517/solver-3218937-1304145517 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3218937-1304145517.cnf

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=1504227665

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25137320 kB
Buffers:       1286124 kB
Cached:        5934140 kB
SwapCached:          4 kB
Active:         852232 kB
Inactive:      6431396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25137320 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10628 kB
Writeback:           0 kB
AnonPages:       63224 kB
Mapped:          14328 kB
Slab:           466388 kB
PageTables:       3832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181464 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= 73020 MiB
End job on node145 at 2011-04-30 08:45:10