Trace number 3498980

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-01UNSAT 973.849 973.827

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  283484   635918 |   85045       0        0     nan |  0.000 % |
0.00/0.63	c |         0 |  249569   571335 |      --       0       --      -- |     --   | -30553/-57337
0.00/0.63	c ==============================================================================
0.00/0.63	c Result  :   #vars: 37813   #clauses: 249569   #literals: 571335
0.00/0.63	c CPU time:   0.618905 s
0.00/0.63	c ==============================================================================
973.80/973.82	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3498980-1308151298/watcher-3498980-1308151298 -o /tmp/evaluation-result-3498980-1308151298/solver-3498980-1308151298 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498980-1308151298.cnf 

running on 4 cores: 1,3,5,7

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): 5100 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: 2.00 2.00 2.00 2/178 30378
/proc/meminfo: memFree=31232908/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907545107 8908800 250 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30378/statm: 2175 250 209 178 0 68 0

[startup+0.083206 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30378
/proc/meminfo: memFree=31232908/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907545107 8908800 250 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100197 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30378
/proc/meminfo: memFree=31232908/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907545107 8908800 250 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300158 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30378
/proc/meminfo: memFree=31232908/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907545107 8908800 250 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701085 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 30378
/proc/meminfo: memFree=31232908/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907545107 8908800 250 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30381
/proc/meminfo: memFree=31215432/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=20872 CPUtime=0.74 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 3522 0 0 0 74 0 0 0 17 0 1 0 907545182 21372928 3428 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 5218 3428 131 6 0 3688 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 29572

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30381
/proc/meminfo: memFree=31212952/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=22192 CPUtime=2.34 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 3879 0 0 0 234 0 0 0 20 0 1 0 907545182 22724608 3785 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208373 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 5548 3785 131 6 0 4018 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30892

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30381
/proc/meminfo: memFree=31208116/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=26552 CPUtime=5.55 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 4949 0 0 0 554 1 0 0 25 0 1 0 907545182 27189248 4855 33554432000 4194304 4218580 140736421373536 18446744073709551615 4209105 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 6638 4855 131 6 0 5108 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35252

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30381
/proc/meminfo: memFree=31207924/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=27216 CPUtime=11.95 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 5134 0 0 0 1194 1 0 0 25 0 1 0 907545182 27869184 5040 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 6804 5040 131 6 0 5274 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35916

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30382
/proc/meminfo: memFree=31204196/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=32052 CPUtime=24.75 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 6316 0 0 0 2474 1 0 0 25 0 1 0 907545182 32821248 6222 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 8013 6222 131 6 0 6483 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40752

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 30383
/proc/meminfo: memFree=31200616/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=35692 CPUtime=50.35 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 7243 0 0 0 5034 1 0 0 25 0 1 0 907545182 36548608 7144 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 8923 7144 131 6 0 7393 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44392

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30384
/proc/meminfo: memFree=31191408/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=44840 CPUtime=101.55 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 9556 0 0 0 10154 1 0 0 25 0 1 0 907545182 45916160 9428 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208530 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 11210 9428 131 6 0 9680 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 53540

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30385
/proc/meminfo: memFree=31179960/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=56148 CPUtime=161.55 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 12487 0 0 0 16153 2 0 0 25 0 1 0 907545182 57495552 12265 33554432000 4194304 4218580 140736421373536 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 14037 12265 131 6 0 12507 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 64848

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30390
/proc/meminfo: memFree=31180160/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=56180 CPUtime=221.55 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 12613 0 0 0 22153 2 0 0 25 0 1 0 907545182 57528320 12279 33554432000 4194304 4218580 140736421373536 18446744073709551615 4213514 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 14045 12279 131 6 0 12515 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 64880

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 30392
/proc/meminfo: memFree=31180288/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=56308 CPUtime=281.56 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 12766 0 0 0 28153 3 0 0 25 0 1 0 907545182 57659392 12307 33554432000 4194304 4218580 140736421373536 18446744073709551615 4211186 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 14077 12307 131 6 0 12547 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 65008

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 30393
/proc/meminfo: memFree=31179124/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=57612 CPUtime=341.56 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 13239 0 0 0 34153 3 0 0 25 0 1 0 907545182 58994688 12637 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208534 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 14403 12637 131 6 0 12873 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 66312

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30395
/proc/meminfo: memFree=31162592/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7

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


[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30412
/proc/meminfo: memFree=31146516/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=69424 CPUtime=701.57 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 17088 0 0 0 70153 4 0 0 25 0 1 0 907545182 71090176 15594 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 17356 15594 131 6 0 15826 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 78124

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30413
/proc/meminfo: memFree=31145112/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=70812 CPUtime=761.57 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 17529 0 0 0 76153 4 0 0 25 0 1 0 907545182 72511488 15915 33554432000 4194304 4218580 140736421373536 18446744073709551615 4210061 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 17703 15915 131 6 0 16173 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 79512

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30415
/proc/meminfo: memFree=31143848/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=72032 CPUtime=821.56 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 17973 0 0 0 82152 4 0 0 25 0 1 0 907545182 73760768 16241 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208411 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18008 16241 131 6 0 16478 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 80732

[startup+882.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 30417
/proc/meminfo: memFree=31143088/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=72888 CPUtime=881.57 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18297 0 0 0 88152 5 0 0 25 0 1 0 907545182 74637312 16432 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18222 16432 131 6 0 16692 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 81588

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 30418
/proc/meminfo: memFree=31141804/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73716 CPUtime=941.57 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18648 0 0 0 94152 5 0 0 25 0 1 0 907545182 75485184 16640 33554432000 4194304 4218580 140736421373536 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18429 16640 131 6 0 16899 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 82416

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

[startup+947.107 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 30419
/proc/meminfo: memFree=31138948/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73636 CPUtime=946.38 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18663 0 0 0 94633 5 0 0 25 0 1 0 907545182 75403264 16627 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208519 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18409 16627 131 6 0 16879 0
Current children cumulated CPU time (s) 947.11
Current children cumulated vsize (KiB) 82336

[startup+959.901 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131856/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73744 CPUtime=959.17 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18760 0 0 0 95912 5 0 0 25 0 1 0 907545182 75513856 16649 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208467 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18436 16649 131 6 0 16906 0
Current children cumulated CPU time (s) 959.9
Current children cumulated vsize (KiB) 82444

[startup+966.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131732/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73776 CPUtime=965.57 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18777 0 0 0 96552 5 0 0 25 0 1 0 907545182 75546624 16662 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208153 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18444 16662 131 6 0 16914 0
Current children cumulated CPU time (s) 966.3
Current children cumulated vsize (KiB) 82476

[startup+969.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131852/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73840 CPUtime=968.77 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18786 0 0 0 96872 5 0 0 25 0 1 0 907545182 75612160 16671 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18460 16671 131 6 0 16930 0
Current children cumulated CPU time (s) 969.5
Current children cumulated vsize (KiB) 82540

[startup+971.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131852/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73840 CPUtime=970.37 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18792 0 0 0 97032 5 0 0 25 0 1 0 907545182 75612160 16677 33554432000 4194304 4218580 140736421373536 18446744073709551615 4209603 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18460 16677 131 6 0 16930 0
Current children cumulated CPU time (s) 971.1
Current children cumulated vsize (KiB) 82540

[startup+972.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131852/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73872 CPUtime=971.97 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18798 0 0 0 97192 5 0 0 25 0 1 0 907545182 75644928 16683 33554432000 4194304 4218580 140736421373536 18446744073709551615 4211015 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18468 16683 131 6 0 16938 0
Current children cumulated CPU time (s) 972.7
Current children cumulated vsize (KiB) 82572

[startup+973.506 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131852/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73904 CPUtime=972.78 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18802 0 0 0 97273 5 0 0 25 0 1 0 907545182 75677696 16687 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18476 16687 131 6 0 16946 0
Current children cumulated CPU time (s) 973.51
Current children cumulated vsize (KiB) 82604

[startup+973.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131852/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73904 CPUtime=972.97 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18802 0 0 0 97292 5 0 0 25 0 1 0 907545182 75677696 16687 33554432000 4194304 4218580 140736421373536 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18476 16687 131 6 0 16946 0
Current children cumulated CPU time (s) 973.7
Current children cumulated vsize (KiB) 82604

[startup+973.801 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30419
/proc/meminfo: memFree=31131852/32951124 swapFree=67057764/67111528
[pid=30378] ppid=30376 vsize=8700 CPUtime=0.73 cores=1,3,5,7
/proc/30378/stat : 30378 (esg_static.sh) S 30376 30378 30117 0 -1 4202496 354 10554 0 0 0 0 71 2 15 0 1 0 907545107 8908800 253 33554432000 4194304 4922060 140735025681952 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30378/statm: 2175 253 209 178 0 68 0
[pid=30381] ppid=30378 vsize=73904 CPUtime=973.07 cores=1,3,5,7
/proc/30381/stat : 30381 (cdcl) R 30378 30378 30117 0 -1 4202496 18803 0 0 0 97302 5 0 0 25 0 1 0 907545182 75677696 16688 33554432000 4194304 4218580 140736421373536 18446744073709551615 4209924 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/30381/statm: 18476 16688 131 6 0 16946 0
Current children cumulated CPU time (s) 973.8
Current children cumulated vsize (KiB) 82604

Child status: 20
Real time (s): 973.827
CPU time (s): 973.849
CPU user time (s): 973.759
CPU system time (s): 0.089986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 973.759
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29928
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= 38
involuntary context switches= 853

runsolver used 1.37979 second user time and 3.32349 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-15 17:21:38
IDJOB=3498980
IDBENCH=82422
IDSOLVER=1993
FILE ID=node140/3498980-1308151298
RUNJOBID= node140-1308150219-30136
PBS_JOBID= 13575591
Free space on /tmp= 73836 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498980-1308151298/watcher-3498980-1308151298 -o /tmp/evaluation-result-3498980-1308151298/solver-3498980-1308151298 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498980-1308151298.cnf

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1835175882

node140.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	: 5226.14
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.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.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.77
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.75
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.74
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.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.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:      31233824 kB
Buffers:        338792 kB
Cached:         912268 kB
SwapCached:       7768 kB
Active:         562060 kB
Inactive:       829456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31233824 kB
SwapTotal:    67111528 kB
SwapFree:     67057764 kB
Dirty:            5632 kB
Writeback:           0 kB
AnonPages:      137992 kB
Mapped:          13348 kB
Slab:           260288 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   327088 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= 73836 MiB
End job on node140 at 2011-06-15 17:37:52