Trace number 3310293

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 2993.17 374.826

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.5369
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
2992.25/374.79	s UNSATISFIABLE
2993.07/374.82	solver [1] cryptominisat 2.7.1 answered
2993.07/374.82	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-3310293-1304008216/watcher-3310293-1304008216 -o /tmp/evaluation-result-3310293-1304008216/solver-3310293-1304008216 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310293-1304008216.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: 7.68 7.53 5.63 2/170 19551
/proc/meminfo: memFree=18940292/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0

[startup+0.0518479 s]
/proc/loadavg: 7.68 7.53 5.63 2/170 19551
/proc/meminfo: memFree=18940292/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100833 s]
/proc/loadavg: 7.68 7.53 5.63 2/170 19551
/proc/meminfo: memFree=18940292/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300793 s]
/proc/loadavg: 7.68 7.53 5.63 2/170 19551
/proc/meminfo: memFree=18940292/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700719 s]
/proc/loadavg: 7.68 7.53 5.63 2/170 19551
/proc/meminfo: memFree=18940292/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5005 s]
/proc/loadavg: 7.68 7.53 5.63 6/176 19562
/proc/meminfo: memFree=18454156/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=179248 CPUtime=1.49 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 35132 0 0 0 143 6 0 0 20 0 1 0 512418338 183549952 34240 33554432000 4194304 4587354 140736354679440 18446744073709551615 4365464 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 44812 34240 311 96 0 41374 0
[pid=19553] ppid=19551 vsize=87132 CPUtime=1.49 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 22798 0 0 0 146 3 0 0 20 0 1 0 512418338 89223168 18211 33554432000 4194304 4785740 140733551250736 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 21783 18211 314 145 0 18828 0
[pid=19554] ppid=19551 vsize=510076 CPUtime=1.48 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 17988 0 0 0 146 2 0 0 20 0 1 0 512418338 522317824 17885 33554432000 134512640 134534564 4291747680 18446744073709551615 134524734 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 127519 17885 91 6 0 126185 0
[pid=19555] ppid=19551 vsize=104328 CPUtime=1.48 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 44300 0 0 0 143 5 0 0 20 0 1 0 512418338 106831872 17085 33554432000 4194304 4331988 140734040346432 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 26082 17085 148 34 0 24524 0
[pid=19556] ppid=19551 vsize=316228 CPUtime=2.67 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 61153 1252 0 0 260 7 0 0 21 0 5 0 512418338 323817472 51147 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 79057 51147 147 40 0 77601 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 1215336

[startup+3.10118 s]
/proc/loadavg: 7.68 7.53 5.63 9/180 19566
/proc/meminfo: memFree=18408472/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=212180 CPUtime=3.09 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 48139 0 0 0 301 8 0 0 25 0 1 0 512418338 217272320 38822 33554432000 4194304 4587354 140736354679440 18446744073709551615 4352109 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 53045 38822 317 96 0 49607 0
[pid=19553] ppid=19551 vsize=103248 CPUtime=3.09 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 28670 0 0 0 305 4 0 0 25 0 1 0 512418338 105725952 22572 33554432000 4194304 4785740 140733551250736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 25812 22572 340 145 0 22857 0
[pid=19554] ppid=19551 vsize=510076 CPUtime=3.08 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 17988 0 0 0 306 2 0 0 25 0 1 0 512418338 522317824 17885 33554432000 134512640 134534564 4291747680 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 127519 17885 91 6 0 126185 0
[pid=19555] ppid=19551 vsize=127200 CPUtime=3.08 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 84893 0 0 0 297 11 0 0 25 0 1 0 512418338 130252800 22347 33554432000 4194304 4331988 140734040346432 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 31800 22347 151 34 0 30242 0
[pid=19556] ppid=19551 vsize=321292 CPUtime=9.06 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 67825 1252 0 0 898 8 0 0 21 0 5 0 512418338 329003008 52404 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 80323 52404 164 40 0 78867 0
[pid=19556/tid=19563] ppid=19551 vsize=321292 CPUtime=1.99 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 2383 1252 0 0 199 0 0 0 21 0 5 0 512418448 329003008 52404 33554432000 4194304 4356188 140735406673168 18446744073709551615 4286773 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=321292 CPUtime=1.99 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 6438 1252 0 0 199 0 0 0 25 0 5 0 512418448 329003008 52404 33554432000 4194304 4356188 140735406673168 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=321292 CPUtime=1.98 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 2137 1252 0 0 198 0 0 0 25 0 5 0 512418448 329003008 52404 33554432000 4194304 4356188 140735406673168 18446744073709551615 4286773 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=321292 CPUtime=1.98 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 3281 1252 0 0 198 0 0 0 25 0 5 0 512418448 329003008 52404 33554432000 4194304 4356188 140735406673168 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.4
Current children cumulated vsize (KiB) 1292320

[startup+6.30054 s]
/proc/loadavg: 7.71 7.54 5.64 9/180 19566
/proc/meminfo: memFree=18245412/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=221524 CPUtime=6.28 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 49115 0 0 0 620 8 0 0 25 0 1 0 512418338 226840576 39787 33554432000 4194304 4587354 140736354679440 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 55381 39787 327 96 0 51943 0
[pid=19553] ppid=19551 vsize=103248 CPUtime=6.29 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 28670 0 0 0 625 4 0 0 25 0 1 0 512418338 105725952 22572 33554432000 4194304 4785740 140733551250736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 25812 22572 340 145 0 22857 0
[pid=19554] ppid=19551 vsize=510076 CPUtime=6.29 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 17988 0 0 0 626 3 0 0 25 0 1 0 512418338 522317824 17885 33554432000 134512640 134534564 4291747680 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 127519 17885 91 6 0 126185 0
[pid=19555] ppid=19551 vsize=198116 CPUtime=6.28 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 102721 0 0 0 614 14 0 0 25 0 1 0 512418338 202870784 40175 33554432000 4194304 4331988 140734040346432 18446744073709551615 4271028 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 49529 40175 151 34 0 47971 0
[pid=19556] ppid=19551 vsize=345580 CPUtime=21.84 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 73913 1252 0 0 2175 9 0 0 21 0 5 0 512418338 353873920 58488 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 86395 58488 164 40 0 84939 0
[pid=19556/tid=19563] ppid=19551 vsize=345580 CPUtime=5.19 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 5427 1252 0 0 518 1 0 0 25 0 5 0 512418448 353873920 58488 33554432000 4194304 4356188 140735406673168 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=345580 CPUtime=5.19 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 6438 1252 0 0 519 0 0 0 25 0 5 0 512418448 353873920 58488 33554432000 4194304 4356188 140735406673168 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=345580 CPUtime=5.16 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 5181 1252 0 0 515 1 0 0 25 0 5 0 512418448 353873920 58488 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=345580 CPUtime=5.18 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 3281 1252 0 0 518 0 0 0 25 0 5 0 512418448 353873920 58488 33554432000 4194304 4356188 140735406673168 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.98
Current children cumulated vsize (KiB) 1396868

[startup+12.7013 s]
/proc/loadavg: 7.73 7.54 5.66 9/180 19567
/proc/meminfo: memFree=18076248/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=221524 CPUtime=12.68 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 49801 0 0 0 1260 8 0 0 25 0 1 0 512418338 226840576 40457 33554432000 4194304 4587354 140736354679440 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 55381 40457 334 96 0 51943 0
[pid=19553] ppid=19551 vsize=103248 CPUtime=12.69 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 28670 0 0 0 1265 4 0 0 25 0 1 0 512418338 105725952 22572 33554432000 4194304 4785740 140733551250736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 25812 22572 340 145 0 22857 0
[pid=19554] ppid=19551 vsize=523540 CPUtime=12.69 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 25531 0 0 0 1265 4 0 0 25 0 1 0 512418338 536104960 25428 33554432000 134512640 134534564 4291747680 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 130885 25428 95 6 0 129551 0
[pid=19555] ppid=19551 vsize=305968 CPUtime=12.68 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 169586 0 0 0 1243 25 0 0 25 0 1 0 512418338 313311232 67524 33554432000 4194304 4331988 140734040346432 18446744073709551615 254500347856 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 76492 67524 151 34 0 74934 0
[pid=19556] ppid=19551 vsize=353724 CPUtime=47.41 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 75997 1252 0 0 4732 9 0 0 21 0 5 0 512418338 362213376 60524 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 88431 60524 164 40 0 86975 0
[pid=19556/tid=19563] ppid=19551 vsize=353724 CPUtime=11.59 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 5427 1252 0 0 1158 1 0 0 25 0 5 0 512418448 362213376 60524 33554432000 4194304 4356188 140735406673168 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=353724 CPUtime=11.59 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 6438 1252 0 0 1159 0 0 0 25 0 5 0 512418448 362213376 60524 33554432000 4194304 4356188 140735406673168 18446744073709551615 4239088 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=353724 CPUtime=11.53 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 5181 1252 0 0 1152 1 0 0 25 0 5 0 512418448 362213376 60524 33554432000 4194304 4356188 140735406673168 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=353724 CPUtime=11.58 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 5365 1252 0 0 1158 0 0 0 25 0 5 0 512418448 362213376 60524 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 98.15
Current children cumulated vsize (KiB) 1526328

[startup+25.5007 s]
/proc/loadavg: 7.79 7.56 5.69 9/180 19567
/proc/meminfo: memFree=17830488/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=2283436 CPUtime=25.49 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 51750 0 0 0 2540 9 0 0 25 0 1 0 512418338 2338238464 42304 33554432000 4194304 4587354 140736354679440 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 570859 42304 334 96 0 567421 0
[pid=19553] ppid=19551 vsize=103248 CPUtime=25.49 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 28670 0 0 0 2545 4 0 0 25 0 1 0 512418338 105725952 22572 33554432000 4194304 4785740 140733551250736 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 25812 22572 340 145 0 22857 0
[pid=19554] ppid=19551 vsize=523540 CPUtime=25.49 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 25531 0 0 0 2545 4 0 0 25 0 1 0 512418338 536104960 25428 33554432000 134512640 134534564 4291747680 18446744073709551615 3943648 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 130885 25428 95 6 0 129551 0
[pid=19555] ppid=19551 vsize=784248 CPUtime=25.49 cores=3

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

[pid=19555] ppid=19551 vsize=784248 CPUtime=371.1 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 384103 0 0 0 37052 58 0 0 25 0 1 0 512418338 803069952 140070 33554432000 4194304 4331988 140734040346432 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 196062 140070 174 34 0 194504 0
[pid=19556] ppid=19551 vsize=338616 CPUtime=1479.08 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 103232 1252 0 0 147896 12 0 0 21 0 5 0 512418338 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 84654 56747 164 40 0 83198 0
[pid=19556/tid=19563] ppid=19551 vsize=338616 CPUtime=369.99 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 12986 1252 0 0 36998 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331854 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=338616 CPUtime=369.97 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 14942 1252 0 0 36996 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4238504 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=338616 CPUtime=367.98 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 9767 1252 0 0 36797 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331199 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=338616 CPUtime=370 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 11951 1252 0 0 36999 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2963.47
Current children cumulated vsize (KiB) 4130184

[startup+372.701 s]
/proc/loadavg: 8.06 7.89 6.41 9/180 19576
/proc/meminfo: memFree=17720216/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=2292404 CPUtime=372.7 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 104806 0 0 0 37243 27 0 0 25 0 1 0 512418338 2347421696 44160 33554432000 4194304 4587354 140736354679440 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 573101 44160 335 96 0 569663 0
[pid=19553] ppid=19551 vsize=173712 CPUtime=372.7 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 45984 0 0 0 37258 12 0 0 25 0 1 0 512418338 177881088 39886 33554432000 4194304 4785740 140733551250736 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 43428 39886 340 145 0 40473 0
[pid=19554] ppid=19551 vsize=523540 CPUtime=372.69 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 25531 0 0 0 37265 4 0 0 25 0 1 0 512418338 536104960 25428 33554432000 134512640 134534564 4291747680 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 130885 25428 95 6 0 129551 0
[pid=19555] ppid=19551 vsize=784248 CPUtime=372.7 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 384104 0 0 0 37212 58 0 0 25 0 1 0 512418338 803069952 140071 33554432000 4194304 4331988 140734040346432 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 196062 140071 174 34 0 194504 0
[pid=19556] ppid=19551 vsize=338616 CPUtime=1485.47 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 103232 1252 0 0 148535 12 0 0 21 0 5 0 512418338 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 84654 56747 164 40 0 83198 0
[pid=19556/tid=19563] ppid=19551 vsize=338616 CPUtime=371.59 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 12986 1252 0 0 37158 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4334484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=338616 CPUtime=371.57 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 14942 1252 0 0 37156 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=338616 CPUtime=369.57 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 9767 1252 0 0 36956 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=338616 CPUtime=371.6 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 11951 1252 0 0 37159 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2976.26
Current children cumulated vsize (KiB) 4130844

[startup+373.501 s]
/proc/loadavg: 8.06 7.89 6.41 9/180 19576
/proc/meminfo: memFree=17719596/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=2292404 CPUtime=373.5 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 104850 0 0 0 37323 27 0 0 25 0 1 0 512418338 2347421696 44203 33554432000 4194304 4587354 140736354679440 18446744073709551615 4237600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 573101 44203 335 96 0 569663 0
[pid=19553] ppid=19551 vsize=174496 CPUtime=373.5 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 46173 0 0 0 37338 12 0 0 25 0 1 0 512418338 178683904 40075 33554432000 4194304 4785740 140733551250736 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 43624 40075 340 145 0 40669 0
[pid=19554] ppid=19551 vsize=523540 CPUtime=373.49 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 25531 0 0 0 37345 4 0 0 25 0 1 0 512418338 536104960 25428 33554432000 134512640 134534564 4291747680 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 130885 25428 95 6 0 129551 0
[pid=19555] ppid=19551 vsize=784248 CPUtime=373.5 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 384104 0 0 0 37292 58 0 0 25 0 1 0 512418338 803069952 140071 33554432000 4194304 4331988 140734040346432 18446744073709551615 4239684 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 196062 140071 174 34 0 194504 0
[pid=19556] ppid=19551 vsize=338616 CPUtime=1488.67 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 103232 1252 0 0 148855 12 0 0 21 0 5 0 512418338 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 84654 56747 164 40 0 83198 0
[pid=19556/tid=19563] ppid=19551 vsize=338616 CPUtime=372.39 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 12986 1252 0 0 37238 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=338616 CPUtime=372.37 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 14942 1252 0 0 37236 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=338616 CPUtime=370.37 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 9767 1252 0 0 37036 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=338616 CPUtime=372.4 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 11951 1252 0 0 37239 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2982.66
Current children cumulated vsize (KiB) 4131628

[startup+374.301 s]
/proc/loadavg: 8.06 7.90 6.42 9/180 19576
/proc/meminfo: memFree=17718480/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=2292404 CPUtime=374.3 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 104892 0 0 0 37403 27 0 0 25 0 1 0 512418338 2347421696 44243 33554432000 4194304 4587354 140736354679440 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 573101 44243 335 96 0 569663 0
[pid=19553] ppid=19551 vsize=174652 CPUtime=374.3 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 46227 0 0 0 37418 12 0 0 25 0 1 0 512418338 178843648 40129 33554432000 4194304 4785740 140733551250736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 43663 40129 340 145 0 40708 0
[pid=19554] ppid=19551 vsize=523540 CPUtime=374.29 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 25531 0 0 0 37425 4 0 0 25 0 1 0 512418338 536104960 25428 33554432000 134512640 134534564 4291747680 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 130885 25428 95 6 0 129551 0
[pid=19555] ppid=19551 vsize=784248 CPUtime=374.3 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 384104 0 0 0 37372 58 0 0 25 0 1 0 512418338 803069952 140071 33554432000 4194304 4331988 140734040346432 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 196062 140071 174 34 0 194504 0
[pid=19556] ppid=19551 vsize=338616 CPUtime=1491.86 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 103232 1252 0 0 149174 12 0 0 21 0 5 0 512418338 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 84654 56747 164 40 0 83198 0
[pid=19556/tid=19563] ppid=19551 vsize=338616 CPUtime=373.19 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 12986 1252 0 0 37318 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=338616 CPUtime=373.17 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 14942 1252 0 0 37316 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=338616 CPUtime=371.16 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 9767 1252 0 0 37115 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=338616 CPUtime=373.2 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 11951 1252 0 0 37319 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4238596 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2989.05
Current children cumulated vsize (KiB) 4131784

[startup+374.701 s]
/proc/loadavg: 8.06 7.90 6.42 9/180 19576
/proc/meminfo: memFree=17718480/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 8141813376671023103 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=2292404 CPUtime=374.7 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202496 104905 0 0 0 37443 27 0 0 25 0 1 0 512418338 2347421696 44256 33554432000 4194304 4587354 140736354679440 18446744073709551615 4268447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19552/statm: 573101 44256 335 96 0 569663 0
[pid=19553] ppid=19551 vsize=174796 CPUtime=374.7 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4202496 46260 0 0 0 37458 12 0 0 25 0 1 0 512418338 178991104 40162 33554432000 4194304 4785740 140733551250736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19553/statm: 43699 40162 340 145 0 40744 0
[pid=19554] ppid=19551 vsize=523540 CPUtime=374.69 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4202496 25531 0 0 0 37465 4 0 0 25 0 1 0 512418338 536104960 25428 33554432000 134512640 134534564 4291747680 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19554/statm: 130885 25428 95 6 0 129551 0
[pid=19555] ppid=19551 vsize=784248 CPUtime=374.7 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4202496 384104 0 0 0 37412 58 0 0 25 0 1 0 512418338 803069952 140071 33554432000 4194304 4331988 140734040346432 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19555/statm: 196062 140071 174 34 0 194504 0
[pid=19556] ppid=19551 vsize=338616 CPUtime=1493.46 cores=4-7
/proc/19556/stat : 19556 (plingeling) S 19551 19551 18933 0 -1 4202496 103232 1252 0 0 149334 12 0 0 21 0 5 0 512418338 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 84654 56747 164 40 0 83198 0
[pid=19556/tid=19563] ppid=19551 vsize=338616 CPUtime=373.59 cores=4-7
/proc/19556/task/19563/stat : 19563 (plingeling) R 19551 19551 18933 0 -1 4202560 12986 1252 0 0 37358 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=338616 CPUtime=373.57 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4202560 14942 1252 0 0 37356 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19556/tid=19565] ppid=19551 vsize=338616 CPUtime=371.56 cores=4-7
/proc/19556/task/19565/stat : 19565 (plingeling) R 19551 19551 18933 0 -1 4202560 9767 1252 0 0 37155 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19556/tid=19566] ppid=19551 vsize=338616 CPUtime=373.6 cores=4-7
/proc/19556/task/19566/stat : 19566 (plingeling) R 19551 19551 18933 0 -1 4202560 11951 1252 0 0 37359 1 0 0 25 0 5 0 512418448 346742784 56747 33554432000 4194304 4356188 140735406673168 18446744073709551615 4236941 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2992.25
Current children cumulated vsize (KiB) 4131928

[startup+374.801 s]
/proc/loadavg: 8.06 7.90 6.42 9/180 19576
/proc/meminfo: memFree=17718480/32950928 swapFree=67111528/67111528
[pid=19551] ppid=19549 vsize=18324 CPUtime=0 cores=0-7
/proc/19551/stat : 19551 (ppfolio) S 19549 19551 18933 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512418337 18763776 390 33554432000 4194304 4287625 140737272037104 18446744073709551615 254500711951 0 0 4096 65536 2761663938820 0 0 17 4 0 0 0
/proc/19551/statm: 4581 390 341 23 0 91 0
[pid=19552] ppid=19551 vsize=0 CPUtime=374.8 cores=0
/proc/19552/stat : 19552 (cryptominisat) R 19551 19551 18933 0 -1 4202500 104924 0 0 0 37452 28 0 0 25 0 1 0 512418338 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19552/statm: 0 0 0 0 0 0 0
[pid=19553] ppid=19551 vsize=0 CPUtime=374.81 cores=1
/proc/19553/stat : 19553 (clasp) R 19551 19551 18933 0 -1 4203524 46269 0 0 0 37468 13 0 0 25 0 1 0 512418338 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/19553/statm: 0 0 0 0 0 0 0
[pid=19554] ppid=19551 vsize=0 CPUtime=374.8 cores=2
/proc/19554/stat : 19554 (TNM) R 19551 19551 18933 0 -1 4203524 25531 0 0 0 37475 5 0 0 25 0 1 0 512418338 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19554/statm: 0 0 0 0 0 0 0
[pid=19555] ppid=19551 vsize=0 CPUtime=374.81 cores=3
/proc/19555/stat : 19555 (march_hi) R 19551 19551 18933 0 -1 4203524 384104 0 0 0 37422 59 0 0 25 0 1 0 512418338 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19555/statm: 0 0 0 0 0 0 0
[pid=19556] ppid=19551 vsize=0 CPUtime=1493.85 cores=4-7
/proc/19556/stat : 19556 (plingeling) Z 19551 19551 18933 0 -1 4203548 103232 1252 0 0 149373 12 0 0 18 0 2 0 512418338 0 0 33554432000 0 0 0 0 0 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19556/statm: 0 0 0 0 0 0 0
[pid=19556/tid=19564] ppid=19551 vsize=0 CPUtime=373.67 cores=4-7
/proc/19556/task/19564/stat : 19564 (plingeling) R 19551 19551 18933 0 -1 4203588 14942 1252 0 0 37366 1 0 0 25 0 2 0 512418448 0 0 33554432000 0 0 0 0 0 0 0 4096 17442 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2993.07
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 374.826
CPU time (s): 2993.17
CPU user time (s): 2991.93
CPU system time (s): 1.24581
CPU usage (%): 798.549
Max. virtual memory (cumulated for all children) (KiB): 6399644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2991.93
system time used= 1.24581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 737
involuntary context switches= 13925

runsolver used 0.596909 second user time and 1.44978 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 18:30:16
IDJOB=3310293
IDBENCH=82494
IDSOLVER=1638
FILE ID=node149/3310293-1304008216
RUNJOBID= node149-1304007216-18947
PBS_JOBID= 13168828
Free space on /tmp= 71916 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310293-1304008216/watcher-3310293-1304008216 -o /tmp/evaluation-result-3310293-1304008216/solver-3310293-1304008216 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310293-1304008216.cnf

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=868966595

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:      18940448 kB
Buffers:       2199248 kB
Cached:       11205468 kB
SwapCached:          0 kB
Active:        4520232 kB
Inactive:      8948536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18940448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28848 kB
Writeback:           0 kB
AnonPages:       63664 kB
Mapped:          14536 kB
Slab:           476280 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186696 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= 71904 MiB
End job on node149 at 2011-04-28 18:36:31