Trace number 3273396

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
rcl 2011-04-01SAT 989.894 989.875

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     384      960 |     115       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 160   #clauses: 384   #literals: 960
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
989.81/989.87	SAT
989.81/989.87	 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 0
989.81/989.87	s SATISFIABLE
989.81/989.87	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 0

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-3273396-1303605432/watcher-3273396-1303605432 -o /tmp/evaluation-result-3273396-1303605432/solver-3273396-1303605432 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3273396-1303605432.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 1.09 2.05 1/174 12673
/proc/meminfo: memFree=23157956/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0

[startup+0.0783111 s]
/proc/loadavg: 0.78 1.09 2.05 1/174 12673
/proc/meminfo: memFree=23157956/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100332 s]
/proc/loadavg: 0.78 1.09 2.05 1/174 12673
/proc/meminfo: memFree=23157956/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300271 s]
/proc/loadavg: 0.78 1.09 2.05 1/174 12673
/proc/meminfo: memFree=23157956/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700209 s]
/proc/loadavg: 0.78 1.09 2.05 1/174 12673
/proc/meminfo: memFree=23157956/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 0.78 1.09 2.05 3/182 12688
/proc/meminfo: memFree=23151356/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=9356 CPUtime=1.49 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 826 0 0 0 149 0 0 0 25 0 1 0 472146008 9580544 737 33554432000 4194304 4218580 140736615913824 18446744073709551615 4209492 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 2339 737 130 6 0 809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18056

[startup+3.1008 s]
/proc/loadavg: 0.78 1.09 2.05 5/194 12712
/proc/meminfo: memFree=23140696/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=10600 CPUtime=3.09 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 1121 0 0 0 309 0 0 0 25 0 1 0 472146008 10854400 1032 33554432000 4194304 4218580 140736615913824 18446744073709551615 4210829 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 2650 1032 131 6 0 1120 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19300

[startup+6.30021 s]
/proc/loadavg: 1.12 1.16 2.06 5/194 12712
/proc/meminfo: memFree=23131032/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=11556 CPUtime=6.29 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 1375 0 0 0 629 0 0 0 25 0 1 0 472146008 11833344 1286 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208489 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 2889 1286 131 6 0 1359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20256

[startup+12.7011 s]
/proc/loadavg: 1.35 1.21 2.07 5/194 12713
/proc/meminfo: memFree=23122128/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=13124 CPUtime=12.69 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 1750 0 0 0 1269 0 0 0 25 0 1 0 472146008 13438976 1661 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 3281 1661 131 6 0 1751 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21824

[startup+25.5008 s]
/proc/loadavg: 1.93 1.34 2.10 5/194 12713
/proc/meminfo: memFree=23113472/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=14440 CPUtime=25.49 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 2092 0 0 0 2549 0 0 0 25 0 1 0 472146008 14786560 2002 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 3610 2002 131 6 0 2080 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23140

[startup+51.1003 s]
/proc/loadavg: 2.66 1.56 2.15 5/194 12751
/proc/meminfo: memFree=23103344/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=18368 CPUtime=51.09 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 3112 0 0 0 5109 0 0 0 25 0 1 0 472146008 18808832 2985 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208579 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 4592 2985 131 6 0 3062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27068

[startup+102.307 s]
/proc/loadavg: 3.42 1.93 2.25 5/194 12752
/proc/meminfo: memFree=23085708/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=20804 CPUtime=102.29 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 3810 0 0 0 10229 0 0 0 25 0 1 0 472146008 21303296 3611 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 5201 3611 131 6 0 3671 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29504

[startup+162.301 s]
/proc/loadavg: 3.78 2.30 2.35 5/194 12754
/proc/meminfo: memFree=23073760/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=22696 CPUtime=162.29 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 4402 0 0 0 16228 1 0 0 25 0 1 0 472146008 23240704 4085 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 5674 4085 131 6 0 4144 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31396

[startup+222.301 s]
/proc/loadavg: 3.92 2.61 2.45 5/194 12755
/proc/meminfo: memFree=23063544/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=24500 CPUtime=222.29 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 4955 0 0 0 22228 1 0 0 25 0 1 0 472146008 25088000 4533 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 6125 4533 131 6 0 4595 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33200

[startup+282.301 s]
/proc/loadavg: 3.97 2.86 2.55 5/194 12757
/proc/meminfo: memFree=23055816/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=25340 CPUtime=282.29 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 5287 0 0 0 28228 1 0 0 25 0 1 0 472146008 25948160 4736 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 6335 4736 131 6 0 4805 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 34040

[startup+342.301 s]
/proc/loadavg: 3.99 3.06 2.64 5/194 12759
/proc/meminfo: memFree=23050440/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=27504 CPUtime=342.29 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 5973 0 0 0 34227 2 0 0 25 0 1 0 472146008 28164096 5263 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 6876 5263 131 6 0 5346 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 36204

[startup+402.301 s]
/proc/loadavg: 3.99 3.23 2.72 5/194 12760
/proc/meminfo: memFree=23044320/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2

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


[startup+702.301 s]
/proc/loadavg: 4.02 3.73 3.07 5/194 12768
/proc/meminfo: memFree=23013600/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=33536 CPUtime=702.3 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 8236 0 0 0 70227 3 0 0 25 0 1 0 472146008 34340864 6795 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8384 6795 131 6 0 6854 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 42236

[startup+762.307 s]
/proc/loadavg: 4.00 3.78 3.12 5/194 12770
/proc/meminfo: memFree=23010068/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=33968 CPUtime=762.32 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 8435 0 0 0 76228 4 0 0 25 0 1 0 472146008 34783232 6873 33554432000 4194304 4218580 140736615913824 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8492 6873 131 6 0 6962 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 42668

[startup+822.3 s]
/proc/loadavg: 4.00 3.81 3.18 5/194 12771
/proc/meminfo: memFree=23007676/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=34308 CPUtime=822.3 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 8665 0 0 0 82226 4 0 0 25 0 1 0 472146008 35131392 6988 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8577 6988 131 6 0 7047 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 43008

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.22 5/194 12773
/proc/meminfo: memFree=23006128/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=34512 CPUtime=882.31 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 8825 0 0 0 88227 4 0 0 25 0 1 0 472146008 35340288 7031 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8628 7031 131 6 0 7098 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 43212

[startup+942.301 s]
/proc/loadavg: 4.00 3.87 3.27 5/194 12775
/proc/meminfo: memFree=23004236/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=34512 CPUtime=942.31 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 8943 0 0 0 94226 5 0 0 25 0 1 0 472146008 35340288 7034 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8628 7034 131 6 0 7098 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 43212

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

[startup+947.107 s]
/proc/loadavg: 4.00 3.87 3.28 5/194 12775
/proc/meminfo: memFree=23004112/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=34416 CPUtime=947.12 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 8951 0 0 0 94707 5 0 0 25 0 1 0 472146008 35241984 7016 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8604 7016 131 6 0 7074 0
Current children cumulated CPU time (s) 947.12
Current children cumulated vsize (KiB) 43116

[startup+972.701 s]
/proc/loadavg: 4.00 3.88 3.29 5/194 12775
/proc/meminfo: memFree=23001732/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=34896 CPUtime=972.71 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9100 0 0 0 97266 5 0 0 25 0 1 0 472146008 35733504 7111 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208538 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8724 7111 131 6 0 7194 0
Current children cumulated CPU time (s) 972.71
Current children cumulated vsize (KiB) 43596

[startup+979.101 s]
/proc/loadavg: 4.00 3.89 3.30 5/194 12775
/proc/meminfo: memFree=23000488/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=34864 CPUtime=979.11 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9123 0 0 0 97906 5 0 0 25 0 1 0 472146008 35700736 7114 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8716 7114 131 6 0 7186 0
Current children cumulated CPU time (s) 979.11
Current children cumulated vsize (KiB) 43564

[startup+985.5 s]
/proc/loadavg: 4.00 3.89 3.30 5/194 12776
/proc/meminfo: memFree=23000336/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=35140 CPUtime=985.51 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9199 0 0 0 98546 5 0 0 25 0 1 0 472146008 35983360 7190 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8785 7190 131 6 0 7255 0
Current children cumulated CPU time (s) 985.51
Current children cumulated vsize (KiB) 43840

[startup+987.101 s]
/proc/loadavg: 4.00 3.89 3.30 5/194 12776
/proc/meminfo: memFree=22999964/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=35172 CPUtime=987.11 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9203 0 0 0 98706 5 0 0 25 0 1 0 472146008 36016128 7194 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8793 7194 131 6 0 7263 0
Current children cumulated CPU time (s) 987.11
Current children cumulated vsize (KiB) 43872

[startup+988.701 s]
/proc/loadavg: 4.00 3.89 3.30 5/194 12776
/proc/meminfo: memFree=22999716/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=35172 CPUtime=988.71 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9208 0 0 0 98866 5 0 0 25 0 1 0 472146008 36016128 7199 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208555 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8793 7199 131 6 0 7263 0
Current children cumulated CPU time (s) 988.71
Current children cumulated vsize (KiB) 43872

[startup+989.501 s]
/proc/loadavg: 4.00 3.89 3.31 5/194 12776
/proc/meminfo: memFree=22999716/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=35172 CPUtime=989.51 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9209 0 0 0 98946 5 0 0 25 0 1 0 472146008 36016128 7200 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8793 7200 131 6 0 7263 0
Current children cumulated CPU time (s) 989.51
Current children cumulated vsize (KiB) 43872

[startup+989.701 s]
/proc/loadavg: 4.00 3.89 3.31 5/194 12776
/proc/meminfo: memFree=22999716/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=35172 CPUtime=989.71 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9209 0 0 0 98966 5 0 0 25 0 1 0 472146008 36016128 7200 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8793 7200 131 6 0 7263 0
Current children cumulated CPU time (s) 989.71
Current children cumulated vsize (KiB) 43872

[startup+989.801 s]
/proc/loadavg: 4.00 3.89 3.31 5/194 12776
/proc/meminfo: memFree=22999716/32951124 swapFree=67051468/67111528
[pid=12673] ppid=12671 vsize=8700 CPUtime=0 cores=0,2
/proc/12673/stat : 12673 (esg_static.sh) S 12671 12673 12025 0 -1 4202496 354 151 0 0 0 0 0 0 20 0 1 0 472146008 8908800 253 33554432000 4194304 4922060 140734304224784 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12673/statm: 2175 253 209 178 0 68 0
[pid=12675] ppid=12673 vsize=35172 CPUtime=989.81 cores=0,2
/proc/12675/stat : 12675 (cdcl) R 12673 12673 12025 0 -1 4202496 9209 0 0 0 98976 5 0 0 25 0 1 0 472146008 36016128 7200 33554432000 4194304 4218580 140736615913824 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/12675/statm: 8793 7200 131 6 0 7263 0
Current children cumulated CPU time (s) 989.81
Current children cumulated vsize (KiB) 43872

Child status: 10
Real time (s): 989.875
CPU time (s): 989.894
CPU user time (s): 989.828
CPU system time (s): 0.065989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 43872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 989.829
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11490
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= 130
involuntary context switches= 1354

runsolver used 1.77273 second user time and 3.63145 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-24 02:37:12
IDJOB=3273396
IDBENCH=83138
IDSOLVER=1609
FILE ID=node101/3273396-1303605432
RUNJOBID= node101-1303605432-12661
PBS_JOBID= 13150593
Free space on /tmp= 71616 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s40283905-sat.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273396-1303605432/watcher-3273396-1303605432 -o /tmp/evaluation-result-3273396-1303605432/solver-3273396-1303605432 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3273396-1303605432.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=411730248

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23158112 kB
Buffers:       2067800 kB
Cached:        7216880 kB
SwapCached:      33708 kB
Active:        6157308 kB
Inactive:      3164732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23158112 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:             844 kB
Writeback:           0 kB
AnonPages:       24584 kB
Mapped:           8600 kB
Slab:           407512 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188904 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= 71612 MiB
End job on node101 at 2011-04-24 02:53:42