Trace number 3274956

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 37058 4635.46

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2027.29
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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
37057.59/4635.44	s UNSATISFIABLE
37057.59/4635.46	solver [2] clasp 1.3.6 answered
37057.59/4635.46	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-3274956-1304144393/watcher-3274956-1304144393 -o /tmp/evaluation-result-3274956-1304144393/solver-3274956-1304144393 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3274956-1304144393.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: 3.39 3.85 3.89 2/170 3203
/proc/meminfo: memFree=30597544/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) R 3201 3203 3131 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0

[startup+0.0757859 s]
/proc/loadavg: 3.39 3.85 3.89 2/170 3203
/proc/meminfo: memFree=30597544/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100779 s]
/proc/loadavg: 3.39 3.85 3.89 2/170 3203
/proc/meminfo: memFree=30597544/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300686 s]
/proc/loadavg: 3.39 3.85 3.89 2/170 3203
/proc/meminfo: memFree=30597544/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700604 s]
/proc/loadavg: 3.39 3.85 3.89 2/170 3203
/proc/meminfo: memFree=30597544/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50044 s]
/proc/loadavg: 3.39 3.85 3.89 10/180 3218
/proc/meminfo: memFree=30498140/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=36952 CPUtime=1.48 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 6348 0 0 0 148 0 0 0 25 0 1 0 526036000 37838848 5003 33554432000 4194304 4587354 140733913571376 18446744073709551615 4236760 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 9238 5003 327 96 0 5800 0
[pid=3205] ppid=3203 vsize=20944 CPUtime=1.49 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 3335 0 0 0 149 0 0 0 20 0 1 0 526036000 21446656 2518 33554432000 4194304 4785740 140737393647104 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 5236 2518 340 145 0 2281 0
[pid=3206] ppid=3203 vsize=464440 CPUtime=1.49 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 3867 0 0 0 149 0 0 0 25 0 1 0 526036000 475586560 3763 33554432000 134512640 134534564 4288705808 18446744073709551615 134524734 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3206/statm: 116110 3763 91 6 0 114776 0
[pid=3207] ppid=3203 vsize=22236 CPUtime=1.49 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 12092 0 0 0 148 1 0 0 25 0 1 0 526036000 22769664 2825 33554432000 4194304 4331988 140734023060992 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 5559 2825 151 34 0 4001 0
[pid=3208] ppid=3203 vsize=158660 CPUtime=5.42 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 13792 1252 0 0 540 2 0 0 18 0 5 0 526036000 162467840 11725 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 39665 11725 163 40 0 38209 0
[pid=3208/tid=3215] ppid=3203 vsize=158660 CPUtime=1.31 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 1163 1252 0 0 131 0 0 0 25 0 5 0 526036018 162467840 11725 33554432000 4194304 4356188 140736563349312 18446744073709551615 4270786 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=158660 CPUtime=1.31 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 1241 1252 0 0 131 0 0 0 25 0 5 0 526036018 162467840 11725 33554432000 4194304 4356188 140736563349312 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=158660 CPUtime=1.31 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 1170 1252 0 0 131 0 0 0 25 0 5 0 526036018 162467840 11725 33554432000 4194304 4356188 140736563349312 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=158660 CPUtime=1.3 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 1531 1252 0 0 130 0 0 0 22 0 5 0 526036018 162467840 11725 33554432000 4194304 4356188 140736563349312 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 721556

[startup+3.10112 s]
/proc/loadavg: 3.39 3.85 3.89 9/180 3218
/proc/meminfo: memFree=30498796/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=1275908 CPUtime=3.08 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 8755 0 0 0 308 0 0 0 25 0 1 0 526036000 1306529792 5660 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238503 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 318977 5660 338 96 0 315539 0
[pid=3205] ppid=3203 vsize=20944 CPUtime=3.09 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 3336 0 0 0 309 0 0 0 25 0 1 0 526036000 21446656 2519 33554432000 4194304 4785740 140737393647104 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 5236 2519 340 145 0 2281 0
[pid=3206] ppid=3203 vsize=464440 CPUtime=3.09 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 3867 0 0 0 309 0 0 0 25 0 1 0 526036000 475586560 3763 33554432000 134512640 134534564 4288705808 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3206/statm: 116110 3763 91 6 0 114776 0
[pid=3207] ppid=3203 vsize=27996 CPUtime=3.08 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 13572 0 0 0 307 1 0 0 25 0 1 0 526036000 28667904 4305 33554432000 4194304 4331988 140734023060992 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 6999 4305 151 34 0 5441 0
[pid=3208] ppid=3203 vsize=155584 CPUtime=11.81 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 14048 1252 0 0 1179 2 0 0 18 0 5 0 526036000 159318016 10956 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 38896 10956 163 40 0 37440 0
[pid=3208/tid=3215] ppid=3203 vsize=155584 CPUtime=2.91 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 1195 1252 0 0 291 0 0 0 25 0 5 0 526036018 159318016 10956 33554432000 4194304 4356188 140736563349312 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=155584 CPUtime=2.91 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 1241 1252 0 0 291 0 0 0 25 0 5 0 526036018 159318016 10956 33554432000 4194304 4356188 140736563349312 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=155584 CPUtime=2.91 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 1170 1252 0 0 291 0 0 0 25 0 5 0 526036018 159318016 10956 33554432000 4194304 4356188 140736563349312 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=155584 CPUtime=2.89 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 1755 1252 0 0 289 0 0 0 25 0 5 0 526036018 159318016 10956 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 1963196

[startup+6.30049 s]
/proc/loadavg: 3.84 3.94 3.92 9/180 3218
/proc/meminfo: memFree=30496564/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=46072 CPUtime=6.29 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 10557 0 0 0 628 1 0 0 25 0 1 0 526036000 47177728 5618 33554432000 4194304 4587354 140733913571376 18446744073709551615 254500388500 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 11518 5618 338 96 0 8080 0
[pid=3205] ppid=3203 vsize=22004 CPUtime=6.29 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 3614 0 0 0 629 0 0 0 25 0 1 0 526036000 22532096 2797 33554432000 4194304 4785740 140737393647104 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 5501 2797 340 145 0 2546 0
[pid=3206] ppid=3203 vsize=464440 CPUtime=6.29 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 3867 0 0 0 629 0 0 0 25 0 1 0 526036000 475586560 3763 33554432000 134512640 134534564 4288705808 18446744073709551615 134524580 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3206/statm: 116110 3763 91 6 0 114776 0
[pid=3207] ppid=3203 vsize=48960 CPUtime=6.29 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 17609 0 0 0 627 2 0 0 25 0 1 0 526036000 50135040 8342 33554432000 4194304 4331988 140734023060992 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 12240 8342 151 34 0 10682 0
[pid=3208] ppid=3203 vsize=138624 CPUtime=24.6 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 15259 1252 0 0 2457 3 0 0 18 0 5 0 526036000 141950976 7206 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 34656 7206 163 40 0 33200 0
[pid=3208/tid=3215] ppid=3203 vsize=138624 CPUtime=6.11 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 1259 1252 0 0 611 0 0 0 25 0 5 0 526036018 141950976 7206 33554432000 4194304 4356188 140736563349312 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=138624 CPUtime=6.11 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 1731 1252 0 0 611 0 0 0 25 0 5 0 526036018 141950976 7206 33554432000 4194304 4356188 140736563349312 18446744073709551615 4211883 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=138624 CPUtime=6.11 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 1379 1252 0 0 611 0 0 0 25 0 5 0 526036018 141950976 7206 33554432000 4194304 4356188 140736563349312 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=138624 CPUtime=6.08 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 2203 1252 0 0 608 0 0 0 25 0 5 0 526036018 141950976 7206 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 738424

[startup+12.7012 s]
/proc/loadavg: 4.18 4.01 3.94 9/180 3218
/proc/meminfo: memFree=30429772/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=1283468 CPUtime=12.68 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 13992 0 0 0 1267 1 0 0 25 0 1 0 526036000 1314271232 8038 33554432000 4194304 4587354 140733913571376 18446744073709551615 4231407 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 320867 8038 338 96 0 317429 0
[pid=3205] ppid=3203 vsize=23880 CPUtime=12.69 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 4033 0 0 0 1269 0 0 0 25 0 1 0 526036000 24453120 3216 33554432000 4194304 4785740 140737393647104 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 5970 3216 340 145 0 3015 0
[pid=3206] ppid=3203 vsize=464740 CPUtime=12.67 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 4230 0 1 0 1267 0 0 0 25 0 1 0 526036000 475893760 4127 33554432000 134512640 134534564 4288705808 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 1
/proc/3206/statm: 116185 4127 95 6 0 114851 0
[pid=3207] ppid=3203 vsize=110368 CPUtime=12.68 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 33814 0 0 0 1265 3 0 0 25 0 1 0 526036000 113016832 20202 33554432000 4194304 4331988 140734023060992 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 27592 20202 175 34 0 26034 0
[pid=3208] ppid=3203 vsize=140092 CPUtime=50.16 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 19098 1252 0 0 5013 3 0 0 18 0 5 0 526036000 143454208 7829 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 35023 7829 163 40 0 33567 0
[pid=3208/tid=3215] ppid=3203 vsize=140092 CPUtime=12.51 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 2088 1252 0 0 1251 0 0 0 25 0 5 0 526036018 143454208 7829 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=140092 CPUtime=12.51 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 2947 1252 0 0 1251 0 0 0 25 0 5 0 526036018 143454208 7829 33554432000 4194304 4356188 140736563349312 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=140092 CPUtime=12.51 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 2113 1252 0 0 1251 0 0 0 25 0 5 0 526036018 143454208 7829 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=140092 CPUtime=12.44 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 3263 1252 0 0 1244 0 0 0 25 0 5 0 526036018 143454208 7829 33554432000 4194304 4356188 140736563349312 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 2040872

[startup+25.5007 s]
/proc/loadavg: 5.02 4.20 4.00 9/180 3218
/proc/meminfo: memFree=30413884/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=44980 CPUtime=25.49 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 17059 0 0 0 2547 2 0 0 25 0 1 0 526036000 46059520 7750 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=3208/tid=3215] ppid=3203 vsize=348500 CPUtime=4630.33 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 296100 1252 0 0 462989 44 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=348500 CPUtime=4630.17 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 297237 1252 0 0 462968 49 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=348500 CPUtime=4629.22 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 298453 1252 0 0 462876 46 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=348500 CPUtime=4604.91 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 317222 1252 0 0 460441 50 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37016.8
Current children cumulated vsize (KiB) 1162812

[startup+4633.5 s]
/proc/loadavg: 8.03 8.05 7.96 9/180 3361
/proc/meminfo: memFree=30083268/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=116020 CPUtime=4633.71 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 345341 0 0 0 463234 137 0 0 25 0 1 0 526036000 118804480 24848 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 29005 24848 338 96 0 25567 0
[pid=3205] ppid=3203 vsize=98680 CPUtime=4633.69 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 21074 0 0 0 463365 4 0 0 25 0 1 0 526036000 101048320 20257 33554432000 4194304 4785740 140737393647104 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 24670 20257 340 145 0 21715 0
[pid=3206] ppid=3203 vsize=464744 CPUtime=4633.65 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 4239 0 2 0 463363 2 0 0 25 0 1 0 526036000 475897856 4137 33554432000 134512640 134534564 4288705808 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/3206/statm: 116186 4137 103 6 0 114852 0
[pid=3207] ppid=3203 vsize=116544 CPUtime=4633.7 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 34445 0 0 0 463367 3 0 0 25 0 1 0 526036000 119341056 20833 33554432000 4194304 4331988 140734023060992 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 29136 20833 175 34 0 27578 0
[pid=3208] ppid=3203 vsize=348500 CPUtime=18507.6 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 1217699 1252 0 0 1850570 192 0 0 18 0 5 0 526036000 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 87125 59403 163 40 0 85669 0
[pid=3208/tid=3215] ppid=3203 vsize=348500 CPUtime=4633.53 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 296100 1252 0 0 463309 44 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=348500 CPUtime=4633.37 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 297237 1252 0 0 463288 49 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=348500 CPUtime=4632.42 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 298453 1252 0 0 463196 46 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=348500 CPUtime=4608.1 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 317222 1252 0 0 460760 50 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37042.4
Current children cumulated vsize (KiB) 1162812

[startup+4634.31 s]
/proc/loadavg: 8.03 8.05 7.96 9/180 3361
/proc/meminfo: memFree=30083020/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=116020 CPUtime=4634.51 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 345369 0 0 0 463314 137 0 0 25 0 1 0 526036000 118804480 24875 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 29005 24875 338 96 0 25567 0
[pid=3205] ppid=3203 vsize=98680 CPUtime=4634.49 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 21074 0 0 0 463445 4 0 0 25 0 1 0 526036000 101048320 20257 33554432000 4194304 4785740 140737393647104 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 24670 20257 340 145 0 21715 0
[pid=3206] ppid=3203 vsize=464744 CPUtime=4634.46 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 4239 0 2 0 463444 2 0 0 25 0 1 0 526036000 475897856 4137 33554432000 134512640 134534564 4288705808 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/3206/statm: 116186 4137 103 6 0 114852 0
[pid=3207] ppid=3203 vsize=116544 CPUtime=4634.5 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 34445 0 0 0 463447 3 0 0 25 0 1 0 526036000 119341056 20833 33554432000 4194304 4331988 140734023060992 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 29136 20833 175 34 0 27578 0
[pid=3208] ppid=3203 vsize=348500 CPUtime=18510.8 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 1217699 1252 0 0 1850892 192 0 0 18 0 5 0 526036000 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 87125 59403 163 40 0 85669 0
[pid=3208/tid=3215] ppid=3203 vsize=348500 CPUtime=4634.33 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 296100 1252 0 0 463389 44 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=348500 CPUtime=4634.18 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 297237 1252 0 0 463369 49 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=348500 CPUtime=4633.22 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 298453 1252 0 0 463276 46 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=348500 CPUtime=4608.9 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 317222 1252 0 0 460840 50 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37048.8
Current children cumulated vsize (KiB) 1162812

[startup+4635.1 s]
/proc/loadavg: 8.03 8.05 7.96 9/180 3361
/proc/meminfo: memFree=30083020/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=116020 CPUtime=4635.3 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 345403 0 0 0 463393 137 0 0 25 0 1 0 526036000 118804480 24906 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 29005 24906 338 96 0 25567 0
[pid=3205] ppid=3203 vsize=98680 CPUtime=4635.29 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 21074 0 0 0 463525 4 0 0 25 0 1 0 526036000 101048320 20257 33554432000 4194304 4785740 140737393647104 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 24670 20257 340 145 0 21715 0
[pid=3206] ppid=3203 vsize=464744 CPUtime=4635.25 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 4239 0 2 0 463523 2 0 0 25 0 1 0 526036000 475897856 4137 33554432000 134512640 134534564 4288705808 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/3206/statm: 116186 4137 103 6 0 114852 0
[pid=3207] ppid=3203 vsize=116544 CPUtime=4635.3 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 34446 0 0 0 463527 3 0 0 25 0 1 0 526036000 119341056 20834 33554432000 4194304 4331988 140734023060992 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 29136 20834 175 34 0 27578 0
[pid=3208] ppid=3203 vsize=348500 CPUtime=18514 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 1217699 1252 0 0 1851209 192 0 0 18 0 5 0 526036000 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 87125 59403 163 40 0 85669 0
[pid=3208/tid=3215] ppid=3203 vsize=348500 CPUtime=4635.13 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 296100 1252 0 0 463469 44 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=348500 CPUtime=4634.97 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 297237 1252 0 0 463448 49 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=348500 CPUtime=4634.02 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 298453 1252 0 0 463356 46 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=348500 CPUtime=4609.69 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 317222 1252 0 0 460919 50 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37055.1
Current children cumulated vsize (KiB) 1162812

[startup+4635.3 s]
/proc/loadavg: 8.03 8.05 7.96 9/180 3361
/proc/meminfo: memFree=30082896/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=116020 CPUtime=4635.51 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 345415 0 0 0 463414 137 0 0 25 0 1 0 526036000 118804480 24916 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 29005 24916 338 96 0 25567 0
[pid=3205] ppid=3203 vsize=98680 CPUtime=4635.49 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 21074 0 0 0 463545 4 0 0 25 0 1 0 526036000 101048320 20257 33554432000 4194304 4785740 140737393647104 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 24670 20257 340 145 0 21715 0
[pid=3206] ppid=3203 vsize=464744 CPUtime=4635.46 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 4239 0 2 0 463544 2 0 0 25 0 1 0 526036000 475897856 4137 33554432000 134512640 134534564 4288705808 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/3206/statm: 116186 4137 103 6 0 114852 0
[pid=3207] ppid=3203 vsize=116544 CPUtime=4635.5 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 34446 0 0 0 463547 3 0 0 25 0 1 0 526036000 119341056 20834 33554432000 4194304 4331988 140734023060992 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 29136 20834 175 34 0 27578 0
[pid=3208] ppid=3203 vsize=348500 CPUtime=18514.8 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 1217699 1252 0 0 1851291 192 0 0 18 0 5 0 526036000 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 87125 59403 163 40 0 85669 0
[pid=3208/tid=3215] ppid=3203 vsize=348500 CPUtime=4635.33 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 296100 1252 0 0 463489 44 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=348500 CPUtime=4635.18 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 297237 1252 0 0 463469 49 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=348500 CPUtime=4634.22 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 298453 1252 0 0 463376 46 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=348500 CPUtime=4609.89 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 317222 1252 0 0 460939 50 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37056.8
Current children cumulated vsize (KiB) 1162812

[startup+4635.41 s]
/proc/loadavg: 8.03 8.05 7.96 9/180 3361
/proc/meminfo: memFree=30082896/32950928 swapFree=67111464/67111528
[pid=3203] ppid=3201 vsize=18324 CPUtime=0 cores=0-7
/proc/3203/stat : 3203 (ppfolio) S 3201 3203 3131 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526036000 18763776 390 33554432000 4194304 4287625 140736637683232 18446744073709551615 254500711951 0 0 4096 65536 3566077952498073599 0 0 17 4 0 0 0
/proc/3203/statm: 4581 390 341 23 0 91 0
[pid=3204] ppid=3203 vsize=116020 CPUtime=4635.61 cores=0
/proc/3204/stat : 3204 (cryptominisat) R 3203 3203 3131 0 -1 4202496 345420 0 0 0 463424 137 0 0 25 0 1 0 526036000 118804480 24921 33554432000 4194304 4587354 140733913571376 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3204/statm: 29005 24921 338 96 0 25567 0
[pid=3205] ppid=3203 vsize=98680 CPUtime=4635.59 cores=1
/proc/3205/stat : 3205 (clasp) R 3203 3203 3131 0 -1 4202496 21074 0 0 0 463555 4 0 0 25 0 1 0 526036000 101048320 20257 33554432000 4194304 4785740 140737393647104 18446744073709551615 4553743 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3205/statm: 24670 20257 340 145 0 21715 0
[pid=3206] ppid=3203 vsize=464744 CPUtime=4635.56 cores=2
/proc/3206/stat : 3206 (TNM) R 3203 3203 3131 0 -1 4202496 4239 0 2 0 463554 2 0 0 25 0 1 0 526036000 475897856 4137 33554432000 134512640 134534564 4288705808 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/3206/statm: 116186 4137 103 6 0 114852 0
[pid=3207] ppid=3203 vsize=116544 CPUtime=4635.6 cores=3
/proc/3207/stat : 3207 (march_hi) R 3203 3203 3131 0 -1 4202496 34446 0 0 0 463557 3 0 0 25 0 1 0 526036000 119341056 20834 33554432000 4194304 4331988 140734023060992 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3207/statm: 29136 20834 175 34 0 27578 0
[pid=3208] ppid=3203 vsize=348500 CPUtime=18515.2 cores=4-7
/proc/3208/stat : 3208 (plingeling) S 3203 3203 3131 0 -1 4202496 1217699 1252 0 0 1851331 192 0 0 18 0 5 0 526036000 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3208/statm: 87125 59403 163 40 0 85669 0
[pid=3208/tid=3215] ppid=3203 vsize=348500 CPUtime=4635.43 cores=4-7
/proc/3208/task/3215/stat : 3215 (plingeling) R 3203 3203 3131 0 -1 4202560 296100 1252 0 0 463499 44 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3208/tid=3216] ppid=3203 vsize=348500 CPUtime=4635.28 cores=4-7
/proc/3208/task/3216/stat : 3216 (plingeling) R 3203 3203 3131 0 -1 4202560 297237 1252 0 0 463479 49 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3208/tid=3217] ppid=3203 vsize=348500 CPUtime=4634.32 cores=4-7
/proc/3208/task/3217/stat : 3217 (plingeling) R 3203 3203 3131 0 -1 4202560 298453 1252 0 0 463386 46 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3208/tid=3218] ppid=3203 vsize=348500 CPUtime=4609.99 cores=4-7
/proc/3208/task/3218/stat : 3218 (plingeling) R 3203 3203 3131 0 -1 4202560 317222 1252 0 0 460949 50 0 0 25 0 5 0 526036018 356864000 59403 33554432000 4194304 4356188 140736563349312 18446744073709551615 4332275 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37057.6
Current children cumulated vsize (KiB) 1162812

Child status: 0
Real time (s): 4635.46
CPU time (s): 37058
CPU user time (s): 37054.6
CPU system time (s): 3.45048
CPU usage (%): 799.446
Max. virtual memory (cumulated for all children) (KiB): 2405360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37054.6
system time used= 3.45047
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1624691
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 574
involuntary context switches= 175782

runsolver used 6.559 second user time and 18.7312 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 08:19:53
IDJOB=3274956
IDBENCH=71139
IDSOLVER=1638
FILE ID=node149/3274956-1304144393
RUNJOBID= node149-1304144389-3145
PBS_JOBID= 13170856
Free space on /tmp= 73324 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274956-1304144393/watcher-3274956-1304144393 -o /tmp/evaluation-result-3274956-1304144393/solver-3274956-1304144393 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3274956-1304144393.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=820067646

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30597824 kB
Buffers:        493692 kB
Cached:        1415168 kB
SwapCached:         60 kB
Active:         186644 kB
Inactive:      1786160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30597824 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           13624 kB
Writeback:          16 kB
AnonPages:       64376 kB
Mapped:          14568 kB
Slab:           313988 kB
PageTables:       3756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183252 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= 73312 MiB
End job on node149 at 2011-04-30 09:37:09