Trace number 3280566

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 1786.1 447.135

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
1785.94/447.13	s UNSATISFIABLE
1785.94/447.13	solver [1] cryptominisat 2.7.1 answered
1785.94/447.13	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-3280566-1304032404/watcher-3280566-1304032404 -o /tmp/evaluation-result-3280566-1304032404/solver-3280566-1304032404 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280566-1304032404.cnf 

running on 4 cores: 1,3,5,7

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: 7.15 7.93 7.85 2/174 17174
/proc/meminfo: memFree=11765228/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) R 17172 17174 16723 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0

[startup+0.102451 s]
/proc/loadavg: 7.15 7.93 7.85 2/174 17174
/proc/meminfo: memFree=11765228/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) R 17172 17174 16723 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200433 s]
/proc/loadavg: 7.15 7.93 7.85 2/174 17174
/proc/meminfo: memFree=11765228/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300416 s]
/proc/loadavg: 7.15 7.93 7.85 2/174 17174
/proc/meminfo: memFree=11765228/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) R 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700346 s]
/proc/loadavg: 7.15 7.93 7.85 2/174 17174
/proc/meminfo: memFree=11765228/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 7.15 7.93 7.85 11/188 17191
/proc/meminfo: memFree=11526300/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1934804 CPUtime=1.49 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 2831 0 0 0 149 0 0 0 25 0 1 0 593471105 1981239296 1438 33554432000 4194304 4587354 140735945060800 18446744073709551615 216734875323 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 483701 1438 333 96 0 480263 0
[pid=17176] ppid=17174 vsize=16032 CPUtime=1.49 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 1509 0 0 0 149 0 0 0 25 0 1 0 593471105 16416768 1371 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 4008 1371 340 145 0 1053 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=0.68 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 68 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=7424 CPUtime=1.49 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 1320 0 0 0 149 0 0 0 25 0 1 0 593471105 7602176 1023 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 1856 1023 127 39 0 936 0
[pid=17179] ppid=17174 vsize=17636 CPUtime=0.79 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 6172 0 0 0 79 0 0 0 25 0 1 0 593471105 18059264 2051 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 4409 2051 174 34 0 2851 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2450712

[startup+3.10093 s]
/proc/loadavg: 7.15 7.93 7.85 11/188 17191
/proc/meminfo: memFree=11500880/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1945524 CPUtime=3.08 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 5038 0 0 0 308 0 0 0 25 0 1 0 593471105 1992216576 2515 33554432000 4194304 4587354 140735945060800 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 486381 2515 339 96 0 482943 0
[pid=17176] ppid=17174 vsize=17216 CPUtime=3.09 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 1798 0 0 0 309 0 0 0 25 0 1 0 593471105 17629184 1660 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 4304 1660 341 145 0 1349 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=1.47 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 147 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=8704 CPUtime=3.09 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 1800 0 0 0 309 0 0 0 25 0 1 0 593471105 8912896 1343 33554432000 4194304 4352236 140733856338544 18446744073709551615 4231297 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 2176 1343 127 39 0 1256 0
[pid=17179] ppid=17174 vsize=17764 CPUtime=1.59 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 6232 0 0 0 159 0 0 0 25 0 1 0 593471105 18190336 2111 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 4441 2111 174 34 0 2883 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2464024

[startup+6.30037 s]
/proc/loadavg: 7.38 7.96 7.86 11/188 17192
/proc/meminfo: memFree=11461880/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1944048 CPUtime=6.29 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 9083 0 0 0 628 1 0 0 25 0 1 0 593471105 1990705152 4966 33554432000 4194304 4587354 140735945060800 18446744073709551615 4239221 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 486012 4966 339 96 0 482574 0
[pid=17176] ppid=17174 vsize=17740 CPUtime=6.29 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 1928 0 0 0 629 0 0 0 25 0 1 0 593471105 18165760 1781 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287099 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 4435 1781 341 145 0 1480 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=3.05 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 305 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134529115 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=9240 CPUtime=6.29 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 2377 0 0 0 629 0 0 0 25 0 1 0 593471105 9461760 1504 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 2310 1504 127 39 0 1390 0
[pid=17179] ppid=17174 vsize=17892 CPUtime=3.19 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 6266 0 0 0 319 0 0 0 25 0 1 0 593471105 18321408 2145 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 4473 2145 174 34 0 2915 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2463736

[startup+12.7013 s]
/proc/loadavg: 7.59 7.99 7.87 12/188 17192
/proc/meminfo: memFree=11309032/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1943972 CPUtime=12.69 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 12717 0 0 0 1267 2 0 0 25 0 1 0 593471105 1990627328 4835 33554432000 4194304 4587354 140735945060800 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 485993 4835 339 96 0 482555 0
[pid=17176] ppid=17174 vsize=18460 CPUtime=12.69 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 2117 0 0 0 1269 0 0 0 25 0 1 0 593471105 18903040 1970 33554432000 4194304 4785740 140734425480224 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 4615 1970 341 145 0 1660 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=6.22 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 622 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=10400 CPUtime=12.69 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 3307 0 0 0 1269 0 0 0 25 0 1 0 593471105 10649600 1794 33554432000 4194304 4352236 140733856338544 18446744073709551615 4278697 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 2600 1794 127 39 0 1680 0
[pid=17179] ppid=17174 vsize=18024 CPUtime=6.39 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 6283 0 0 0 639 0 0 0 25 0 1 0 593471105 18456576 2162 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 4506 2162 174 34 0 2948 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2465672

[startup+25.501 s]
/proc/loadavg: 8.12 8.09 7.91 11/188 17192
/proc/meminfo: memFree=11046204/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1956136 CPUtime=25.48 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 20635 0 0 0 2545 3 0 0 25 0 1 0 593471105 2003083264 5171 33554432000 4194304 4587354 140735945060800 18446744073709551615 4236874 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 489034 5171 339 96 0 485596 0
[pid=17176] ppid=17174 vsize=20316 CPUtime=25.49 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 2589 0 0 0 2549 0 0 0 25 0 1 0 593471105 20803584 2442 33554432000 4194304 4785740 140734425480224 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 5079 2442 341 145 0 2124 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=12.62 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 1262 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=13864 CPUtime=25.48 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 6605 0 0 0 2548 0 0 0 25 0 1 0 593471105 14196736 2660 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 3466 2660 127 39 0 2546 0
[pid=17179] ppid=17174 vsize=18156 CPUtime=12.72 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 6326 0 0 0 1272 0 0 0 25 0 1 0 593471105 18591744 2205 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 4539 2205 174 34 0 2981 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 2483288

[startup+51.1006 s]
/proc/loadavg: 8.89 8.27 7.97 11/188 17193
/proc/meminfo: memFree=10991928/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1962752 CPUtime=51.09 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 38677 0 0 0 5102 7 0 0 25 0 1 0 593471105 2009858048 11565 33554432000 4194304 4587354 140735945060800 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 490688 11565 339 96 0 487250 0
[pid=17176] ppid=17174 vsize=22664 CPUtime=51.09 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 3150 0 0 0 5109 0 0 0 25 0 1 0 593471105 23207936 3003 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 5666 3003 341 145 0 2711 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=25.32 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 2532 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=13608 CPUtime=51.09 cores=3

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

Current children cumulated CPU time (s) 1687.28
Current children cumulated vsize (KiB) 8416336

[startup+435.201 s]
/proc/loadavg: 10.26 9.68 8.72 11/188 17203
/proc/meminfo: memFree=10815116/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=7861628 CPUtime=435.17 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147279 0 0 0 43473 44 0 0 25 0 1 0 593471105 8050307072 19462 33554432000 4194304 4587354 140735945060800 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 1965407 19462 339 96 0 1961969 0
[pid=17176] ppid=17174 vsize=32352 CPUtime=435.19 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 43518 1 0 0 25 0 1 0 593471105 33128448 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287073 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8088 5340 341 145 0 5133 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=216.46 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 21646 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 6187448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=23968 CPUtime=435.19 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 69744 0 0 0 43511 8 0 0 25 0 1 0 593471105 24543232 5191 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 5992 5191 127 39 0 5072 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=216.37 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7543 0 0 0 21636 1 0 0 25 0 1 0 593471105 24137728 3419 33554432000 4194304 4331988 140736396227248 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3419 175 34 0 4335 0
Current children cumulated CPU time (s) 1738.38
Current children cumulated vsize (KiB) 8416336

[startup+441.6 s]
/proc/loadavg: 10.24 9.68 8.72 11/188 17203
/proc/meminfo: memFree=10815108/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1994324 CPUtime=441.58 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147709 0 0 0 44113 45 0 0 25 0 1 0 593471105 2042187776 19189 33554432000 4194304 4587354 140735945060800 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 498581 19189 339 96 0 495143 0
[pid=17176] ppid=17174 vsize=32292 CPUtime=441.59 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 44158 1 0 0 25 0 1 0 593471105 33067008 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8073 5340 341 145 0 5118 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=219.62 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 21962 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=23968 CPUtime=441.59 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 69744 0 0 0 44151 8 0 0 25 0 1 0 593471105 24543232 5191 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 5992 5191 127 39 0 5072 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=219.56 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7557 0 0 0 21955 1 0 0 25 0 1 0 593471105 24137728 3433 33554432000 4194304 4331988 140736396227248 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3433 175 34 0 4335 0
Current children cumulated CPU time (s) 1763.94
Current children cumulated vsize (KiB) 2548972

[startup+444.801 s]
/proc/loadavg: 10.22 9.69 8.73 11/188 17203
/proc/meminfo: memFree=10810764/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1994324 CPUtime=444.78 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147709 0 0 0 44433 45 0 0 25 0 1 0 593471105 2042187776 19189 33554432000 4194304 4587354 140735945060800 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 498581 19189 339 96 0 495143 0
[pid=17176] ppid=17174 vsize=32292 CPUtime=444.8 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 44479 1 0 0 25 0 1 0 593471105 33067008 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4552986 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8073 5340 341 145 0 5118 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=221.2 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 22120 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=28576 CPUtime=444.8 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 70896 0 0 0 44471 9 0 0 25 0 1 0 593471105 29261824 6343 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328699 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 7144 6343 127 39 0 6224 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=221.16 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7564 0 0 0 22115 1 0 0 25 0 1 0 593471105 24137728 3440 33554432000 4194304 4331988 140736396227248 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3440 175 34 0 4335 0
Current children cumulated CPU time (s) 1776.74
Current children cumulated vsize (KiB) 2553580

[startup+446.401 s]
/proc/loadavg: 10.22 9.69 8.73 11/188 17203
/proc/meminfo: memFree=10809772/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1994324 CPUtime=446.38 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147709 0 0 0 44593 45 0 0 25 0 1 0 593471105 2042187776 19189 33554432000 4194304 4587354 140735945060800 18446744073709551615 4248831 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 498581 19189 339 96 0 495143 0
[pid=17176] ppid=17174 vsize=32292 CPUtime=446.4 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 44639 1 0 0 25 0 1 0 593471105 33067008 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8073 5340 341 145 0 5118 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=222 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 22200 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134528357 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=29600 CPUtime=446.4 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 71152 0 0 0 44631 9 0 0 25 0 1 0 593471105 30310400 6599 33554432000 4194304 4352236 140733856338544 18446744073709551615 4231300 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 7400 6599 127 39 0 6480 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=221.96 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7567 0 0 0 22195 1 0 0 25 0 1 0 593471105 24137728 3443 33554432000 4194304 4331988 140736396227248 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3443 175 34 0 4335 0
Current children cumulated CPU time (s) 1783.14
Current children cumulated vsize (KiB) 2554604

[startup+446.801 s]
/proc/loadavg: 10.22 9.69 8.73 11/188 17203
/proc/meminfo: memFree=10817336/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1994324 CPUtime=446.78 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147709 0 0 0 44633 45 0 0 25 0 1 0 593471105 2042187776 19189 33554432000 4194304 4587354 140735945060800 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 498581 19189 339 96 0 495143 0
[pid=17176] ppid=17174 vsize=32292 CPUtime=446.8 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 44679 1 0 0 25 0 1 0 593471105 33067008 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8073 5340 341 145 0 5118 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=222.19 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 22219 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=29600 CPUtime=446.8 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 71152 0 0 0 44671 9 0 0 25 0 1 0 593471105 30310400 6599 33554432000 4194304 4352236 140733856338544 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 7400 6599 127 39 0 6480 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=222.16 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7567 0 0 0 22215 1 0 0 25 0 1 0 593471105 24137728 3443 33554432000 4194304 4331988 140736396227248 18446744073709551615 4242589 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3443 175 34 0 4335 0
Current children cumulated CPU time (s) 1784.73
Current children cumulated vsize (KiB) 2554604

[startup+447.001 s]
/proc/loadavg: 10.22 9.69 8.73 11/188 17203
/proc/meminfo: memFree=10817336/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1994324 CPUtime=446.98 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147709 0 0 0 44653 45 0 0 25 0 1 0 593471105 2042187776 19189 33554432000 4194304 4587354 140735945060800 18446744073709551615 4443108 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 498581 19189 339 96 0 495143 0
[pid=17176] ppid=17174 vsize=32292 CPUtime=447 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 44699 1 0 0 25 0 1 0 593471105 33067008 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8073 5340 341 145 0 5118 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=222.29 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 22229 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=29600 CPUtime=447 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 71152 0 0 0 44691 9 0 0 25 0 1 0 593471105 30310400 6599 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328112 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 7400 6599 127 39 0 6480 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=222.26 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7567 0 0 0 22225 1 0 0 25 0 1 0 593471105 24137728 3443 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3443 175 34 0 4335 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 2554604

[startup+447.101 s]
/proc/loadavg: 10.22 9.69 8.73 11/188 17203
/proc/meminfo: memFree=10817336/32951124 swapFree=67102140/67111528
[pid=17174] ppid=17172 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17174/stat : 17174 (ppfolio) S 17172 17174 16723 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593471105 18763776 390 33554432000 4194304 4287625 140736281818800 18446744073709551615 216735198735 0 0 4096 65536 4451176016764731391 0 0 17 1 0 0 0
/proc/17174/statm: 4581 390 341 23 0 91 0
[pid=17175] ppid=17174 vsize=1994324 CPUtime=447.08 cores=1
/proc/17175/stat : 17175 (cryptominisat) R 17174 17174 16723 0 -1 4202496 147709 0 0 0 44663 45 0 0 25 0 1 0 593471105 2042187776 19189 33554432000 4194304 4587354 140735945060800 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17175/statm: 498581 19189 339 96 0 495143 0
[pid=17176] ppid=17174 vsize=32292 CPUtime=447.1 cores=5
/proc/17176/stat : 17176 (clasp) R 17174 17174 16723 0 -1 4202496 5531 0 0 0 44709 1 0 0 25 0 1 0 593471105 33067008 5340 33554432000 4194304 4785740 140734425480224 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17176/statm: 8073 5340 341 145 0 5118 0
[pid=17177] ppid=17174 vsize=456492 CPUtime=222.39 cores=7
/proc/17177/stat : 17177 (TNM) R 17174 17174 16723 0 -1 4202496 659 0 0 0 22239 0 0 0 25 0 1 0 593471105 467447808 555 33554432000 134512640 134534564 4292729056 18446744073709551615 134529825 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17177/statm: 114123 555 95 6 0 112789 0
[pid=17178] ppid=17174 vsize=29600 CPUtime=447.1 cores=3
/proc/17178/stat : 17178 (lingeling) R 17174 17174 16723 0 -1 4202496 71152 0 0 0 44701 9 0 0 25 0 1 0 593471105 30310400 6599 33554432000 4194304 4352236 140733856338544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17178/statm: 7400 6599 127 39 0 6480 0
[pid=17179] ppid=17174 vsize=23572 CPUtime=222.27 cores=7
/proc/17179/stat : 17179 (march_hi) R 17174 17174 16723 0 -1 4202496 7567 0 0 0 22226 1 0 0 25 0 1 0 593471105 24137728 3443 33554432000 4194304 4331988 140736396227248 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17179/statm: 5893 3443 175 34 0 4335 0
Current children cumulated CPU time (s) 1785.94
Current children cumulated vsize (KiB) 2554604

Child status: 0
Real time (s): 447.135
CPU time (s): 1786.1
CPU user time (s): 1785.52
CPU system time (s): 0.582911
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 8423248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.52
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233176
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= 316
involuntary context switches= 11917

runsolver used 0.613906 second user time and 1.82772 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 01:13:24
IDJOB=3280566
IDBENCH=20401
IDSOLVER=1612
FILE ID=node119/3280566-1304032404
RUNJOBID= node119-1304032404-17161
PBS_JOBID= 13170333
Free space on /tmp= 71816 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280566-1304032404/watcher-3280566-1304032404 -o /tmp/evaluation-result-3280566-1304032404/solver-3280566-1304032404 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280566-1304032404.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=630136957

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11765508 kB
Buffers:       2241940 kB
Cached:       18296024 kB
SwapCached:       5504 kB
Active:        9469880 kB
Inactive:     11133176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11765508 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           11004 kB
Writeback:           0 kB
AnonPages:       62432 kB
Mapped:          14344 kB
Slab:           520424 kB
PageTables:       4360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194232 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= 71788 MiB
End job on node119 at 2011-04-29 01:20:52