Trace number 3191187

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 2444.57 756.482

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1445862528-059.UNKNOWN.cnf
MD5SUM9e4f1914facdb4a8b3ffdd1de343beff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.429
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6
2444.29/756.48	s UNSATISFIABLE
2444.29/756.48	solver [5] march_hi 2009 answered
2444.29/756.48	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-3191187-1304064939/watcher-3191187-1304064939 -o /tmp/evaluation-result-3191187-1304064939/solver-3191187-1304064939 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191187-1304064939.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: 4.93 4.99 5.06 1/171 18041
/proc/meminfo: memFree=18465120/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) R 18039 18041 14760 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0

[startup+0.0301659 s]
/proc/loadavg: 4.93 4.99 5.06 1/171 18041
/proc/meminfo: memFree=18465120/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) R 18039 18041 14760 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101149 s]
/proc/loadavg: 4.93 4.99 5.06 1/171 18041
/proc/meminfo: memFree=18465120/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) R 18039 18041 14760 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301112 s]
/proc/loadavg: 4.93 4.99 5.06 1/171 18041
/proc/meminfo: memFree=18465120/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) R 18039 18041 14760 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701048 s]
/proc/loadavg: 4.93 4.99 5.06 1/171 18041
/proc/meminfo: memFree=18465120/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) R 18039 18041 14760 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50089 s]
/proc/loadavg: 5.01 5.00 5.06 7/177 18047
/proc/meminfo: memFree=18453904/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 4190854956577718271 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
[pid=18042] ppid=18041 vsize=3740372 CPUtime=1.49 cores=0
/proc/18042/stat : 18042 (cryptominisat) R 18041 18041 14760 0 -1 4202496 3820 0 0 0 149 0 0 0 20 0 1 0 596724594 3830140928 2369 33554432000 4194304 4587354 140733918288864 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18042/statm: 935093 2369 336 96 0 931655 0
[pid=18043] ppid=18041 vsize=14480 CPUtime=1.49 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 1057 0 0 0 149 0 0 0 20 0 1 0 596724594 14827520 948 33554432000 4194304 4785740 140733814204336 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 3620 948 340 145 0 665 0
[pid=18044] ppid=18041 vsize=452524 CPUtime=0.74 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 418 0 0 0 74 0 0 0 25 0 1 0 596724594 463384576 314 33554432000 134512640 134534564 4294061072 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 113131 314 91 6 0 111797 0
[pid=18045] ppid=18041 vsize=7340 CPUtime=1.49 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 1568 0 0 0 149 0 0 0 25 0 1 0 596724594 7516160 1029 33554432000 4194304 4352236 140735131943344 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 1835 1029 127 39 0 915 0
[pid=18046] ppid=18041 vsize=7856 CPUtime=0.73 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1189 0 0 0 73 0 0 0 25 0 1 0 596724594 8044544 480 33554432000 4194304 4331988 140737408518784 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 4240896

[startup+3.10062 s]
/proc/loadavg: 5.01 5.00 5.06 6/177 18047
/proc/meminfo: memFree=18445844/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 4190854956577718271 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
[pid=18042] ppid=18041 vsize=3741824 CPUtime=3.08 cores=0
/proc/18042/stat : 18042 (cryptominisat) R 18041 18041 14760 0 -1 4202496 4922 0 0 0 308 0 0 0 25 0 1 0 596724594 3831627776 2656 33554432000 4194304 4587354 140733918288864 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18042/statm: 935456 2656 336 96 0 932018 0
[pid=18043] ppid=18041 vsize=15192 CPUtime=3.09 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 1242 0 0 0 309 0 0 0 25 0 1 0 596724594 15556608 1133 33554432000 4194304 4785740 140733814204336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 3798 1133 340 145 0 843 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=1.54 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 154 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134528304 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=7596 CPUtime=3.09 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 1920 0 0 0 309 0 0 0 25 0 1 0 596724594 7778304 1093 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 1899 1093 127 39 0 979 0
[pid=18046] ppid=18041 vsize=7856 CPUtime=1.53 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1189 0 0 0 153 0 0 0 25 0 1 0 596724594 8044544 480 33554432000 4194304 4331988 140737408518784 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 4247148

[startup+6.30109 s]
/proc/loadavg: 5.01 5.00 5.06 6/177 18047
/proc/meminfo: memFree=18443240/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 4190854956577718271 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
[pid=18042] ppid=18041 vsize=34284 CPUtime=6.29 cores=0
/proc/18042/stat : 18042 (cryptominisat) R 18041 18041 14760 0 -1 4202496 6680 0 0 0 628 1 0 0 25 0 1 0 596724594 35106816 2905 33554432000 4194304 4587354 140733918288864 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18042/statm: 8571 2905 336 96 0 5133 0
[pid=18043] ppid=18041 vsize=15836 CPUtime=6.29 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 1402 0 0 0 629 0 0 0 25 0 1 0 596724594 16216064 1293 33554432000 4194304 4785740 140733814204336 18446744073709551615 4550458 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 3959 1293 340 145 0 1004 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=3.14 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 314 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=8308 CPUtime=6.29 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 2674 0 0 0 629 0 0 0 25 0 1 0 596724594 8507392 1271 33554432000 4194304 4352236 140735131943344 18446744073709551615 4329312 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 2077 1271 127 39 0 1157 0
[pid=18046] ppid=18041 vsize=7856 CPUtime=3.12 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1189 0 0 0 312 0 0 0 25 0 1 0 596724594 8044544 480 33554432000 4194304 4331988 140737408518784 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 540964

[startup+12.701 s]
/proc/loadavg: 5.01 5.00 5.06 6/177 18047
/proc/meminfo: memFree=18432472/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 4190854956577718271 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
[pid=18042] ppid=18041 vsize=41148 CPUtime=12.68 cores=0
/proc/18042/stat : 18042 (cryptominisat) R 18041 18041 14760 0 -1 4202496 10744 0 0 0 1267 1 0 0 25 0 1 0 596724594 42135552 4436 33554432000 4194304 4587354 140733918288864 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18042/statm: 10287 4436 336 96 0 6849 0
[pid=18043] ppid=18041 vsize=17184 CPUtime=12.69 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 1689 0 0 0 1269 0 0 0 25 0 1 0 596724594 17596416 1580 33554432000 4194304 4785740 140733814204336 18446744073709551615 4287190 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 4296 1580 340 145 0 1341 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=6.32 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 632 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=10612 CPUtime=12.69 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 4562 0 0 0 1269 0 0 0 25 0 1 0 596724594 10866688 1847 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 2653 1847 127 39 0 1733 0
[pid=18046] ppid=18041 vsize=7856 CPUtime=6.31 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1189 0 0 0 631 0 0 0 25 0 1 0 596724594 8044544 480 33554432000 4194304 4331988 140737408518784 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 551480

[startup+25.5009 s]
/proc/loadavg: 5.09 5.02 5.06 6/177 18047
/proc/meminfo: memFree=18429988/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 4190854956577718271 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
[pid=18042] ppid=18041 vsize=41452 CPUtime=25.48 cores=0
/proc/18042/stat : 18042 (cryptominisat) R 18041 18041 14760 0 -1 4202496 15094 0 0 0 2546 2 0 0 25 0 1 0 596724594 42446848 4925 33554432000 4194304 4587354 140733918288864 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18042/statm: 10363 4925 336 96 0 6925 0
[pid=18043] ppid=18041 vsize=18740 CPUtime=25.49 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 2048 0 0 0 2549 0 0 0 25 0 1 0 596724594 19189760 1939 33554432000 4194304 4785740 140733814204336 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 4685 1939 341 145 0 1730 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=12.66 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 1266 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=11128 CPUtime=25.48 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 6899 0 0 0 2548 0 0 0 25 0 1 0 596724594 11395072 1976 33554432000 4194304 4352236 140735131943344 18446744073709551615 4329081 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 2782 1976 127 39 0 1862 0
[pid=18046] ppid=18041 vsize=7856 CPUtime=12.7 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1189 0 0 0 1270 0 0 0 25 0 1 0 596724594 8044544 480 33554432000 4194304 4331988 140737408518784 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 553856

[startup+51.1006 s]
/proc/loadavg: 5.06 5.02 5.06 6/177 18047
/proc/meminfo: memFree=18421704/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 596724594 18763776 390 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 4190854956577718271 0 0 17 4 0 0 0
/proc/18041/statm: 4581 390 341 23 0 91 0
[pid=18042] ppid=18041 vsize=551056 CPUtime=51.08 cores=0
/proc/18042/stat : 18042 (cryptominisat) R 18041 18041 14760 0 -1 4202496 23393 0 0 0 5104 4 0 0 25 0 1 0 596724594 564281344 5212 33554432000 4194304 4587354 140733918288864 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18042/statm: 137764 5212 336 96 0 134326 0
[pid=18043] ppid=18041 vsize=20452 CPUtime=51.08 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 2450 0 0 0 5108 0 0 0 25 0 1 0 596724594 20942848 2341 33554432000 4194304 4785740 140733814204336 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 5113 2341 341 145 0 2158 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=25.44 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 2544 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=16120 CPUtime=51.08 cores=2

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

Current children cumulated CPU time (s) 2325.37
Current children cumulated vsize (KiB) 548440

[startup+742.3 s]
/proc/loadavg: 4.12 4.23 4.60 5/176 18065
/proc/meminfo: memFree=18411888/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=742.3 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5308 0 0 0 74228 2 0 0 25 0 1 0 596724594 33828864 5199 33554432000 4194304 4785740 140733814204336 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5199 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=369.4 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 36940 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=34304 CPUtime=742.3 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 74325 0 0 0 74220 10 0 0 25 0 1 0 596724594 35127296 7770 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328016 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8576 7770 127 39 0 7656 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=369.44 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1430 0 0 0 36944 0 0 0 25 0 1 0 596724594 9129984 677 33554432000 4194304 4331988 140737408518784 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 677 175 34 0 671 0
Current children cumulated CPU time (s) 2402.06
Current children cumulated vsize (KiB) 550936

[startup+748.701 s]
/proc/loadavg: 4.11 4.22 4.60 5/176 18067
/proc/meminfo: memFree=18407424/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=748.7 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 74868 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=372.59 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37259 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=37376 CPUtime=748.7 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 74860 10 0 0 25 0 1 0 596724594 38273024 8538 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 9344 8538 127 39 0 8424 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=372.63 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1433 0 0 0 37263 0 0 0 25 0 1 0 596724594 9129984 680 33554432000 4194304 4331988 140737408518784 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 680 175 34 0 671 0
Current children cumulated CPU time (s) 2421.24
Current children cumulated vsize (KiB) 554008

[startup+751.901 s]
/proc/loadavg: 4.10 4.22 4.59 5/176 18067
/proc/meminfo: memFree=18411144/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=751.9 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 75188 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=374.19 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37419 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=32768 CPUtime=751.9 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 75180 10 0 0 25 0 1 0 596724594 33554432 7386 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8192 7386 127 39 0 7272 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=374.21 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1434 0 0 0 37421 0 0 0 25 0 1 0 596724594 9129984 681 33554432000 4194304 4331988 140737408518784 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 681 175 34 0 671 0
Current children cumulated CPU time (s) 2430.82
Current children cumulated vsize (KiB) 549400

[startup+753.506 s]
/proc/loadavg: 4.10 4.22 4.59 5/176 18067
/proc/meminfo: memFree=18411144/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=753.5 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 75348 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=374.99 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37499 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=32768 CPUtime=753.5 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 75340 10 0 0 25 0 1 0 596724594 33554432 7386 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328385 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8192 7386 127 39 0 7272 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=375 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1435 0 0 0 37500 0 0 0 25 0 1 0 596724594 9129984 682 33554432000 4194304 4331988 140737408518784 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 682 175 34 0 671 0
Current children cumulated CPU time (s) 2435.61
Current children cumulated vsize (KiB) 549400

[startup+755.101 s]
/proc/loadavg: 4.10 4.22 4.59 5/176 18067
/proc/meminfo: memFree=18411144/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=755.1 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 75508 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=375.79 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37579 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=32768 CPUtime=755.1 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 75500 10 0 0 25 0 1 0 596724594 33554432 7386 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8192 7386 127 39 0 7272 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=375.79 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1436 0 0 0 37579 0 0 0 25 0 1 0 596724594 9129984 683 33554432000 4194304 4331988 140737408518784 18446744073709551615 4298580 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 683 175 34 0 671 0
Current children cumulated CPU time (s) 2440.4
Current children cumulated vsize (KiB) 549400

[startup+755.901 s]
/proc/loadavg: 4.10 4.22 4.59 5/176 18067
/proc/meminfo: memFree=18411144/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=755.9 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 75588 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=376.19 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37619 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=32768 CPUtime=755.9 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 75580 10 0 0 25 0 1 0 596724594 33554432 7386 33554432000 4194304 4352236 140735131943344 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8192 7386 127 39 0 7272 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=376.19 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1436 0 0 0 37619 0 0 0 25 0 1 0 596724594 9129984 683 33554432000 4194304 4331988 140737408518784 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 683 175 34 0 671 0
Current children cumulated CPU time (s) 2442.8
Current children cumulated vsize (KiB) 549400

[startup+756.301 s]
/proc/loadavg: 4.10 4.22 4.59 5/176 18067
/proc/meminfo: memFree=18411144/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=756.3 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 75628 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=376.39 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37639 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=32768 CPUtime=756.3 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 75620 10 0 0 25 0 1 0 596724594 33554432 7386 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8192 7386 127 39 0 7272 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=376.39 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1436 0 0 0 37639 0 0 0 25 0 1 0 596724594 9129984 683 33554432000 4194304 4331988 140737408518784 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 683 175 34 0 671 0
Current children cumulated CPU time (s) 2444
Current children cumulated vsize (KiB) 549400

[startup+756.401 s]
/proc/loadavg: 4.10 4.22 4.59 5/176 18067
/proc/meminfo: memFree=18411144/32951124 swapFree=67110396/67111528
[pid=18041] ppid=18039 vsize=18324 CPUtime=178.62 cores=0,2,4,6
/proc/18041/stat : 18041 (ppfolio) S 18039 18041 14760 0 -1 4202496 525 52436 0 0 0 0 17851 11 15 0 1 0 596724594 18763776 391 33554432000 4194304 4287625 140736159585728 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/18041/statm: 4581 391 342 23 0 91 0
[pid=18043] ppid=18041 vsize=33036 CPUtime=756.4 cores=4
/proc/18043/stat : 18043 (clasp) R 18041 18041 14760 0 -1 4202496 5314 0 0 0 75638 2 0 0 25 0 1 0 596724594 33828864 5205 33554432000 4194304 4785740 140733814204336 18446744073709551615 4277433 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18043/statm: 8259 5205 341 145 0 5304 0
[pid=18044] ppid=18041 vsize=456356 CPUtime=376.43 cores=6
/proc/18044/stat : 18044 (TNM) R 18041 18041 14760 0 -1 4202496 479 0 0 0 37643 0 0 0 25 0 1 0 596724594 467308544 375 33554432000 134512640 134534564 4294061072 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18044/statm: 114089 375 95 6 0 112755 0
[pid=18045] ppid=18041 vsize=32768 CPUtime=756.4 cores=2
/proc/18045/stat : 18045 (lingeling) R 18041 18041 14760 0 -1 4202496 75093 0 0 0 75630 10 0 0 25 0 1 0 596724594 33554432 7386 33554432000 4194304 4352236 140735131943344 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/18045/statm: 8192 7386 127 39 0 7272 0
[pid=18046] ppid=18041 vsize=8916 CPUtime=376.44 cores=6
/proc/18046/stat : 18046 (march_hi) R 18041 18041 14760 0 -1 4202496 1437 0 0 0 37644 0 0 0 25 0 1 0 596724594 9129984 684 33554432000 4194304 4331988 140737408518784 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18046/statm: 2229 684 175 34 0 671 0
Current children cumulated CPU time (s) 2444.29
Current children cumulated vsize (KiB) 549400

Child status: 0
Real time (s): 756.482
CPU time (s): 2444.57
CPU user time (s): 2444.32
CPU system time (s): 0.252961
CPU usage (%): 323.15
Max. virtual memory (cumulated for all children) (KiB): 4301896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2444.32
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135303
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= 840
involuntary context switches= 18671

runsolver used 1.08384 second user time and 2.43463 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 10:15:39
IDJOB=3191187
IDBENCH=82918
IDSOLVER=1612
FILE ID=node118/3191187-1304064939
RUNJOBID= node118-1304059202-17148
PBS_JOBID= 13170373
Free space on /tmp= 71620 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1445862528-059.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191187-1304064939/watcher-3191187-1304064939 -o /tmp/evaluation-result-3191187-1304064939/solver-3191187-1304064939 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191187-1304064939.cnf

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

MD5SUM BENCH= 9e4f1914facdb4a8b3ffdd1de343beff
RANDOM SEED=1992740703

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18465284 kB
Buffers:       1899968 kB
Cached:       11986200 kB
SwapCached:        600 kB
Active:        9415892 kB
Inactive:      4534796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18465284 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           10112 kB
Writeback:           0 kB
AnonPages:       63816 kB
Mapped:          14472 kB
Slab:           472000 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190460 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= 71608 MiB
End job on node118 at 2011-04-29 10:28:16