Trace number 3191229

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio parSAT 718.314 179.826

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1632870961-099.SATISFIABLE.cnf
MD5SUMeac2f4cbe4e61cc8bd9f28b333bf1b8e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.03578
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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 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
718.19/179.82	s SATISFIABLE
718.19/179.82	v -1 2 -3 4 5 6 7 -8 -9 -10 11 12 -13 14 15 -16 -17 18 -19 20 21 -22 23 -24 25 26 27 28 29 -30 -31 32 -33 34 -35 -36 37 -38 39 -40 41 -42 43 44 -45 -46 47 48 49 50 -51 52 -53 -54 55 -56 57 -58 59 -60 -61 -62 63 64 -65 -66 67 -68 -69 70 -71 72 73 74 -75 -76 -77 -78 79 -80 -81 -82 83 -84 85 86 87 -88 -89 -90 -91 -92 -93 -94 -95 -96 97 -98 99 100 -101 -102 -103 -104 -105 106 -107 108 -109 -110 -111 -112 -113 114 -115 116 117 -118 -119 -120 121 -122 123 124 125 126 -127 -128 -129 130 -131 132 133 134 135 136 137 -138 139 -140 -141 142 -143 -144 -145 146 -147 148 -149 -150 
718.19/179.82	v 0 
718.19/179.82	solver [3] TNM 2009 answered
718.19/179.82	Done

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3191229-1304073003/watcher-3191229-1304073003 -o /tmp/evaluation-result-3191229-1304073003/solver-3191229-1304073003 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191229-1304073003.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: 10.11 10.20 9.71 6/186 7792
/proc/meminfo: memFree=24945980/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) R 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0

[startup+1.26838 s]
/proc/loadavg: 10.11 10.20 9.71 6/186 7792
/proc/meminfo: memFree=24945980/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) R 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36837 s]
/proc/loadavg: 10.11 10.20 9.71 6/186 7792
/proc/meminfo: memFree=24945980/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40036 s]
/proc/loadavg: 10.11 10.20 9.71 6/186 7792
/proc/meminfo: memFree=24945980/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) R 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56833 s]
/proc/loadavg: 10.11 10.20 9.71 6/186 7792
/proc/meminfo: memFree=24945980/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60032 s]
/proc/loadavg: 10.11 10.20 9.71 6/186 7792
/proc/meminfo: memFree=24945980/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10105 s]
/proc/loadavg: 10.50 10.28 9.74 11/192 7799
/proc/meminfo: memFree=24931176/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=226580 CPUtime=3.09 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 6540 0 0 0 308 1 0 0 25 0 1 0 518898515 232017920 3937 33554432000 4194304 4587354 140735430724752 18446744073709551615 4363771 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 56645 3937 337 96 0 53207 0
[pid=7794] ppid=7792 vsize=15204 CPUtime=3.09 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 1240 0 0 0 309 0 0 0 25 0 1 0 518898515 15568896 1131 33554432000 4194304 4785740 140736054306656 18446744073709551615 4278016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 3801 1131 341 145 0 846 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=1.97 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 197 0 0 0 21 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=7620 CPUtime=3.09 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 1557 0 0 0 309 0 0 0 25 0 1 0 518898515 7802880 1099 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 1905 1099 127 39 0 985 0
[pid=7797] ppid=7792 vsize=7708 CPUtime=1.11 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 583 0 0 0 111 0 0 0 25 0 1 0 518898515 7892992 451 33554432000 4194304 4331988 140735893247200 18446744073709551615 4210384 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 1927 451 174 34 0 369 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 731528

[startup+6.30046 s]
/proc/loadavg: 10.50 10.28 9.74 11/192 7799
/proc/meminfo: memFree=24921612/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=225464 CPUtime=6.28 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 8869 0 0 0 627 1 0 0 25 0 1 0 518898515 230875136 4296 33554432000 4194304 4587354 140735430724752 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 56366 4296 337 96 0 52928 0
[pid=7794] ppid=7792 vsize=16176 CPUtime=6.29 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 1470 0 0 0 629 0 0 0 25 0 1 0 518898515 16564224 1361 33554432000 4194304 4785740 140736054306656 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 4044 1361 341 145 0 1089 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=3.55 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 355 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=7880 CPUtime=6.29 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 1942 0 0 0 629 0 0 0 25 0 1 0 518898515 8069120 1164 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328210 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 1970 1164 127 39 0 1050 0
[pid=7797] ppid=7792 vsize=8088 CPUtime=2.71 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 684 0 0 0 271 0 0 0 25 0 1 0 518898515 8282112 552 33554432000 4194304 4331988 140735893247200 18446744073709551615 4299294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 2022 552 175 34 0 464 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 732024

[startup+12.7003 s]
/proc/loadavg: 10.50 10.29 9.75 11/192 7799
/proc/meminfo: memFree=24914084/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=6707008 CPUtime=12.69 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 13723 0 0 0 1267 2 0 0 25 0 1 0 518898515 6867976192 4909 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 1676752 4909 337 96 0 1673314 0
[pid=7794] ppid=7792 vsize=17328 CPUtime=12.69 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 1740 0 0 0 1269 0 0 0 25 0 1 0 518898515 17743872 1631 33554432000 4194304 4785740 140736054306656 18446744073709551615 4549580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 4332 1631 341 145 0 1377 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=6.74 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 674 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 3549536 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=10828 CPUtime=12.69 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 3223 0 0 0 1269 0 0 0 25 0 1 0 518898515 11087872 1901 33554432000 4194304 4352236 140735797328000 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 2707 1901 127 39 0 1787 0
[pid=7797] ppid=7792 vsize=8940 CPUtime=5.88 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 870 0 0 0 588 0 0 0 25 0 1 0 518898515 9154560 738 33554432000 4194304 4331988 140735893247200 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 2235 738 175 34 0 677 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 7218520

[startup+25.501 s]
/proc/loadavg: 10.49 10.30 9.76 11/192 7799
/proc/meminfo: memFree=24899828/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=232532 CPUtime=25.49 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 21245 0 0 0 2545 4 0 0 25 0 1 0 518898515 238112768 6027 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 58133 6027 337 96 0 54695 0
[pid=7794] ppid=7792 vsize=19332 CPUtime=25.49 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 2202 0 0 0 2549 0 0 0 25 0 1 0 518898515 19795968 2093 33554432000 4194304 4785740 140736054306656 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 4833 2093 341 145 0 1878 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=13.14 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 1314 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 3550212 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=10700 CPUtime=25.49 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 4375 0 0 0 2549 0 0 0 25 0 1 0 518898515 10956800 1869 33554432000 4194304 4352236 140735797328000 18446744073709551615 4279154 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 2675 1869 127 39 0 1755 0
[pid=7797] ppid=7792 vsize=11044 CPUtime=12.21 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 1202 0 0 0 1221 0 0 0 25 0 1 0 518898515 11309056 1070 33554432000 4194304 4331988 140735893247200 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 2761 1070 175 34 0 1203 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 748024

[startup+51.1003 s]
/proc/loadavg: 10.40 10.29 9.77 11/192 7800
/proc/meminfo: memFree=24881024/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=247216 CPUtime=51.08 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 31905 0 0 0 5102 6 0 0 25 0 1 0 518898515 253149184 9657 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 61804 9657 337 96 0 58366 0
[pid=7794] ppid=7792 vsize=21288 CPUtime=51.09 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 2637 0 0 0 5109 0 0 0 25 0 1 0 518898515 21798912 2528 33554432000 4194304 4785740 140736054306656 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 5322 2528 341 145 0 2367 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=25.84 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 2584 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=12240 CPUtime=51.08 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 7032 0 0 0 5108 0 0 0 25 0 1 0 518898515 12533760 2254 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 3060 2254 127 39 0 2140 0
[pid=7797] ppid=7792 vsize=15356 CPUtime=24.97 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 1913 0 0 0 2497 0 0 0 25 0 1 0 518898515 15724544 1781 33554432000 4194304 4331988 140735893247200 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 3839 1781 175 34 0 2281 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 770516

[startup+102.301 s]
/proc/loadavg: 10.30 10.28 9.79 11/192 7801
/proc/meminfo: memFree=24862788/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=330612 CPUtime=102.28 cores=0

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


Solver just ended. Dumping a history of the last processes samples

[startup+167.501 s]
/proc/loadavg: 10.25 10.27 9.82 11/192 7803
/proc/meminfo: memFree=24838208/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250136 CPUtime=167.47 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 71214 0 0 0 16731 16 0 0 25 0 1 0 518898515 256139264 10535 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62534 10535 337 96 0 59096 0
[pid=7794] ppid=7792 vsize=26336 CPUtime=167.5 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3811 0 0 0 16749 1 0 0 25 0 1 0 518898515 26968064 3702 33554432000 4194304 4785740 140736054306656 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6584 3702 341 145 0 3629 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=83.73 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8373 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=18900 CPUtime=167.49 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 17561 0 0 0 16747 2 0 0 25 0 1 0 518898515 19353600 3919 33554432000 4194304 4352236 140735797328000 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4725 3919 127 39 0 3805 0
[pid=7797] ppid=7792 vsize=25924 CPUtime=82.85 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 4819 0 0 0 8284 1 0 0 25 0 1 0 518898515 26546176 4657 33554432000 4194304 4331988 140735893247200 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 6481 4657 175 34 0 4923 0
Current children cumulated CPU time (s) 669.04
Current children cumulated vsize (KiB) 795712

[startup+173.907 s]
/proc/loadavg: 10.23 10.26 9.82 11/192 7803
/proc/meminfo: memFree=24836968/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250188 CPUtime=173.88 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 73235 0 0 0 17371 17 0 0 25 0 1 0 518898515 256192512 10092 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62547 10092 337 96 0 59109 0
[pid=7794] ppid=7792 vsize=26508 CPUtime=173.9 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3849 0 0 0 17389 1 0 0 25 0 1 0 518898515 27144192 3740 33554432000 4194304 4785740 140736054306656 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6627 3740 341 145 0 3672 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=86.93 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8693 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=17748 CPUtime=173.9 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 17945 0 0 0 17388 2 0 0 25 0 1 0 518898515 18173952 3631 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4437 3631 127 39 0 3517 0
[pid=7797] ppid=7792 vsize=25924 CPUtime=86.02 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 5007 0 0 0 8601 1 0 0 25 0 1 0 518898515 26546176 4845 33554432000 4194304 4331988 140735893247200 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 6481 4845 175 34 0 4923 0
Current children cumulated CPU time (s) 694.63
Current children cumulated vsize (KiB) 794784

[startup+177.101 s]
/proc/loadavg: 10.29 10.28 9.83 11/192 7803
/proc/meminfo: memFree=24833496/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250188 CPUtime=177.08 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 73897 0 0 0 17691 17 0 0 25 0 1 0 518898515 256192512 10733 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62547 10733 337 96 0 59109 0
[pid=7794] ppid=7792 vsize=26648 CPUtime=177.1 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3872 0 0 0 17709 1 0 0 25 0 1 0 518898515 27287552 3763 33554432000 4194304 4785740 140736054306656 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6662 3763 341 145 0 3707 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=88.53 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8853 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=18004 CPUtime=177.1 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 18009 0 0 0 17708 2 0 0 25 0 1 0 518898515 18436096 3695 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4501 3695 127 39 0 3581 0
[pid=7797] ppid=7792 vsize=34656 CPUtime=87.6 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 5099 0 0 0 8759 1 0 0 25 0 1 0 518898515 35487744 4937 33554432000 4194304 4331988 140735893247200 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 8664 4937 175 34 0 7106 0
Current children cumulated CPU time (s) 707.41
Current children cumulated vsize (KiB) 803912

[startup+178.701 s]
/proc/loadavg: 10.29 10.28 9.83 11/192 7803
/proc/meminfo: memFree=24831884/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250188 CPUtime=178.68 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 74163 0 0 0 17851 17 0 0 25 0 1 0 518898515 256192512 10988 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62547 10988 337 96 0 59109 0
[pid=7794] ppid=7792 vsize=26788 CPUtime=178.7 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3908 0 0 0 17869 1 0 0 25 0 1 0 518898515 27430912 3799 33554432000 4194304 4785740 140736054306656 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6697 3799 341 145 0 3742 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=89.33 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8933 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=18644 CPUtime=178.69 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 18169 0 0 0 17867 2 0 0 25 0 1 0 518898515 19091456 3855 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4661 3855 127 39 0 3741 0
[pid=7797] ppid=7792 vsize=34656 CPUtime=88.39 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 5142 0 0 0 8838 1 0 0 25 0 1 0 518898515 35487744 4980 33554432000 4194304 4331988 140735893247200 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 8664 4980 175 34 0 7106 0
Current children cumulated CPU time (s) 713.79
Current children cumulated vsize (KiB) 804692

[startup+179.501 s]
/proc/loadavg: 10.29 10.28 9.83 11/192 7803
/proc/meminfo: memFree=24829652/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250188 CPUtime=179.48 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 74295 0 0 0 17931 17 0 0 25 0 1 0 518898515 256192512 11114 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62547 11114 337 96 0 59109 0
[pid=7794] ppid=7792 vsize=26788 CPUtime=179.5 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3908 0 0 0 17949 1 0 0 25 0 1 0 518898515 27430912 3799 33554432000 4194304 4785740 140736054306656 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6697 3799 341 145 0 3742 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=89.72 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8972 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=18644 CPUtime=179.49 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 18169 0 0 0 17947 2 0 0 25 0 1 0 518898515 19091456 3855 33554432000 4194304 4352236 140735797328000 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4661 3855 127 39 0 3741 0
[pid=7797] ppid=7792 vsize=34656 CPUtime=88.79 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 5163 0 0 0 8878 1 0 0 25 0 1 0 518898515 35487744 5001 33554432000 4194304 4331988 140735893247200 18446744073709551615 4316784 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 8664 5001 175 34 0 7106 0
Current children cumulated CPU time (s) 716.98
Current children cumulated vsize (KiB) 804692

[startup+179.701 s]
/proc/loadavg: 10.29 10.28 9.83 11/192 7803
/proc/meminfo: memFree=24829652/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250188 CPUtime=179.68 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 74327 0 0 0 17951 17 0 0 25 0 1 0 518898515 256192512 11146 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62547 11146 337 96 0 59109 0
[pid=7794] ppid=7792 vsize=26788 CPUtime=179.7 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3908 0 0 0 17969 1 0 0 25 0 1 0 518898515 27430912 3799 33554432000 4194304 4785740 140736054306656 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6697 3799 341 145 0 3742 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=89.82 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8982 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=18644 CPUtime=179.69 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 18169 0 0 0 17967 2 0 0 25 0 1 0 518898515 19091456 3855 33554432000 4194304 4352236 140735797328000 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4661 3855 127 39 0 3741 0
[pid=7797] ppid=7792 vsize=34656 CPUtime=88.89 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 5168 0 0 0 8888 1 0 0 25 0 1 0 518898515 35487744 5006 33554432000 4194304 4331988 140735893247200 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 8664 5006 175 34 0 7106 0
Current children cumulated CPU time (s) 717.78
Current children cumulated vsize (KiB) 804692

[startup+179.801 s]
/proc/loadavg: 10.29 10.28 9.83 11/192 7803
/proc/meminfo: memFree=24829652/32951124 swapFree=67111352/67111528
[pid=7792] ppid=7790 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7792/stat : 7792 (ppfolio) S 7790 7792 7180 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518898515 18763776 389 33554432000 4194304 4287625 140737098107728 18446744073709551615 246516854287 0 0 4096 65536 4602574094985068543 0 0 17 4 0 0 0
/proc/7792/statm: 4581 389 341 23 0 91 0
[pid=7793] ppid=7792 vsize=250188 CPUtime=179.78 cores=0
/proc/7793/stat : 7793 (cryptominisat) R 7792 7792 7180 0 -1 4202496 74345 0 0 0 17961 17 0 0 25 0 1 0 518898515 256192512 11163 33554432000 4194304 4587354 140735430724752 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7793/statm: 62547 11163 337 96 0 59109 0
[pid=7794] ppid=7792 vsize=26788 CPUtime=179.8 cores=4
/proc/7794/stat : 7794 (clasp) R 7792 7792 7180 0 -1 4202496 3910 0 0 0 17979 1 0 0 25 0 1 0 518898515 27430912 3801 33554432000 4194304 4785740 140736054306656 18446744073709551615 246516531842 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7794/statm: 6697 3801 341 145 0 3742 0
[pid=7795] ppid=7792 vsize=456092 CPUtime=89.83 cores=6
/proc/7795/stat : 7795 (TNM) R 7792 7792 7180 0 -1 4202496 388 0 0 0 8983 0 0 0 25 0 1 0 518898515 467038208 285 33554432000 134512640 134534564 4289677296 18446744073709551615 134530512 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7795/statm: 114023 285 95 6 0 112689 0
[pid=7796] ppid=7792 vsize=18644 CPUtime=179.79 cores=2
/proc/7796/stat : 7796 (lingeling) R 7792 7792 7180 0 -1 4202496 18169 0 0 0 17977 2 0 0 25 0 1 0 518898515 19091456 3855 33554432000 4194304 4352236 140735797328000 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7796/statm: 4661 3855 127 39 0 3741 0
[pid=7797] ppid=7792 vsize=34656 CPUtime=88.99 cores=6
/proc/7797/stat : 7797 (march_hi) R 7792 7792 7180 0 -1 4202496 5172 0 0 0 8898 1 0 0 25 0 1 0 518898515 35487744 5010 33554432000 4194304 4331988 140735893247200 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7797/statm: 8664 5010 175 34 0 7106 0
Current children cumulated CPU time (s) 718.19
Current children cumulated vsize (KiB) 804692

Child status: 0
Real time (s): 179.826
CPU time (s): 718.314
CPU user time (s): 718.083
CPU system time (s): 0.230964
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 7225560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 718.083
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102546
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= 536
involuntary context switches= 12557

runsolver used 0.291955 second user time and 0.687895 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 12:30:03
IDJOB=3191229
IDBENCH=82960
IDSOLVER=1612
FILE ID=node134/3191229-1304073003
RUNJOBID= node134-1304071677-7346
PBS_JOBID= 13170486
Free space on /tmp= 71576 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1632870961-099.SATISFIABLE.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191229-1304073003/watcher-3191229-1304073003 -o /tmp/evaluation-result-3191229-1304073003/solver-3191229-1304073003 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191229-1304073003.cnf

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

MD5SUM BENCH= eac2f4cbe4e61cc8bd9f28b333bf1b8e
RANDOM SEED=921258740

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24946136 kB
Buffers:       1482816 kB
Cached:        5852220 kB
SwapCached:         64 kB
Active:        1531080 kB
Inactive:      5952616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24946136 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           10428 kB
Writeback:           0 kB
AnonPages:      148296 kB
Mapped:          16724 kB
Slab:           458968 kB
PageTables:       6000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2396200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71564 MiB
End job on node134 at 2011-04-29 12:33:03