Trace number 3310296

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 2695.71 337.615

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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
2694.89/337.58	s UNSATISFIABLE
2695.69/337.61	solver [1] cryptominisat 2.7.1 answered
2695.69/337.61	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-3310296-1304008358/watcher-3310296-1304008358 -o /tmp/evaluation-result-3310296-1304008358/solver-3310296-1304008358 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310296-1304008358.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: 8.06 8.06 8.00 2/170 16048
/proc/meminfo: memFree=15982032/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0

[startup+0.0664109 s]
/proc/loadavg: 8.06 8.06 8.00 2/170 16048
/proc/meminfo: memFree=15982032/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.1004 s]
/proc/loadavg: 8.06 8.06 8.00 2/170 16048
/proc/meminfo: memFree=15982032/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300364 s]
/proc/loadavg: 8.06 8.06 8.00 2/170 16048
/proc/meminfo: memFree=15982032/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700294 s]
/proc/loadavg: 8.06 8.06 8.00 2/170 16048
/proc/meminfo: memFree=15982032/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50108 s]
/proc/loadavg: 8.06 8.06 8.00 6/176 16059
/proc/meminfo: memFree=15502476/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=177848 CPUtime=1.48 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 34627 0 0 0 142 6 0 0 25 0 1 0 512432978 182116352 33748 33554432000 4194304 4587354 140734323251664 18446744073709551615 4421086 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 44462 33748 312 96 0 41024 0
[pid=16050] ppid=16048 vsize=86040 CPUtime=1.49 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 22446 0 0 0 147 2 0 0 20 0 1 0 512432978 88104960 17901 33554432000 4194304 4785740 140736185420384 18446744073709551615 4495610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 21510 17901 314 145 0 18555 0
[pid=16051] ppid=16048 vsize=509416 CPUtime=1.49 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 17758 0 0 0 146 3 0 0 20 0 1 0 512432978 521641984 17655 33554432000 134512640 134534564 4294604832 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 127354 17655 91 6 0 126020 0
[pid=16052] ppid=16048 vsize=102324 CPUtime=1.48 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 43297 0 0 0 142 6 0 0 25 0 1 0 512432978 104779776 16681 33554432000 4194304 4331988 140735224872896 18446744073709551615 4252211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 25581 16681 148 34 0 24023 0
[pid=16053] ppid=16048 vsize=249500 CPUtime=2.74 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 60741 1248 0 0 266 8 0 0 18 0 5 0 512432978 255488000 50817 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 62375 50817 148 40 0 60919 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1143452

[startup+3.10078 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 16063
/proc/meminfo: memFree=15457060/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=224292 CPUtime=3.09 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 49057 0 0 0 301 8 0 0 25 0 1 0 512432978 229675008 39997 33554432000 4194304 4587354 140734323251664 18446744073709551615 4308981 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 56073 40002 325 96 0 52635 0
[pid=16050] ppid=16048 vsize=101936 CPUtime=3.09 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 28237 0 0 0 306 3 0 0 25 0 1 0 512432978 104382464 22201 33554432000 4194304 4785740 140736185420384 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 25484 22201 340 145 0 22529 0
[pid=16051] ppid=16048 vsize=509416 CPUtime=3.09 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 17758 0 0 0 306 3 0 0 25 0 1 0 512432978 521641984 17655 33554432000 134512640 134534564 4294604832 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 127354 17655 91 6 0 126020 0
[pid=16052] ppid=16048 vsize=124832 CPUtime=3.09 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 82910 0 0 0 296 13 0 0 25 0 1 0 512432978 127827968 21774 33554432000 4194304 4331988 140735224872896 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 31208 21774 151 34 0 29650 0
[pid=16053] ppid=16048 vsize=268008 CPUtime=9.13 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 70584 1248 0 0 903 10 0 0 18 0 5 0 512432978 274440192 55440 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 67002 55440 164 40 0 65546 0
[pid=16053/tid=16060] ppid=16048 vsize=268008 CPUtime=2.01 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 2291 1248 0 0 201 0 0 0 25 0 5 0 512433086 274440192 55440 33554432000 4194304 4356188 140733798815200 18446744073709551615 4286792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=268008 CPUtime=2.01 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 6292 1248 0 0 200 1 0 0 21 0 5 0 512433086 274440192 55440 33554432000 4194304 4356188 140733798815200 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=268008 CPUtime=2 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 6129 1248 0 0 199 1 0 0 21 0 5 0 512433086 274440192 55440 33554432000 4194304 4356188 140733798815200 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=268008 CPUtime=2.01 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 2289 1248 0 0 201 0 0 0 25 0 5 0 512433086 274440192 55440 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331389 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 1246808

[startup+6.30117 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 16063
/proc/meminfo: memFree=15306184/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=194492 CPUtime=6.28 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 50841 0 0 0 620 8 0 0 25 0 1 0 512432978 199159808 36836 33554432000 4194304 4587354 140734323251664 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 48623 36836 330 96 0 45185 0
[pid=16050] ppid=16048 vsize=101936 CPUtime=6.29 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 28237 0 0 0 626 3 0 0 25 0 1 0 512432978 104382464 22201 33554432000 4194304 4785740 140736185420384 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 25484 22201 340 145 0 22529 0
[pid=16051] ppid=16048 vsize=509416 CPUtime=6.29 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 17758 0 0 0 626 3 0 0 25 0 1 0 512432978 521641984 17655 33554432000 134512640 134534564 4294604832 18446744073709551615 134524759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 127354 17655 91 6 0 126020 0
[pid=16052] ppid=16048 vsize=195088 CPUtime=6.29 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 100546 0 0 0 613 16 0 0 25 0 1 0 512432978 199770112 39410 33554432000 4194304 4331988 140735224872896 18446744073709551615 239476355781 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 48772 39410 151 34 0 47214 0
[pid=16053] ppid=16048 vsize=280060 CPUtime=21.9 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 73607 1248 0 0 2180 10 0 0 18 0 5 0 512432978 286781440 58459 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 70015 58459 164 40 0 68559 0
[pid=16053/tid=16060] ppid=16048 vsize=280060 CPUtime=5.21 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 5314 1248 0 0 521 0 0 0 25 0 5 0 512433086 286781440 58459 33554432000 4194304 4356188 140733798815200 18446744073709551615 4260273 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=280060 CPUtime=5.21 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 6292 1248 0 0 520 1 0 0 25 0 5 0 512433086 286781440 58459 33554432000 4194304 4356188 140733798815200 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=280060 CPUtime=5.18 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 6129 1248 0 0 517 1 0 0 25 0 5 0 512433086 286781440 58459 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=280060 CPUtime=5.21 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 2289 1248 0 0 521 0 0 0 25 0 5 0 512433086 286781440 58459 33554432000 4194304 4356188 140733798815200 18446744073709551615 4225594 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 1299316

[startup+12.7009 s]
/proc/loadavg: 8.04 8.05 8.00 9/180 16063
/proc/meminfo: memFree=15137048/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=209724 CPUtime=12.69 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 53662 0 0 0 1260 9 0 0 25 0 1 0 512432978 214757376 39608 33554432000 4194304 4587354 140734323251664 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 52431 39608 335 96 0 48993 0
[pid=16050] ppid=16048 vsize=101936 CPUtime=12.69 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 28237 0 0 0 1266 3 0 0 25 0 1 0 512432978 104382464 22201 33554432000 4194304 4785740 140736185420384 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 25484 22201 340 145 0 22529 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=12.68 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 1264 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=302644 CPUtime=12.68 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 167089 0 0 0 1241 27 0 0 25 0 1 0 512432978 309907456 66793 33554432000 4194304 4331988 140735224872896 18446744073709551615 239476350983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 75661 66793 151 34 0 74103 0
[pid=16053] ppid=16048 vsize=280056 CPUtime=47.46 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 73607 1248 0 0 4736 10 0 0 18 0 5 0 512432978 286777344 58458 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 70014 58458 164 40 0 68558 0
[pid=16053/tid=16060] ppid=16048 vsize=280056 CPUtime=11.61 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 5314 1248 0 0 1161 0 0 0 25 0 5 0 512433086 286777344 58458 33554432000 4194304 4356188 140733798815200 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=280056 CPUtime=11.61 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 6292 1248 0 0 1160 1 0 0 25 0 5 0 512433086 286777344 58458 33554432000 4194304 4356188 140733798815200 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=280056 CPUtime=11.54 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 6129 1248 0 0 1153 1 0 0 25 0 5 0 512433086 286777344 58458 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=280056 CPUtime=11.61 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 2289 1248 0 0 1161 0 0 0 25 0 5 0 512433086 286777344 58458 33554432000 4194304 4356188 140733798815200 18446744073709551615 4298729 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.2
Current children cumulated vsize (KiB) 1435168

[startup+25.5005 s]
/proc/loadavg: 8.04 8.05 8.00 9/180 16064
/proc/meminfo: memFree=14885660/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=310296 CPUtime=25.49 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 56268 0 0 0 2539 10 0 0 25 0 1 0 512432978 317743104 42084 33554432000 4194304 4587354 140734323251664 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 77574 42084 335 96 0 74136 0
[pid=16050] ppid=16048 vsize=101936 CPUtime=25.49 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 28237 0 0 0 2546 3 0 0 25 0 1 0 512432978 104382464 22201 33554432000 4194304 4785740 140736185420384 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 25484 22201 340 145 0 22529 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=25.48 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 2544 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=774592 CPUtime=25.49 cores=3

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

/proc/loadavg: 8.00 8.02 8.00 9/180 16072
/proc/meminfo: memFree=14788416/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=323748 CPUtime=332.7 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 102220 0 0 0 33247 23 0 0 25 0 1 0 512432978 331517952 43242 33554432000 4194304 4587354 140734323251664 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 80937 43242 335 96 0 77499 0
[pid=16050] ppid=16048 vsize=165688 CPUtime=332.7 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 44054 0 0 0 33259 11 0 0 25 0 1 0 512432978 169664512 38018 33554432000 4194304 4785740 140736185420384 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 41422 38018 340 145 0 38467 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=332.66 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 33262 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=774592 CPUtime=332.7 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 378942 0 0 0 33211 59 0 0 25 0 1 0 512432978 793182208 138594 33554432000 4194304 4331988 140735224872896 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 193648 138594 174 34 0 192090 0
[pid=16053] ppid=16048 vsize=266060 CPUtime=1325.76 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 111099 1248 0 0 132560 16 0 0 18 0 5 0 512432978 272445440 54959 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 66515 54959 164 40 0 65059 0
[pid=16053/tid=16060] ppid=16048 vsize=266060 CPUtime=331.63 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 15118 1248 0 0 33161 2 0 0 25 0 5 0 512433086 272445440 54959 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=266060 CPUtime=331.6 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 16328 1248 0 0 33158 2 0 0 25 0 5 0 512433086 272445440 54959 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331176 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=266060 CPUtime=329.8 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 16634 1248 0 0 32978 2 0 0 25 0 5 0 512433086 272445440 54959 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=266060 CPUtime=331.62 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 9436 1248 0 0 33161 1 0 0 25 0 5 0 512433086 272445440 54959 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2656.52
Current children cumulated vsize (KiB) 2070896

[startup+335.901 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 16072
/proc/meminfo: memFree=14797220/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=532968 CPUtime=335.9 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 102258 0 0 0 33567 23 0 0 25 0 1 0 512432978 545759232 40350 33554432000 4194304 4587354 140734323251664 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 133242 40350 335 96 0 129804 0
[pid=16050] ppid=16048 vsize=166036 CPUtime=335.9 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 44118 0 0 0 33579 11 0 0 25 0 1 0 512432978 170020864 38082 33554432000 4194304 4785740 140736185420384 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 41509 38082 340 145 0 38554 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=335.86 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 33582 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=774592 CPUtime=335.9 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 378942 0 0 0 33531 59 0 0 25 0 1 0 512432978 793182208 138594 33554432000 4194304 4331988 140735224872896 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 193648 138594 174 34 0 192090 0
[pid=16053] ppid=16048 vsize=269916 CPUtime=1338.54 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 112063 1248 0 0 133838 16 0 0 18 0 5 0 512432978 276393984 55923 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 67479 55923 164 40 0 66023 0
[pid=16053/tid=16060] ppid=16048 vsize=269916 CPUtime=334.83 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 15570 1248 0 0 33481 2 0 0 25 0 5 0 512433086 276393984 55923 33554432000 4194304 4356188 140733798815200 18446744073709551615 4238477 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=269916 CPUtime=334.8 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 16840 1248 0 0 33478 2 0 0 25 0 5 0 512433086 276393984 55923 33554432000 4194304 4356188 140733798815200 18446744073709551615 4267675 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=269916 CPUtime=332.99 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 16634 1248 0 0 33297 2 0 0 25 0 5 0 512433086 276393984 55923 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=269916 CPUtime=334.82 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 9436 1248 0 0 33481 1 0 0 25 0 5 0 512433086 276393984 55923 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2682.1
Current children cumulated vsize (KiB) 2284320

[startup+336.701 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 16072
/proc/meminfo: memFree=14795112/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=532968 CPUtime=336.7 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 102258 0 0 0 33647 23 0 0 25 0 1 0 512432978 545759232 40350 33554432000 4194304 4587354 140734323251664 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 133242 40350 335 96 0 129804 0
[pid=16050] ppid=16048 vsize=166036 CPUtime=336.7 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 44118 0 0 0 33659 11 0 0 25 0 1 0 512432978 170020864 38082 33554432000 4194304 4785740 140736185420384 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 41509 38082 340 145 0 38554 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=336.66 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 33662 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=774592 CPUtime=336.7 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 378943 0 0 0 33611 59 0 0 25 0 1 0 512432978 793182208 138595 33554432000 4194304 4331988 140735224872896 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 193648 138595 174 34 0 192090 0
[pid=16053] ppid=16048 vsize=269868 CPUtime=1341.73 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 112063 1248 0 0 134157 16 0 0 18 0 5 0 512432978 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 67467 55911 164 40 0 66011 0
[pid=16053/tid=16060] ppid=16048 vsize=269868 CPUtime=335.63 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 15570 1248 0 0 33561 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=269868 CPUtime=335.6 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 16840 1248 0 0 33558 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=269868 CPUtime=333.78 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 16634 1248 0 0 33376 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=269868 CPUtime=335.62 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 9436 1248 0 0 33561 1 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2688.49
Current children cumulated vsize (KiB) 2284272

[startup+337.101 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 16072
/proc/meminfo: memFree=14795112/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=532968 CPUtime=337.1 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 102258 0 0 0 33687 23 0 0 25 0 1 0 512432978 545759232 40350 33554432000 4194304 4587354 140734323251664 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 133242 40350 335 96 0 129804 0
[pid=16050] ppid=16048 vsize=166036 CPUtime=337.1 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 44118 0 0 0 33699 11 0 0 25 0 1 0 512432978 170020864 38082 33554432000 4194304 4785740 140736185420384 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 41509 38082 340 145 0 38554 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=337.06 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 33702 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=774592 CPUtime=337.1 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 378943 0 0 0 33651 59 0 0 25 0 1 0 512432978 793182208 138595 33554432000 4194304 4331988 140735224872896 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 193648 138595 174 34 0 192090 0
[pid=16053] ppid=16048 vsize=269868 CPUtime=1343.33 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 112063 1248 0 0 134317 16 0 0 18 0 5 0 512432978 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 67467 55911 164 40 0 66011 0
[pid=16053/tid=16060] ppid=16048 vsize=269868 CPUtime=336.03 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 15570 1248 0 0 33601 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=269868 CPUtime=336 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 16840 1248 0 0 33598 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4241528 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=269868 CPUtime=334.18 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 16634 1248 0 0 33416 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4225659 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=269868 CPUtime=336.02 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 9436 1248 0 0 33601 1 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2691.69
Current children cumulated vsize (KiB) 2284272

[startup+337.501 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 16072
/proc/meminfo: memFree=14795112/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=0 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512432978 18763776 389 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 4235460356610195455 0 0 17 6 0 0 0
/proc/16048/statm: 4581 389 341 23 0 91 0
[pid=16049] ppid=16048 vsize=532968 CPUtime=337.5 cores=0
/proc/16049/stat : 16049 (cryptominisat) R 16048 16048 15599 0 -1 4202496 102258 0 0 0 33727 23 0 0 25 0 1 0 512432978 545759232 40350 33554432000 4194304 4587354 140734323251664 18446744073709551615 4232092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16049/statm: 133242 40350 335 96 0 129804 0
[pid=16050] ppid=16048 vsize=166036 CPUtime=337.5 cores=1
/proc/16050/stat : 16050 (clasp) R 16048 16048 15599 0 -1 4202496 44120 0 0 0 33739 11 0 0 25 0 1 0 512432978 170020864 38084 33554432000 4194304 4785740 140736185420384 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16050/statm: 41509 38084 340 145 0 38554 0
[pid=16051] ppid=16048 vsize=522484 CPUtime=337.46 cores=2
/proc/16051/stat : 16051 (TNM) R 16048 16048 15599 0 -1 4202496 25124 0 0 0 33742 4 0 0 25 0 1 0 512432978 535023616 25021 33554432000 134512640 134534564 4294604832 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16051/statm: 130621 25021 95 6 0 129287 0
[pid=16052] ppid=16048 vsize=774592 CPUtime=337.5 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4202496 378946 0 0 0 33691 59 0 0 25 0 1 0 512432978 793182208 138598 33554432000 4194304 4331988 140735224872896 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16052/statm: 193648 138598 174 34 0 192090 0
[pid=16053] ppid=16048 vsize=269868 CPUtime=1344.93 cores=4-7
/proc/16053/stat : 16053 (plingeling) S 16048 16048 15599 0 -1 4202496 112063 1248 0 0 134477 16 0 0 18 0 5 0 512432978 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16053/statm: 67467 55911 164 40 0 66011 0
[pid=16053/tid=16060] ppid=16048 vsize=269868 CPUtime=336.43 cores=4-7
/proc/16053/task/16060/stat : 16060 (plingeling) R 16048 16048 15599 0 -1 4202560 15570 1248 0 0 33641 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16053/tid=16061] ppid=16048 vsize=269868 CPUtime=336.4 cores=4-7
/proc/16053/task/16061/stat : 16061 (plingeling) R 16048 16048 15599 0 -1 4202560 16840 1248 0 0 33638 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4237023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16053/tid=16062] ppid=16048 vsize=269868 CPUtime=334.58 cores=4-7
/proc/16053/task/16062/stat : 16062 (plingeling) R 16048 16048 15599 0 -1 4202560 16634 1248 0 0 33456 2 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16053/tid=16063] ppid=16048 vsize=269868 CPUtime=336.42 cores=4-7
/proc/16053/task/16063/stat : 16063 (plingeling) R 16048 16048 15599 0 -1 4202560 9436 1248 0 0 33641 1 0 0 25 0 5 0 512433086 276344832 55911 33554432000 4194304 4356188 140733798815200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2694.89
Current children cumulated vsize (KiB) 2284272

[startup+337.601 s]
/proc/loadavg: 8.00 8.02 8.00 2/172 16072
/proc/meminfo: memFree=15658572/32950928 swapFree=67087032/67111528
[pid=16048] ppid=16046 vsize=18324 CPUtime=2358.08 cores=0-7
/proc/16048/stat : 16048 (ppfolio) S 16046 16048 15599 0 -1 4202496 521 284828 0 0 0 0 235748 60 15 0 1 0 512432978 18763776 391 33554432000 4194304 4287625 140733630310992 18446744073709551615 239476715023 0 0 4096 65536 1074508187899527167 0 0 17 6 0 0 0
/proc/16048/statm: 4581 391 342 23 0 91 0
[pid=16052] ppid=16048 vsize=0 CPUtime=337.61 cores=3
/proc/16052/stat : 16052 (march_hi) R 16048 16048 15599 0 -1 4203524 378946 0 0 0 33700 61 0 0 25 0 1 0 512432978 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16052/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2695.69
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 337.615
CPU time (s): 2695.71
CPU user time (s): 2694.49
CPU system time (s): 1.22281
CPU usage (%): 798.456
Max. virtual memory (cumulated for all children) (KiB): 2284320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2694.49
system time used= 1.22281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 664312
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= 462
involuntary context switches= 12638

runsolver used 0.58591 second user time and 1.26081 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 18:32:39
IDJOB=3310296
IDBENCH=82497
IDSOLVER=1638
FILE ID=node148/3310296-1304008358
RUNJOBID= node148-1304002541-15613
PBS_JOBID= 13168795
Free space on /tmp= 71416 MiB

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

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=2133597538

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15982312 kB
Buffers:       2083792 kB
Cached:       14270168 kB
SwapCached:       5264 kB
Active:        6873416 kB
Inactive:      9524836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15982312 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           28736 kB
Writeback:           0 kB
AnonPages:       41072 kB
Mapped:          13760 kB
Slab:           504616 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183792 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= 71408 MiB
End job on node148 at 2011-04-28 18:38:17