Trace number 3283326

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 261.296 65.4246

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
261.18/65.40	s UNSATISFIABLE
261.18/65.42	solver [4] lingeling 276-6264d55-100731 answered
261.18/65.42	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-3283326-1304033728/watcher-3283326-1304033728 -o /tmp/evaluation-result-3283326-1304033728/solver-3283326-1304033728 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3283326-1304033728.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.10 8.14 8.09 5/181 17513
/proc/meminfo: memFree=22620844/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) R 17511 17513 16886 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0

[startup+0.469557 s]
/proc/loadavg: 8.10 8.14 8.09 5/181 17513
/proc/meminfo: memFree=22620844/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500554 s]
/proc/loadavg: 8.10 8.14 8.09 5/181 17513
/proc/meminfo: memFree=22620844/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600535 s]
/proc/loadavg: 8.10 8.14 8.09 5/181 17513
/proc/meminfo: memFree=22620844/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700515 s]
/proc/loadavg: 8.10 8.14 8.09 5/181 17513
/proc/meminfo: memFree=22620844/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50736 s]
/proc/loadavg: 8.10 8.14 8.09 10/187 17519
/proc/meminfo: memFree=22286740/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=116888 CPUtime=1.49 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 23732 0 0 0 145 4 0 0 25 0 1 0 514969948 119693312 23127 33554432000 4194304 4587354 140735448681040 18446744073709551615 239476355781 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 29222 23127 311 96 0 25784 0
[pid=17515] ppid=17513 vsize=105112 CPUtime=1.49 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 28641 0 0 0 145 4 0 0 25 0 1 0 514969948 107634688 22824 33554432000 4194304 4785740 140736286590112 18446744073709551615 239476343896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 26278 22824 320 145 0 23323 0
[pid=17516] ppid=17513 vsize=498856 CPUtime=0.74 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 15998 0 0 0 72 2 0 0 25 0 1 0 514969948 510828544 15895 33554432000 134512640 134534564 4287819536 18446744073709551615 134524469 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 124714 15895 91 6 0 123380 0
[pid=17517] ppid=17513 vsize=38128 CPUtime=1.49 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 16517 0 0 0 147 2 0 0 25 0 1 0 514969948 39043072 8349 33554432000 4194304 4352236 140734899928160 18446744073709551615 4319146 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 9532 8349 119 39 0 8612 0
[pid=17518] ppid=17513 vsize=110440 CPUtime=0.73 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4194304 23054 0 0 0 70 3 0 0 25 0 1 0 514969948 113090560 17328 33554432000 4194304 4331988 140733779461680 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 27610 17328 126 34 0 26052 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 887748

[startup+3.10106 s]
/proc/loadavg: 8.17 8.16 8.09 10/187 17519
/proc/meminfo: memFree=22249040/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=136536 CPUtime=3.09 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 28601 0 0 0 304 5 0 0 25 0 1 0 514969948 139812864 27996 33554432000 4194304 4587354 140735448681040 18446744073709551615 4421207 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 34134 27996 321 96 0 30696 0
[pid=17515] ppid=17513 vsize=90552 CPUtime=3.09 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 28718 0 0 0 305 4 0 0 25 0 1 0 514969948 92725248 19725 33554432000 4194304 4785740 140736286590112 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 22638 19725 340 145 0 19683 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=1.54 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 151 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=39264 CPUtime=3.08 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 16811 0 0 0 306 2 0 0 25 0 1 0 514969948 40206336 8643 33554432000 4194304 4352236 140734899928160 18446744073709551615 4215267 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 9816 8643 124 39 0 8896 0
[pid=17518] ppid=17513 vsize=114156 CPUtime=1.52 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4194304 37797 0 0 0 146 6 0 0 25 0 1 0 514969948 116895744 18377 33554432000 4194304 4331988 140733779461680 18446744073709551615 4251956 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 28539 18377 130 34 0 26981 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 906664

[startup+6.30045 s]
/proc/loadavg: 8.17 8.16 8.09 10/187 17519
/proc/meminfo: memFree=22198072/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=136536 CPUtime=6.29 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 28601 0 0 0 624 5 0 0 25 0 1 0 514969948 139812864 27996 33554432000 4194304 4587354 140735448681040 18446744073709551615 4248773 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 34134 27996 321 96 0 30696 0
[pid=17515] ppid=17513 vsize=90552 CPUtime=6.29 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 28734 0 0 0 625 4 0 0 25 0 1 0 514969948 92725248 19741 33554432000 4194304 4785740 140736286590112 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 22638 19741 340 145 0 19683 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=3.14 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 311 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=43512 CPUtime=6.28 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 18253 0 0 0 626 2 0 0 25 0 1 0 514969948 44556288 10046 33554432000 4194304 4352236 140734899928160 18446744073709551615 4257298 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 10878 10046 127 39 0 9958 0
[pid=17518] ppid=17513 vsize=132196 CPUtime=3.1 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 84637 0 0 0 298 12 0 0 25 0 1 0 514969948 135368704 23608 33554432000 4194304 4331988 140733779461680 18446744073709551615 239476343905 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 33049 23608 148 34 0 31491 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 928952

[startup+12.7012 s]
/proc/loadavg: 8.30 8.18 8.10 10/187 17519
/proc/meminfo: memFree=22093428/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=215644 CPUtime=12.69 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 47858 0 0 0 1261 8 0 0 25 0 1 0 514969948 220819456 39344 33554432000 4194304 4587354 140735448681040 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 53911 39344 333 96 0 50473 0
[pid=17515] ppid=17513 vsize=90552 CPUtime=12.69 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 28736 0 0 0 1265 4 0 0 25 0 1 0 514969948 92725248 19743 33554432000 4194304 4785740 140736286590112 18446744073709551615 4561956 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 22638 19743 340 145 0 19683 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=6.31 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 628 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=43424 CPUtime=12.69 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 18253 0 0 0 1266 3 0 0 25 0 1 0 514969948 44466176 10024 33554432000 4194304 4352236 140734899928160 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 10856 10024 127 39 0 9936 0
[pid=17518] ppid=17513 vsize=346240 CPUtime=6.3 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 154539 0 0 0 610 20 0 0 25 0 1 0 514969948 354549760 39974 33554432000 4194304 4331988 140733779461680 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 86560 39974 172 34 0 85002 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1222016

[startup+25.5007 s]
/proc/loadavg: 8.41 8.21 8.11 14/188 17552
/proc/meminfo: memFree=21806620/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=810888 CPUtime=25.49 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 52057 0 0 0 2540 9 0 0 25 0 1 0 514969948 830349312 38362 33554432000 4194304 4587354 140735448681040 18446744073709551615 4230377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 202722 38362 333 96 0 199284 0
[pid=17515] ppid=17513 vsize=90552 CPUtime=25.49 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 28736 0 0 0 2545 4 0 0 25 0 1 0 514969948 92725248 19743 33554432000 4194304 4785740 140736286590112 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 22638 19743 340 145 0 19683 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=12.64 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 1261 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=49008 CPUtime=25.48 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20557 0 0 0 2545 3 0 0 25 0 1 0 514969948 50184192 11420 33554432000 4194304 4352236 140734899928160 18446744073709551615 4233979 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12252 11420 127 39 0 11332 0
[pid=17518] ppid=17513 vsize=348284 CPUtime=12.7 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 155421 0 0 0 1249 21 0 0 25 0 1 0 514969948 356642816 40856 33554432000 4194304 4331988 140733779461680 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 87071 40856 175 34 0 85513 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1824888

[startup+51.1008 s]
/proc/loadavg: 8.95 8.35 8.16 11/188 17553
/proc/meminfo: memFree=21198308/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=815612 CPUtime=51.09 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 53851 0 0 0 5100 9 0 0 25 0 1 0 514969948 835186688 40135 33554432000 4194304 4587354 140735448681040 18446744073709551615 4237587 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 203903 40135 341 96 0 200465 0
[pid=17515] ppid=17513 vsize=106248 CPUtime=51.09 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 32641 0 0 0 5103 6 0 0 25 0 1 0 514969948 108797952 23648 33554432000 4194304 4785740 140736286590112 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 26562 23648 340 145 0 23607 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=25.4 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 2537 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48588 CPUtime=51.08 cores=2

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

Current children cumulated CPU time (s) 205.66
Current children cumulated vsize (KiB) 1851288

[startup+57.9005 s]
/proc/loadavg: 9.19 8.42 8.18 11/188 17553
/proc/meminfo: memFree=21181516/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=815612 CPUtime=57.89 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 54215 0 0 0 5780 9 0 0 25 0 1 0 514969948 835186688 40495 33554432000 4194304 4587354 140735448681040 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 203903 40495 341 96 0 200465 0
[pid=17515] ppid=17513 vsize=113452 CPUtime=57.89 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 34467 0 0 0 5782 7 0 0 25 0 1 0 514969948 116174848 25474 33554432000 4194304 4785740 140736286590112 18446744073709551615 4290633 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 28363 25474 340 145 0 25408 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=28.76 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 2873 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48576 CPUtime=57.88 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 5784 4 0 0 25 0 1 0 514969948 49741824 11312 33554432000 4194304 4352236 140734899928160 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12144 11312 127 39 0 11224 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=28.8 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157780 0 0 0 2859 21 0 0 25 0 1 0 514969948 367161344 43215 33554432000 4194304 4331988 140733779461680 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43215 175 34 0 88081 0
Current children cumulated CPU time (s) 231.22
Current children cumulated vsize (KiB) 1862352

[startup+61.1009 s]
/proc/loadavg: 9.19 8.42 8.18 11/188 17553
/proc/meminfo: memFree=21174424/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=815612 CPUtime=61.09 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 54396 0 0 0 6099 10 0 0 25 0 1 0 514969948 835186688 40673 33554432000 4194304 4587354 140735448681040 18446744073709551615 4238111 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 203903 40673 341 96 0 200465 0
[pid=17515] ppid=17513 vsize=118340 CPUtime=61.09 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 35672 0 0 0 6101 8 0 0 25 0 1 0 514969948 121180160 26679 33554432000 4194304 4785740 140736286590112 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 29585 26679 340 145 0 26630 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=30.35 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 3032 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48576 CPUtime=61.08 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 6104 4 0 0 25 0 1 0 514969948 49741824 11312 33554432000 4194304 4352236 140734899928160 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12144 11312 127 39 0 11224 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=30.4 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157799 0 0 0 3019 21 0 0 25 0 1 0 514969948 367161344 43234 33554432000 4194304 4331988 140733779461680 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43234 175 34 0 88081 0
Current children cumulated CPU time (s) 244.01
Current children cumulated vsize (KiB) 1867240

[startup+62.7006 s]
/proc/loadavg: 9.25 8.45 8.19 11/188 17553
/proc/meminfo: memFree=21171448/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=815612 CPUtime=62.69 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 54480 0 0 0 6259 10 0 0 25 0 1 0 514969948 835186688 40757 33554432000 4194304 4587354 140735448681040 18446744073709551615 4236473 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 203903 40757 341 96 0 200465 0
[pid=17515] ppid=17513 vsize=121168 CPUtime=62.69 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 36364 0 0 0 6261 8 0 0 25 0 1 0 514969948 124076032 27371 33554432000 4194304 4785740 140736286590112 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 30292 27371 340 145 0 27337 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=31.14 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 3111 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48572 CPUtime=62.68 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 6264 4 0 0 25 0 1 0 514969948 49737728 11311 33554432000 4194304 4352236 140734899928160 18446744073709551615 4233914 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12143 11311 127 39 0 11223 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=31.2 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157804 0 0 0 3099 21 0 0 25 0 1 0 514969948 367161344 43239 33554432000 4194304 4331988 140733779461680 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43239 175 34 0 88081 0
Current children cumulated CPU time (s) 250.4
Current children cumulated vsize (KiB) 1870064

[startup+64.3013 s]
/proc/loadavg: 9.25 8.45 8.19 11/188 17553
/proc/meminfo: memFree=21168224/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=815612 CPUtime=64.29 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 54590 0 0 0 6419 10 0 0 25 0 1 0 514969948 835186688 40866 33554432000 4194304 4587354 140735448681040 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 203903 40866 341 96 0 200465 0
[pid=17515] ppid=17513 vsize=122540 CPUtime=64.29 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 36715 0 0 0 6421 8 0 0 25 0 1 0 514969948 125480960 27722 33554432000 4194304 4785740 140736286590112 18446744073709551615 4290616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 30635 27722 340 145 0 27680 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=31.93 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 3190 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48572 CPUtime=64.28 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 6424 4 0 0 25 0 1 0 514969948 49737728 11311 33554432000 4194304 4352236 140734899928160 18446744073709551615 4234032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12143 11311 127 39 0 11223 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=31.99 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157814 0 0 0 3178 21 0 0 25 0 1 0 514969948 367161344 43249 33554432000 4194304 4331988 140733779461680 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43249 175 34 0 88081 0
Current children cumulated CPU time (s) 256.78
Current children cumulated vsize (KiB) 1871436

[startup+65.1011 s]
/proc/loadavg: 9.25 8.45 8.19 11/188 17553
/proc/meminfo: memFree=21168224/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=815612 CPUtime=65.09 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 54621 0 0 0 6499 10 0 0 25 0 1 0 514969948 835186688 40896 33554432000 4194304 4587354 140735448681040 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 203903 40896 341 96 0 200465 0
[pid=17515] ppid=17513 vsize=122808 CPUtime=65.09 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 36791 0 0 0 6501 8 0 0 25 0 1 0 514969948 125755392 27798 33554432000 4194304 4785740 140736286590112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 30702 27798 340 145 0 27747 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=32.33 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 3230 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48572 CPUtime=65.08 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 6504 4 0 0 25 0 1 0 514969948 49737728 11311 33554432000 4194304 4352236 140734899928160 18446744073709551615 4234286 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12143 11311 127 39 0 11223 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=32.39 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157817 0 0 0 3218 21 0 0 25 0 1 0 514969948 367161344 43252 33554432000 4194304 4331988 140733779461680 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43252 175 34 0 88081 0
Current children cumulated CPU time (s) 259.98
Current children cumulated vsize (KiB) 1871704

[startup+65.3071 s]
/proc/loadavg: 9.25 8.45 8.19 11/188 17553
/proc/meminfo: memFree=21167232/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=770108 CPUtime=65.3 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 56074 0 0 0 6520 10 0 0 25 0 1 0 514969948 788590592 37344 33554432000 4194304 4587354 140735448681040 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 192527 37344 341 96 0 189089 0
[pid=17515] ppid=17513 vsize=123072 CPUtime=65.29 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 36838 0 0 0 6521 8 0 0 25 0 1 0 514969948 126025728 27845 33554432000 4194304 4785740 140736286590112 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 30768 27845 340 145 0 27813 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=32.43 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 3240 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48572 CPUtime=65.28 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 6524 4 0 0 25 0 1 0 514969948 49737728 11311 33554432000 4194304 4352236 140734899928160 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12143 11311 127 39 0 11223 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=32.49 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157818 0 0 0 3228 21 0 0 25 0 1 0 514969948 367161344 43253 33554432000 4194304 4331988 140733779461680 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43253 175 34 0 88081 0
Current children cumulated CPU time (s) 260.79
Current children cumulated vsize (KiB) 1826464

[startup+65.4011 s]
/proc/loadavg: 9.25 8.45 8.19 11/188 17553
/proc/meminfo: memFree=21167232/32950928 swapFree=67087032/67111528
[pid=17513] ppid=17511 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17513/stat : 17513 (ppfolio) S 17511 17513 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514969948 18763776 389 33554432000 4194304 4287625 140735388510800 18446744073709551615 239476715023 0 0 4096 65536 1494957173753511935 0 0 17 4 0 0 0
/proc/17513/statm: 4581 389 341 23 0 91 0
[pid=17514] ppid=17513 vsize=770108 CPUtime=65.39 cores=0
/proc/17514/stat : 17514 (cryptominisat) R 17513 17513 16886 0 -1 4202496 56075 0 0 0 6529 10 0 0 25 0 1 0 514969948 788590592 37345 33554432000 4194304 4587354 140735448681040 18446744073709551615 4243610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17514/statm: 192527 37345 341 96 0 189089 0
[pid=17515] ppid=17513 vsize=123204 CPUtime=65.39 cores=4
/proc/17515/stat : 17515 (clasp) R 17513 17513 16886 0 -1 4202496 36866 0 0 0 6531 8 0 0 25 0 1 0 514969948 126160896 27873 33554432000 4194304 4785740 140736286590112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17515/statm: 30801 27873 340 145 0 27846 0
[pid=17516] ppid=17513 vsize=507832 CPUtime=32.52 cores=6
/proc/17516/stat : 17516 (TNM) R 17513 17513 16886 0 -1 4202496 24702 0 0 0 3249 3 0 0 25 0 1 0 514969948 520019968 24599 33554432000 134512640 134534564 4287819536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17516/statm: 126958 24599 95 6 0 125624 0
[pid=17517] ppid=17513 vsize=48572 CPUtime=65.38 cores=2
/proc/17517/stat : 17517 (lingeling) R 17513 17513 16886 0 -1 4202496 20795 0 0 0 6534 4 0 0 25 0 1 0 514969948 49737728 11311 33554432000 4194304 4352236 140734899928160 18446744073709551615 4238589 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17517/statm: 12143 11311 127 39 0 11223 0
[pid=17518] ppid=17513 vsize=358556 CPUtime=32.5 cores=6
/proc/17518/stat : 17518 (march_hi) R 17513 17513 16886 0 -1 4202496 157818 0 0 0 3229 21 0 0 25 0 1 0 514969948 367161344 43253 33554432000 4194304 4331988 140733779461680 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17518/statm: 89639 43253 175 34 0 88081 0
Current children cumulated CPU time (s) 261.18
Current children cumulated vsize (KiB) 1826596

Child status: 0
Real time (s): 65.4246
CPU time (s): 261.296
CPU user time (s): 260.767
CPU system time (s): 0.528919
CPU usage (%): 399.385
Max. virtual memory (cumulated for all children) (KiB): 1871836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.767
system time used= 0.528919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296801
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= 132
involuntary context switches= 1965

runsolver used 0.106983 second user time and 0.254961 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 01:35:29
IDJOB=3283326
IDBENCH=71019
IDSOLVER=1612
FILE ID=node148/3283326-1304033728
RUNJOBID= node148-1304032428-17324
PBS_JOBID= 13170304
Free space on /tmp= 71408 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283326-1304033728/watcher-3283326-1304033728 -o /tmp/evaluation-result-3283326-1304033728/solver-3283326-1304033728 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3283326-1304033728.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1093600580

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:      22620876 kB
Buffers:       2007548 kB
Cached:        7635324 kB
SwapCached:       3548 kB
Active:        1719736 kB
Inactive:      8047840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22620876 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           24868 kB
Writeback:           0 kB
AnonPages:      122288 kB
Mapped:          15700 kB
Slab:           498332 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   742400 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= 71376 MiB
End job on node148 at 2011-04-29 01:36:34