Trace number 3275262

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 569.724 569.729

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n220-s24359701-sat.cnf
MD5SUMceff918324677440f95867755c4e7133
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.70998
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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
569.66/569.72	s SATISFIABLE
569.66/569.72	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 -151 -152 153 154 -155 -156 -157 -158 -159 160 161 -162 163 164 -165 166 -167 -168 169 -170 171 -172 173 174 175 176 177 -178 179 180 -181 -182 -183 184 185 186 187 188 189 190 191 192 -193 -194 195 196 -197 -198 199 200 201 -202 -203 -204 -205 206 -207 -208 209 -210 211 -212 213 -214 -215 -216 217 -218 -219 220 
569.66/569.72	v 0 
569.66/569.72	solver [3] TNM 2009 answered
569.66/569.72	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-3275262-1303640278/watcher-3275262-1303640278 -o /tmp/evaluation-result-3275262-1303640278/solver-3275262-1303640278 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3275262-1303640278.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: 5.82 5.99 5.95 5/184 32622
/proc/meminfo: memFree=14047448/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078081892912463872 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0

[startup+0.892873 s]
/proc/loadavg: 5.82 5.99 5.95 5/184 32622
/proc/meminfo: memFree=14047448/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078082030351417344 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900859 s]
/proc/loadavg: 5.82 5.99 5.95 5/184 32622
/proc/meminfo: memFree=14047448/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078082030351417344 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00087 s]
/proc/loadavg: 5.82 5.99 5.95 5/184 32622
/proc/meminfo: memFree=14047448/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078082030351417344 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10086 s]
/proc/loadavg: 5.82 5.99 5.95 5/184 32622
/proc/meminfo: memFree=14047448/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078082030351417344 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 5.82 5.99 5.95 5/184 32622
/proc/meminfo: memFree=14047448/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078082030351417344 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10048 s]
/proc/loadavg: 5.82 5.99 5.95 7/188 32626
/proc/meminfo: memFree=14039728/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=419020 CPUtime=1.59 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 2459 0 0 0 159 0 0 0 20 0 1 0 475625633 429076480 934 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 104755 934 331 96 0 101317 0
[pid=32624] ppid=32622 vsize=12824 CPUtime=0.74 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 683 0 0 0 74 0 0 0 25 0 1 0 475625633 13131776 573 33554432000 4194304 4785740 140734807167200 18446744073709551615 4552872 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 3206 573 340 145 0 251 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=0.74 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 74 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 905864

[startup+6.30686 s]
/proc/loadavg: 5.83 5.99 5.95 7/188 32626
/proc/meminfo: memFree=14029824/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=426452 CPUtime=2.69 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 4891 0 0 0 269 0 0 0 23 0 1 0 475625633 436686848 2828 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 106613 2828 337 96 0 103175 0
[pid=32624] ppid=32622 vsize=13220 CPUtime=1.77 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 772 0 0 0 177 0 0 0 25 0 1 0 475625633 13537280 662 33554432000 4194304 4785740 140734807167200 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 3305 662 340 145 0 350 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=1.82 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 182 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530811 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 913692

[startup+12.7007 s]
/proc/loadavg: 5.85 5.99 5.95 7/188 32627
/proc/meminfo: memFree=14026124/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078081343156649984 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=432516 CPUtime=4.79 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 7247 0 0 0 478 1 0 0 25 0 1 0 475625633 442896384 4568 33554432000 4194304 4587354 140733339489792 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 108129 4568 337 96 0 104691 0
[pid=32624] ppid=32622 vsize=13616 CPUtime=3.94 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 864 0 0 0 394 0 0 0 25 0 1 0 475625633 13942784 754 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 3404 754 340 145 0 449 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=3.94 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 394 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530862 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 920152

[startup+25.5013 s]
/proc/loadavg: 5.88 5.99 5.95 7/188 32627
/proc/meminfo: memFree=14037768/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078081343156649984 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=432820 CPUtime=9.08 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 9499 0 0 0 907 1 0 0 25 0 1 0 475625633 443207680 4581 33554432000 4194304 4587354 140733339489792 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 108205 4581 337 96 0 104767 0
[pid=32624] ppid=32622 vsize=14020 CPUtime=8.17 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 982 0 0 0 817 0 0 0 25 0 1 0 475625633 14356480 872 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 3505 872 340 145 0 550 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=8.22 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 822 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 920860

[startup+51.1006 s]
/proc/loadavg: 6.00 6.01 5.95 7/188 32628
/proc/meminfo: memFree=14032440/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=433152 CPUtime=17.59 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 13307 0 0 0 1757 2 0 0 25 0 1 0 475625633 443547648 4563 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 108288 4563 337 96 0 104850 0
[pid=32624] ppid=32622 vsize=14832 CPUtime=16.74 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1153 0 0 0 1674 0 0 0 25 0 1 0 475625633 15187968 1043 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 3708 1043 340 145 0 753 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=16.74 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 1674 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 922004

[startup+102.301 s]
/proc/loadavg: 6.00 6.01 5.95 7/188 32629
/proc/meminfo: memFree=14020784/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=445168 CPUtime=34.68 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 21737 0 0 0 3465 3 0 0 25 0 1 0 475625633 455852032 8149 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 111292 8149 337 96 0 107854 0
[pid=32624] ppid=32622 vsize=15524 CPUtime=33.77 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1338 0 0 0 3377 0 0 0 25 0 1 0 475625633 15896576 1228 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 3881 1228 340 145 0 926 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=33.81 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 3381 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 9932000 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 934712

[startup+162.301 s]
/proc/loadavg: 6.00 6.00 5.95 7/188 32631
/proc/meminfo: memFree=14018036/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=433700 CPUtime=54.68 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 24867 0 0 0 5464 4 0 0 25 0 1 0 475625633 444108800 6762 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 108425 6762 337 96 0 104987 0
[pid=32624] ppid=32622 vsize=16192 CPUtime=53.78 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1489 0 0 0 5378 0 0 0 25 0 1 0 475625633 16580608 1379 33554432000 4194304 4785740 140734807167200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4048 1379 340 145 0 1093 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=53.81 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 5381 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 923912

[startup+222.301 s]

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

/proc/32624/statm: 4354 1713 340 145 0 1399 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=153.79 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 15379 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530252 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 950684

[startup+522.301 s]
/proc/loadavg: 5.81 5.95 5.94 7/188 32761
/proc/meminfo: memFree=14350820/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459492 CPUtime=174.66 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 53168 0 0 0 17457 9 0 0 25 0 1 0 475625633 470519808 12084 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114873 12084 337 96 0 111435 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=173.81 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1833 0 0 0 17381 0 0 0 25 0 1 0 475625633 17973248 1723 33554432000 4194304 4785740 140734807167200 18446744073709551615 4552863 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1723 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=173.79 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 17379 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134528396 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 951064

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

[startup+538.3 s]
/proc/loadavg: 5.85 5.95 5.94 7/188 32762
/proc/meminfo: memFree=14340940/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459484 CPUtime=179.97 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 54772 0 0 0 17987 10 0 0 25 0 1 0 475625633 470511616 11285 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114871 11285 337 96 0 111433 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=179.11 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1833 0 0 0 17911 0 0 0 25 0 1 0 475625633 17973248 1723 33554432000 4194304 4785740 140734807167200 18446744073709551615 4278142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1723 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=179.19 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 17919 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 538.27
Current children cumulated vsize (KiB) 951056

[startup+551.101 s]
/proc/loadavg: 5.89 5.95 5.94 7/188 32762
/proc/meminfo: memFree=14330788/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459484 CPUtime=184.27 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 55378 0 0 0 18417 10 0 0 25 0 1 0 475625633 470511616 11873 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114871 11873 337 96 0 111433 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=183.41 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1834 0 0 0 18341 0 0 0 25 0 1 0 475625633 17973248 1724 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1724 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=183.39 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18339 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 551.07
Current children cumulated vsize (KiB) 951056

[startup+557.501 s]
/proc/loadavg: 5.89 5.95 5.94 7/188 32762
/proc/meminfo: memFree=14330540/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459484 CPUtime=186.37 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 55631 0 0 0 18627 10 0 0 25 0 1 0 475625633 470511616 12118 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114871 12118 337 96 0 111433 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=185.51 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1838 0 0 0 18551 0 0 0 25 0 1 0 475625633 17973248 1728 33554432000 4194304 4785740 140734807167200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1728 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=185.58 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18558 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 557.46
Current children cumulated vsize (KiB) 951056

[startup+563.901 s]
/proc/loadavg: 5.91 5.96 5.94 7/188 32762
/proc/meminfo: memFree=14363520/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459692 CPUtime=188.56 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 56730 0 0 0 18846 10 0 0 25 0 1 0 475625633 470724608 10754 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114923 10754 337 96 0 111485 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=187.62 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1842 0 0 0 18762 0 0 0 25 0 1 0 475625633 17973248 1732 33554432000 4194304 4785740 140734807167200 18446744073709551615 4560479 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1732 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=187.68 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18768 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 563.86
Current children cumulated vsize (KiB) 951264

[startup+567.101 s]
/proc/loadavg: 5.91 5.96 5.94 7/188 32762
/proc/meminfo: memFree=14357568/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459692 CPUtime=189.57 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 56914 0 0 0 18947 10 0 0 25 0 1 0 475625633 470724608 10936 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114923 10936 337 96 0 111485 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=188.71 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1842 0 0 0 18871 0 0 0 25 0 1 0 475625633 17973248 1732 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1732 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=188.78 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18878 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 567.06
Current children cumulated vsize (KiB) 951264

[startup+568.701 s]
/proc/loadavg: 5.91 5.96 5.94 7/188 32762
/proc/meminfo: memFree=14356824/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459692 CPUtime=190.16 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 57041 0 0 0 19006 10 0 0 25 0 1 0 475625633 470724608 11058 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114923 11058 337 96 0 111485 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=189.22 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1842 0 0 0 18922 0 0 0 25 0 1 0 475625633 17973248 1732 33554432000 4194304 4785740 140734807167200 18446744073709551615 4552608 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1732 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=189.28 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18928 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 568.66
Current children cumulated vsize (KiB) 951264

[startup+569.507 s]
/proc/loadavg: 5.92 5.96 5.94 7/188 32762
/proc/meminfo: memFree=14360420/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459692 CPUtime=190.37 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 57077 0 0 0 19027 10 0 0 25 0 1 0 475625633 470724608 11093 33554432000 4194304 4587354 140733339489792 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114923 11093 337 96 0 111485 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=189.51 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1842 0 0 0 18951 0 0 0 25 0 1 0 475625633 17973248 1732 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1732 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=189.58 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18958 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134528310 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 569.46
Current children cumulated vsize (KiB) 951264

[startup+569.701 s]
/proc/loadavg: 5.92 5.96 5.94 7/188 32762
/proc/meminfo: memFree=14360420/32951124 swapFree=67111528/67111528
[pid=32622] ppid=32620 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (ppfolio) S 32620 32622 32332 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 475625632 18763776 394 33554432000 4194304 4287625 140734783673536 18446744073709551615 255377321487 0 0 4096 65536 4078080243645022208 0 0 17 2 0 0 0
/proc/32622/statm: 4581 394 345 23 0 91 0
[pid=32623] ppid=32622 vsize=459692 CPUtime=190.46 cores=0
/proc/32623/stat : 32623 (cryptominisat) R 32622 32622 32332 0 -1 4202496 57091 0 0 0 19036 10 0 0 25 0 1 0 475625633 470724608 11107 33554432000 4194304 4587354 140733339489792 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32623/statm: 114923 11107 337 96 0 111485 0
[pid=32624] ppid=32622 vsize=17552 CPUtime=189.61 cores=0
/proc/32624/stat : 32624 (clasp) R 32622 32622 32332 0 -1 4202496 1842 0 0 0 18961 0 0 0 25 0 1 0 475625633 17973248 1732 33554432000 4194304 4785740 140734807167200 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32624/statm: 4388 1732 340 145 0 1433 0
[pid=32625] ppid=32622 vsize=455696 CPUtime=189.59 cores=0
/proc/32625/stat : 32625 (TNM) R 32622 32622 32332 0 -1 4202496 282 0 0 0 18959 0 0 0 25 0 1 0 475625633 466632704 178 33554432000 134512640 134534564 4293624560 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32625/statm: 113924 178 95 6 0 112590 0
Current children cumulated CPU time (s) 569.66
Current children cumulated vsize (KiB) 951264

Child status: 0
Real time (s): 569.729
CPU time (s): 569.724
CPU user time (s): 569.604
CPU system time (s): 0.119981
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 1326944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 569.604
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59754
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= 153
involuntary context switches= 6572

runsolver used 1.00785 second user time and 2.10068 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-24 12:17:58
IDJOB=3275262
IDBENCH=83146
IDSOLVER=1639
FILE ID=node135/3275262-1303640278
RUNJOBID= node135-1303635246-32350
PBS_JOBID= 13150713
Free space on /tmp= 71364 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n220-s24359701-sat.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275262-1303640278/watcher-3275262-1303640278 -o /tmp/evaluation-result-3275262-1303640278/solver-3275262-1303640278 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3275262-1303640278.cnf

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

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=924679884

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14047612 kB
Buffers:       2060528 kB
Cached:       15763912 kB
SwapCached:          0 kB
Active:        7787884 kB
Inactive:     10519592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14047612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10080 kB
Writeback:           0 kB
AnonPages:      482796 kB
Mapped:          16424 kB
Slab:           531588 kB
PageTables:       5768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1865928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71356 MiB
End job on node135 at 2011-04-24 12:27:27