Trace number 3219892

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 seqSAT 767.355 767.333

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
MD5SUMa959d408d44dc22efc55e46b642f9083
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.54546
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

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 1 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	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
767.29/767.32	s SATISFIABLE
767.29/767.32	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 
767.29/767.32	v 0 
767.29/767.33	solver [3] TNM 2009 answered
767.29/767.33	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-3219892-1303260944/watcher-3219892-1303260944 -o /tmp/evaluation-result-3219892-1303260944/solver-3219892-1303260944 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3219892-1303260944.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 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: 6.00 5.97 5.00 4/180 11063
/proc/meminfo: memFree=15522452/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0

[startup+0.0549989 s]
/proc/loadavg: 6.00 5.97 5.00 4/180 11063
/proc/meminfo: memFree=15522452/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101005 s]
/proc/loadavg: 6.00 5.97 5.00 4/180 11063
/proc/meminfo: memFree=15522452/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300907 s]
/proc/loadavg: 6.00 5.97 5.00 4/180 11063
/proc/meminfo: memFree=15522452/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700868 s]
/proc/loadavg: 6.00 5.97 5.00 4/180 11063
/proc/meminfo: memFree=15522452/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50074 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11067
/proc/meminfo: memFree=15510344/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555357603779837952 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=25980 CPUtime=0.54 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 2471 0 0 0 54 0 0 0 20 0 1 0 437696765 26603520 1120 33554432000 4194304 4587354 140736103968192 18446744073709551615 4245376 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 6495 1120 326 96 0 3057 0
[pid=11065] ppid=11063 vsize=15964 CPUtime=0.52 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 1451 0 0 0 52 0 0 0 21 0 1 0 437696765 16347136 1318 33554432000 4194304 4785740 140735235263872 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 3991 1318 340 145 0 1036 0
[pid=11066] ppid=11063 vsize=453448 CPUtime=0.42 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 686 0 0 0 42 0 0 0 23 0 1 0 437696765 464330752 583 33554432000 134512640 134534564 4294243552 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 513716

[startup+3.10043 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11067
/proc/meminfo: memFree=15510964/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555357878657744896 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=1644536 CPUtime=1.05 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 3536 0 0 0 105 0 0 0 22 0 1 0 437696765 1684004864 1311 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 411134 1311 327 96 0 407696 0
[pid=11065] ppid=11063 vsize=16524 CPUtime=1.02 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 1579 0 0 0 102 0 0 0 22 0 1 0 437696765 16920576 1446 33554432000 4194304 4785740 140735235263872 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 4131 1446 340 145 0 1176 0
[pid=11066] ppid=11063 vsize=453448 CPUtime=1.01 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 686 0 0 0 101 0 0 0 25 0 1 0 437696765 464330752 583 33554432000 134512640 134534564 4294243552 18446744073709551615 134524561 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2132832

[startup+6.30082 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11067
/proc/meminfo: memFree=15507244/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=1647492 CPUtime=2.14 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 5778 0 0 0 214 0 0 0 25 0 1 0 437696765 1687031808 2290 33554432000 4194304 4587354 140736103968192 18446744073709551615 4430973 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 411873 2290 337 96 0 408435 0
[pid=11065] ppid=11063 vsize=17496 CPUtime=2.12 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 1823 0 0 0 212 0 0 0 25 0 1 0 437696765 17915904 1690 33554432000 4194304 4785740 140735235263872 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 4374 1690 340 145 0 1419 0
[pid=11066] ppid=11063 vsize=453448 CPUtime=2.02 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 686 0 0 0 202 0 0 0 25 0 1 0 437696765 464330752 583 33554432000 134512640 134534564 4294243552 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 2136760

[startup+12.7006 s]
/proc/loadavg: 6.00 5.97 5.01 7/184 11067
/proc/meminfo: memFree=15491116/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356504268210176 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=40196 CPUtime=4.25 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 8787 0 0 0 424 1 0 0 25 0 1 0 437696765 41160704 4533 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 10049 4533 337 96 0 6611 0
[pid=11065] ppid=11063 vsize=18496 CPUtime=4.22 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 2059 0 0 0 422 0 0 0 25 0 1 0 437696765 18939904 1926 33554432000 4194304 4785740 140735235263872 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 4624 1926 340 145 0 1669 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=4.21 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 421 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 534424

[startup+25.5012 s]
/proc/loadavg: 6.00 5.97 5.02 7/184 11068
/proc/meminfo: memFree=15480948/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356091951349760 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=43096 CPUtime=8.54 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 11241 0 0 0 853 1 0 0 25 0 1 0 437696765 44130304 5306 33554432000 4194304 4587354 140736103968192 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 10774 5306 337 96 0 7336 0
[pid=11065] ppid=11063 vsize=20448 CPUtime=8.52 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 2514 0 0 0 852 0 0 0 25 0 1 0 437696765 20938752 2381 33554432000 4194304 4785740 140735235263872 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 5112 2381 340 145 0 2157 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=8.42 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 842 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 539276

[startup+51.1004 s]
/proc/loadavg: 6.00 5.97 5.04 7/184 11068
/proc/meminfo: memFree=15480268/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555357741218791424 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=1666956 CPUtime=17.06 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 15268 0 0 0 1704 2 0 0 25 0 1 0 437696765 1706962944 7213 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 416739 7213 337 96 0 413301 0
[pid=11065] ppid=11063 vsize=22560 CPUtime=17.01 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 3034 0 0 0 1701 0 0 0 25 0 1 0 437696765 23101440 2901 33554432000 4194304 4785740 140735235263872 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 5640 2901 340 145 0 2685 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=17 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 1700 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2165248

[startup+102.307 s]
/proc/loadavg: 6.00 5.97 5.10 7/184 11070
/proc/meminfo: memFree=15469596/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555357741218791424 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=1681280 CPUtime=34.13 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 26638 0 0 0 3410 3 0 0 25 0 1 0 437696765 1721630720 8989 33554432000 4194304 4587354 140736103968192 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 420320 8989 337 96 0 416882 0
[pid=11065] ppid=11063 vsize=26440 CPUtime=34.11 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 3898 0 0 0 3411 0 0 0 25 0 1 0 437696765 27074560 3765 33554432000 4194304 4785740 140735235263872 18446744073709551615 4278428 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 6610 3765 340 145 0 3655 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=34.03 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 3403 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2183452

[startup+162.3 s]
/proc/loadavg: 6.00 5.97 5.15 7/184 11071
/proc/meminfo: memFree=15459776/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356916585070592 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=61180 CPUtime=54.13 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 31263 0 0 0 5409 4 0 0 25 0 1 0 437696765 62648320 10218 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 15295 10218 337 96 0 11857 0
[pid=11065] ppid=11063 vsize=29232 CPUtime=54.11 cores=0

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

/proc/11065/statm: 9238 6179 340 145 0 6283 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=154.07 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 15407 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 564980

[startup+522.3 s]
/proc/loadavg: 6.00 5.99 5.41 7/184 11093
/proc/meminfo: memFree=15288836/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555357191462977536 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=81940 CPUtime=174.12 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 66758 0 0 0 17402 10 0 0 25 0 1 0 437696765 83906560 16489 33554432000 4194304 4587354 140736103968192 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 20485 16489 337 96 0 17047 0
[pid=11065] ppid=11063 vsize=38520 CPUtime=174.09 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 6616 0 0 0 17408 1 0 0 25 0 1 0 437696765 39444480 6483 33554432000 4194304 4785740 140735235263872 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 9630 6483 340 145 0 6675 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=174.07 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 17407 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 596192

[startup+582.301 s]
/proc/loadavg: 6.00 5.99 5.45 7/184 11094
/proc/meminfo: memFree=15313252/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555357878657744896 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=52796 CPUtime=194.12 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 69549 0 0 0 19402 10 0 0 25 0 1 0 437696765 54063104 9803 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 13199 9803 337 96 0 9761 0
[pid=11065] ppid=11063 vsize=39988 CPUtime=194.09 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 6963 0 0 0 19408 1 0 0 25 0 1 0 437696765 40947712 6830 33554432000 4194304 4785740 140735235263872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 9997 6830 340 145 0 7042 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=194.07 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 19407 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 568516

[startup+642.301 s]
/proc/loadavg: 6.00 5.99 5.48 7/184 11096
/proc/meminfo: memFree=15311488/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555358153535651840 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=52796 CPUtime=214.14 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 72448 0 0 0 21403 11 0 0 25 0 1 0 437696765 54063104 9803 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 13199 9803 337 96 0 9761 0
[pid=11065] ppid=11063 vsize=41332 CPUtime=214.08 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7221 0 0 0 21407 1 0 0 25 0 1 0 437696765 42323968 7088 33554432000 4194304 4785740 140735235263872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10333 7088 340 145 0 7378 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=214.07 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 21407 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 569860

[startup+702.301 s]
/proc/loadavg: 6.00 5.99 5.51 7/184 11098
/proc/meminfo: memFree=15309848/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356229390303232 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=52796 CPUtime=234.14 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 75455 0 0 0 23402 12 0 0 25 0 1 0 437696765 54063104 9803 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 13199 9803 337 96 0 9761 0
[pid=11065] ppid=11063 vsize=41908 CPUtime=234.08 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7334 0 0 0 23407 1 0 0 25 0 1 0 437696765 42913792 7201 33554432000 4194304 4785740 140735235263872 18446744073709551615 212435714666 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10477 7201 340 145 0 7522 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=234.06 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 23406 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 570436

[startup+762.307 s]
/proc/loadavg: 6.00 5.99 5.54 7/184 11099
/proc/meminfo: memFree=15427000/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356366829256704 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=52796 CPUtime=254.16 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 78579 0 0 0 25403 13 0 0 25 0 1 0 437696765 54063104 9803 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 13199 9803 337 96 0 9761 0
[pid=11065] ppid=11063 vsize=42292 CPUtime=254.08 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7421 0 0 0 25407 1 0 0 25 0 1 0 437696765 43307008 7288 33554432000 4194304 4785740 140735235263872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10573 7288 340 145 0 7618 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=254.06 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 25406 0 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 570820

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

[startup+764.701 s]
/proc/loadavg: 6.00 5.99 5.54 7/184 11099
/proc/meminfo: memFree=15423900/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356366829256704 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=66408 CPUtime=254.95 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 79520 0 0 0 25482 13 0 0 25 0 1 0 437696765 68001792 10743 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 16602 10743 337 96 0 13164 0
[pid=11065] ppid=11063 vsize=42292 CPUtime=254.88 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7421 0 0 0 25487 1 0 0 25 0 1 0 437696765 43307008 7288 33554432000 4194304 4785740 140735235263872 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10573 7288 340 145 0 7618 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=254.86 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 25485 1 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 764.69
Current children cumulated vsize (KiB) 584432

[startup+766.3 s]
/proc/loadavg: 6.00 5.99 5.54 7/184 11099
/proc/meminfo: memFree=15423524/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356366829256704 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=66408 CPUtime=255.5 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 79690 0 0 0 25537 13 0 0 25 0 1 0 437696765 68001792 10909 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 16602 10909 337 96 0 13164 0
[pid=11065] ppid=11063 vsize=42292 CPUtime=255.43 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7421 0 0 0 25542 1 0 0 25 0 1 0 437696765 43307008 7288 33554432000 4194304 4785740 140735235263872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10573 7288 340 145 0 7618 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=255.36 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 25535 1 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 766.29
Current children cumulated vsize (KiB) 584432

[startup+767.1 s]
/proc/loadavg: 6.00 5.99 5.54 7/184 11099
/proc/meminfo: memFree=15423028/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356366829256704 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=66408 CPUtime=255.75 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 79764 0 0 0 25562 13 0 0 25 0 1 0 437696765 68001792 10981 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 16602 10981 337 96 0 13164 0
[pid=11065] ppid=11063 vsize=42292 CPUtime=255.68 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7424 0 0 0 25567 1 0 0 25 0 1 0 437696765 43307008 7291 33554432000 4194304 4785740 140735235263872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10573 7291 340 145 0 7618 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=255.66 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 25565 1 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 767.09
Current children cumulated vsize (KiB) 584432

[startup+767.301 s]
/proc/loadavg: 6.00 5.99 5.54 7/184 11099
/proc/meminfo: memFree=15423028/32951124 swapFree=67111528/67111528
[pid=11063] ppid=11061 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (ppfolio) S 11061 11063 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437696765 18763776 394 33554432000 4194304 4287625 140736256427888 18446744073709551615 212436037135 0 0 4096 65536 1555356366829256704 0 0 17 4 0 0 0
/proc/11063/statm: 4581 394 345 23 0 91 0
[pid=11064] ppid=11063 vsize=66408 CPUtime=255.8 cores=0
/proc/11064/stat : 11064 (cryptominisat) R 11063 11063 10947 0 -1 4202496 79777 0 0 0 25567 13 0 0 25 0 1 0 437696765 68001792 10994 33554432000 4194304 4587354 140736103968192 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11064/statm: 16602 10994 337 96 0 13164 0
[pid=11065] ppid=11063 vsize=42292 CPUtime=255.78 cores=0
/proc/11065/stat : 11065 (clasp) R 11063 11063 10947 0 -1 4202496 7425 0 0 0 25577 1 0 0 25 0 1 0 437696765 43307008 7292 33554432000 4194304 4785740 140735235263872 18446744073709551615 4538906 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11065/statm: 10573 7292 340 145 0 7618 0
[pid=11066] ppid=11063 vsize=457408 CPUtime=255.71 cores=0
/proc/11066/stat : 11066 (TNM) R 11063 11063 10947 0 -1 4202496 805 0 0 0 25570 1 0 0 25 0 1 0 437696765 468385792 702 33554432000 134512640 134534564 4294243552 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 767.29
Current children cumulated vsize (KiB) 584432

Child status: 0
Real time (s): 767.333
CPU time (s): 767.355
CPU user time (s): 767.187
CPU system time (s): 0.167974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 9934172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.187
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88546
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= 221
involuntary context switches= 9051

runsolver used 1.36879 second user time and 2.81957 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-20 02:55:44
IDJOB=3219892
IDBENCH=82665
IDSOLVER=1639
FILE ID=node102/3219892-1303260944
RUNJOBID= node102-1303259275-10965
PBS_JOBID= 13049519
Free space on /tmp= 71864 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219892-1303260944/watcher-3219892-1303260944 -o /tmp/evaluation-result-3219892-1303260944/solver-3219892-1303260944 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3219892-1303260944.cnf

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

MD5SUM BENCH= a959d408d44dc22efc55e46b642f9083
RANDOM SEED=1473025844

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15522492 kB
Buffers:        738176 kB
Cached:       16171628 kB
SwapCached:          0 kB
Active:        8183444 kB
Inactive:      8898340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15522492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10500 kB
Writeback:           0 kB
AnonPages:      171284 kB
Mapped:          16380 kB
Slab:           283972 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1909084 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= 71852 MiB
End job on node102 at 2011-04-20 03:08:32