Trace number 3258430

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-01? (TO) 1300.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   61409   123673 |   18422       0        0     nan |  0.000 % |
0.00/0.11	c |         0 |   60191   195356 |      --       0       --      -- |     --   | -1218/71683
0.00/0.11	c ==============================================================================
0.00/0.11	c Result  :   #vars: 900   #clauses: 60191   #literals: 195356
0.00/0.11	c CPU time:   0.116982 s
0.00/0.11	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 5,7

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: 1.03 1.56 2.67 5/192 16923
/proc/meminfo: memFree=12096136/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 459189879 8908800 250 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 250 209 178 0 68 0

[startup+0.00721304 s]
/proc/loadavg: 1.03 1.56 2.67 5/192 16923
/proc/meminfo: memFree=12096136/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 459189879 8908800 250 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100237 s]
/proc/loadavg: 1.03 1.56 2.67 5/192 16923
/proc/meminfo: memFree=12096136/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 459189879 8908800 250 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300162 s]
/proc/loadavg: 1.03 1.56 2.67 5/192 16923
/proc/meminfo: memFree=12096136/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8700

[startup+0.700091 s]
/proc/loadavg: 1.03 1.56 2.67 5/192 16923
/proc/meminfo: memFree=12096136/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8700

[startup+1.50098 s]
/proc/loadavg: 1.03 1.56 2.67 5/198 16934
/proc/meminfo: memFree=12052528/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=10948 CPUtime=1.34 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 1210 0 0 0 134 0 0 0 25 0 1 0 459189894 11210752 1120 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 2737 1120 130 6 0 1207 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19648

[startup+3.1007 s]
/proc/loadavg: 1.03 1.56 2.67 5/198 16936
/proc/meminfo: memFree=12070508/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=12196 CPUtime=2.94 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 1537 0 0 0 294 0 0 0 25 0 1 0 459189894 12488704 1447 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 3049 1447 131 6 0 1519 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20896

[startup+6.30114 s]
/proc/loadavg: 1.27 1.60 2.68 5/198 16936
/proc/meminfo: memFree=12059108/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=14008 CPUtime=6.14 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 1990 0 0 0 614 0 0 0 25 0 1 0 459189894 14344192 1900 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 3502 1900 131 6 0 1972 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22708

[startup+12.701 s]
/proc/loadavg: 1.49 1.64 2.69 5/198 16936
/proc/meminfo: memFree=12047468/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=16544 CPUtime=12.54 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 2633 0 0 0 1254 0 0 0 25 0 1 0 459189894 16941056 2541 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 4136 2541 131 6 0 2606 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25244

[startup+25.5007 s]
/proc/loadavg: 2.04 1.76 2.71 5/198 16937
/proc/meminfo: memFree=12034192/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=19812 CPUtime=25.34 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 3446 0 0 0 2534 0 0 0 25 0 1 0 459189894 20287488 3351 33554432000 4194304 4218580 140734331185680 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 4953 3351 131 6 0 3423 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28512

[startup+51.1012 s]
/proc/loadavg: 2.71 1.94 2.74 5/198 16938
/proc/meminfo: memFree=12016696/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=23956 CPUtime=50.95 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 4512 0 0 0 5094 1 0 0 25 0 1 0 459189894 24530944 4377 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 5989 4377 131 6 0 4459 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32656

[startup+102.307 s]
/proc/loadavg: 3.56 2.28 2.81 5/198 16939
/proc/meminfo: memFree=11991580/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=29968 CPUtime=102.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 6159 0 0 0 10214 1 0 0 25 0 1 0 459189894 30687232 5906 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208153 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 7492 5906 131 6 0 5962 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38668

[startup+162.3 s]
/proc/loadavg: 3.84 2.59 2.88 5/198 16940
/proc/meminfo: memFree=11973080/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=33588 CPUtime=162.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 7218 0 0 0 16213 2 0 0 25 0 1 0 459189894 34394112 6795 33554432000 4194304 4218580 140734331185680 18446744073709551615 4209572 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 8397 6795 131 6 0 6867 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42288

[startup+222.301 s]
/proc/loadavg: 3.94 2.85 2.95 5/198 16942
/proc/meminfo: memFree=11957548/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=37772 CPUtime=222.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 8429 0 0 0 22213 2 0 0 25 0 1 0 459189894 38678528 7856 33554432000 4194304 4218580 140734331185680 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 9443 7856 131 6 0 7913 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 46472

[startup+282.301 s]
/proc/loadavg: 4.05 3.07 3.02 5/198 16944
/proc/meminfo: memFree=11945240/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=40416 CPUtime=282.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 9235 0 0 0 28213 2 0 0 25 0 1 0 459189894 41385984 8507 33554432000 4194304 4218580 140734331185680 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 10104 8507 131 6 0 8574 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 49116

[startup+342.3 s]
/proc/loadavg: 4.07 3.25 3.08 5/198 16945
/proc/meminfo: memFree=11936896/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=41852 CPUtime=342.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 9714 0 0 0 34213 2 0 0 25 0 1 0 459189894 42856448 8844 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 10463 8844 131 6 0 8933 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50552

[startup+402.301 s]
/proc/loadavg: 4.09 3.40 3.14 5/198 16947
/proc/meminfo: memFree=11928064/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7

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

[pid=16933] ppid=16923 vsize=47748 CPUtime=522.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 11545 0 0 0 52212 3 0 0 25 0 1 0 459189894 48893952 10317 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 11937 10317 131 6 0 10407 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 56448

[startup+582.301 s]
/proc/loadavg: 4.01 3.68 3.29 5/198 16952
/proc/meminfo: memFree=11905652/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=49708 CPUtime=582.15 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 12173 0 0 0 58212 3 0 0 25 0 1 0 459189894 50900992 10839 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 12427 10839 131 6 0 10897 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 58408

[startup+642.301 s]
/proc/loadavg: 4.00 3.73 3.33 5/198 16953
/proc/meminfo: memFree=11896816/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=50912 CPUtime=642.16 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 12729 0 0 0 64212 4 0 0 25 0 1 0 459189894 52133888 11136 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208544 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 12728 11136 131 6 0 11198 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 59612

[startup+702.3 s]
/proc/loadavg: 4.04 3.79 3.38 5/198 16955
/proc/meminfo: memFree=11889844/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=52080 CPUtime=702.16 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 13248 0 0 0 70212 4 0 0 25 0 1 0 459189894 53329920 11429 33554432000 4194304 4218580 140734331185680 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 13020 11429 131 6 0 11490 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 60780

[startup+762.307 s]
/proc/loadavg: 4.05 3.84 3.42 5/198 16956
/proc/meminfo: memFree=11883000/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=53904 CPUtime=762.17 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 13921 0 0 0 76212 5 0 0 25 0 1 0 459189894 55197696 11887 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 13476 11887 131 6 0 11946 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 62604

[startup+822.301 s]
/proc/loadavg: 4.11 3.90 3.46 5/198 16958
/proc/meminfo: memFree=11876644/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=55776 CPUtime=822.17 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 14537 0 0 0 82212 5 0 0 25 0 1 0 459189894 57114624 12322 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 13944 12322 131 6 0 12414 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 64476

[startup+882.3 s]
/proc/loadavg: 4.24 3.96 3.51 5/198 16960
/proc/meminfo: memFree=11871396/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=57276 CPUtime=882.16 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 15091 0 0 0 88211 5 0 0 25 0 1 0 459189894 58650624 12703 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 14319 12703 131 6 0 12789 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 65976

[startup+942.301 s]
/proc/loadavg: 4.09 3.97 3.54 5/198 16961
/proc/meminfo: memFree=11866028/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=58496 CPUtime=942.16 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 15565 0 0 0 94211 5 0 0 25 0 1 0 459189894 59899904 13032 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 14624 13032 131 6 0 13094 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 67196

[startup+1002.3 s]
/proc/loadavg: 4.10 3.99 3.57 5/198 16963
/proc/meminfo: memFree=11862280/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=59172 CPUtime=1002.17 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 15919 0 0 0 100211 6 0 0 25 0 1 0 459189894 60592128 13183 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 14793 13183 131 6 0 13263 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 67872

[startup+1062.3 s]
/proc/loadavg: 4.03 3.99 3.59 5/198 16964
/proc/meminfo: memFree=11858416/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=60124 CPUtime=1062.17 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 16369 0 0 0 106211 6 0 0 25 0 1 0 459189894 61566976 13415 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 15031 13415 131 6 0 13501 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 68824

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.61 5/198 16966
/proc/meminfo: memFree=11852800/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=60928 CPUtime=1122.17 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 16717 0 0 0 112211 6 0 0 25 0 1 0 459189894 62390272 13617 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 15232 13617 131 6 0 13702 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 69628

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.64 5/198 16968
/proc/meminfo: memFree=11846940/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=62204 CPUtime=1182.17 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 17185 0 0 0 118211 6 0 0 25 0 1 0 459189894 63696896 13931 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 15551 13931 131 6 0 14021 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 70904

[startup+1242.3 s]
/proc/loadavg: 4.06 4.00 3.66 5/198 16969
/proc/meminfo: memFree=11841824/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=63024 CPUtime=1242.18 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 17629 0 0 0 124211 7 0 0 25 0 1 0 459189894 64536576 14143 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 15756 14143 131 6 0 14226 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 71724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.68 3/194 16973
/proc/meminfo: memFree=11970292/32951124 swapFree=67111528/67111528
[pid=16923] ppid=16921 vsize=8700 CPUtime=0.14 cores=5,7
/proc/16923/stat : 16923 (esg_static.sh) S 16921 16923 15508 0 -1 4202496 356 1388 0 0 0 0 14 0 21 0 1 0 459189879 8908800 253 33554432000 4194304 4922060 140735062620608 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16923/statm: 2175 253 209 178 0 68 0
[pid=16933] ppid=16923 vsize=63848 CPUtime=1299.88 cores=5,7
/proc/16933/stat : 16933 (cdcl) R 16923 16923 15508 0 -1 4202496 17997 0 0 0 129981 7 0 0 25 0 1 0 459189894 65380352 14340 33554432000 4194304 4218580 140734331185680 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16933/statm: 15962 14340 131 6 0 14432 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 72548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.96
CPU system time (s): 0.077988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19753
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= 19
involuntary context switches= 1047

runsolver used 2.08568 second user time and 5.01824 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-22 14:38:37
IDJOB=3258430
IDBENCH=71354
IDSOLVER=1609
FILE ID=node132/3258430-1303475917
RUNJOBID= node132-1303475917-16888
PBS_JOBID= 13107182
Free space on /tmp= 72036 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes5.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258430-1303475917/watcher-3258430-1303475917 -o /tmp/evaluation-result-3258430-1303475917/solver-3258430-1303475917 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3258430-1303475917.cnf

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=1387941719

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      12097036 kB
Buffers:       1249672 kB
Cached:       18977264 kB
SwapCached:          0 kB
Active:        8359664 kB
Inactive:     11950956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12097036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10156 kB
Writeback:           0 kB
AnonPages:       83348 kB
Mapped:          15676 kB
Slab:           479256 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250700 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= 72028 MiB
End job on node132 at 2011-04-22 15:00:19