Trace number 3265514

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

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data

0.00/0.00	c Parsing...
0.00/0.69	c ==============================================================================
0.00/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.69	c ==============================================================================
0.00/0.69	c |         0 | 1711065  3450220 |  513319       0        0     nan |  0.000 % |
4.79/4.86	c |         0 | 1667873  4965134 |      --       0       --      -- |     --   | -43192/1514914
4.79/4.86	c ==============================================================================
4.79/4.86	c Result  :   #vars: 32054   #clauses: 1667873   #literals: 4965134
4.79/4.86	c CPU time:   4.74728 s
4.79/4.86	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-3265514-1303574743/watcher-3265514-1303574743 -o /tmp/evaluation-result-3265514-1303574743/solver-3265514-1303574743 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3265514-1303574743.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: 3.93 3.96 3.74 4/192 9329
/proc/meminfo: memFree=15340584/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0

[startup+0.0850031 s]
/proc/loadavg: 3.93 3.96 3.74 4/192 9329
/proc/meminfo: memFree=15340584/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101001 s]
/proc/loadavg: 3.93 3.96 3.74 4/192 9329
/proc/meminfo: memFree=15340584/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300966 s]
/proc/loadavg: 3.93 3.96 3.74 4/192 9329
/proc/meminfo: memFree=15340584/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700892 s]
/proc/loadavg: 3.93 3.96 3.74 4/192 9329
/proc/meminfo: memFree=15340584/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 3.93 3.96 3.74 5/194 9331
/proc/meminfo: memFree=15225372/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0
[pid=9330] ppid=9329 vsize=155172 CPUtime=1.49 cores=5,7
/proc/9330/stat : 9330 (SatELite_releas) R 9329 9329 8299 0 -1 4202496 33896 0 0 0 139 10 0 0 25 0 1 0 469072399 158896128 33659 33554432000 134512640 135144242 4293064688 18446744073709551615 134605075 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/9330/statm: 38793 33659 77 155 0 38636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163872

[startup+3.10047 s]
/proc/loadavg: 3.93 3.96 3.74 5/194 9332
/proc/meminfo: memFree=15217188/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=0 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 469072398 8908800 250 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 250 209 178 0 68 0
[pid=9330] ppid=9329 vsize=171396 CPUtime=3.09 cores=5,7
/proc/9330/stat : 9330 (SatELite_releas) R 9329 9329 8299 0 -1 4202496 36274 0 0 0 299 10 0 0 25 0 1 0 469072399 175509504 36037 33554432000 134512640 135144242 4293064688 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/9330/statm: 42849 36037 77 155 0 42692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180096

[startup+6.30085 s]
/proc/loadavg: 3.93 3.96 3.74 5/194 9332
/proc/meminfo: memFree=15206776/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 8700

[startup+12.7007 s]
/proc/loadavg: 3.94 3.97 3.74 5/194 9333
/proc/meminfo: memFree=15263344/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=53316 CPUtime=6.92 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 11708 0 0 0 688 4 0 0 25 0 1 0 469072975 54595584 11617 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 13329 11617 131 6 0 11799 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62016

[startup+25.5004 s]
/proc/loadavg: 4.03 3.98 3.75 5/194 9333
/proc/meminfo: memFree=15247196/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=55648 CPUtime=19.72 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 12277 0 0 0 1967 5 0 0 25 0 1 0 469072975 56983552 12186 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 13912 12186 131 6 0 12382 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64348

[startup+51.1008 s]
/proc/loadavg: 4.02 3.98 3.76 5/194 9334
/proc/meminfo: memFree=15225592/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=59340 CPUtime=45.32 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 13198 0 0 0 4527 5 0 0 25 0 1 0 469072975 60764160 13107 33554432000 4194304 4218580 140736725560304 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 14835 13107 131 6 0 13305 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68040

[startup+102.307 s]
/proc/loadavg: 4.09 4.00 3.77 5/194 9335
/proc/meminfo: memFree=15169112/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=62632 CPUtime=96.53 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 14031 0 0 0 9647 6 0 0 25 0 1 0 469072975 64135168 13940 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 15658 13940 131 6 0 14128 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71332

[startup+162.301 s]
/proc/loadavg: 4.03 4.00 3.78 5/194 9337
/proc/meminfo: memFree=15143492/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=64428 CPUtime=156.53 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 14482 0 0 0 15647 6 0 0 25 0 1 0 469072975 65974272 14391 33554432000 4194304 4218580 140736725560304 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 16107 14391 131 6 0 14577 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73128

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.80 5/194 9339
/proc/meminfo: memFree=15117284/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=65812 CPUtime=216.52 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 14821 0 0 0 21646 6 0 0 25 0 1 0 469072975 67391488 14728 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 16453 14728 131 6 0 14923 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 74512

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/194 9340
/proc/meminfo: memFree=15087724/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=68244 CPUtime=276.53 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 15447 0 0 0 27647 6 0 0 25 0 1 0 469072975 69881856 15345 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 17061 15345 131 6 0 15531 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 76944

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/194 9342
/proc/meminfo: memFree=15074172/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=68528 CPUtime=336.53 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 15542 0 0 0 33647 6 0 0 25 0 1 0 469072975 70172672 15428 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 17132 15428 131 6 0 15602 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 77228

[startup+402.3 s]
/proc/loadavg: 4.07 4.02 3.83 5/194 9343
/proc/meminfo: memFree=15054660/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=68964 CPUtime=396.53 cores=5,7

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

[pid=9333] ppid=9329 vsize=70364 CPUtime=516.53 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 16051 0 0 0 51647 6 0 0 25 0 1 0 469072975 72052736 15885 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208272 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 17591 15885 131 6 0 16061 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 79064

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 9348
/proc/meminfo: memFree=14974952/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=71928 CPUtime=576.53 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 16445 0 0 0 57647 6 0 0 25 0 1 0 469072975 73654272 16267 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 17982 16267 131 6 0 16452 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 80628

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 9350
/proc/meminfo: memFree=14961288/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=72140 CPUtime=636.54 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 16526 0 0 0 63648 6 0 0 25 0 1 0 469072975 73871360 16325 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 18035 16325 131 6 0 16505 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 80840

[startup+702.301 s]
/proc/loadavg: 4.04 4.01 3.86 5/194 9351
/proc/meminfo: memFree=14945004/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=75740 CPUtime=696.54 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17438 0 0 0 69647 7 0 0 25 0 1 0 469072975 77557760 17206 33554432000 4194304 4218580 140736725560304 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 18935 17206 131 6 0 17405 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 84440

[startup+762.307 s]
/proc/loadavg: 4.01 4.01 3.87 5/194 9353
/proc/meminfo: memFree=14937532/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=75740 CPUtime=756.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17466 0 0 0 75648 7 0 0 25 0 1 0 469072975 77557760 17203 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 18935 17203 131 6 0 17405 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 84440

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 9355
/proc/meminfo: memFree=14931788/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=75772 CPUtime=816.54 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17513 0 0 0 81647 7 0 0 25 0 1 0 469072975 77590528 17231 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 18943 17231 131 6 0 17413 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 84472

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 9356
/proc/meminfo: memFree=14928644/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=75804 CPUtime=876.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17544 0 0 0 87648 7 0 0 25 0 1 0 469072975 77623296 17238 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 18951 17238 131 6 0 17421 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 84504

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 9358
/proc/meminfo: memFree=14918452/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=76208 CPUtime=936.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17694 0 0 0 93648 7 0 0 25 0 1 0 469072975 78036992 17346 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 19052 17346 131 6 0 17522 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 84908

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.90 5/194 9359
/proc/meminfo: memFree=14897088/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=76372 CPUtime=996.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17757 0 0 0 99648 7 0 0 25 0 1 0 469072975 78204928 17379 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 19093 17379 131 6 0 17563 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 85072

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.91 5/194 9361
/proc/meminfo: memFree=14882552/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=76968 CPUtime=1056.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 17954 0 0 0 105648 7 0 0 25 0 1 0 469072975 78815232 17537 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 19242 17537 131 6 0 17712 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 85668

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 9363
/proc/meminfo: memFree=14862424/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=77132 CPUtime=1116.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 18045 0 0 0 111648 7 0 0 25 0 1 0 469072975 78983168 17582 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 19283 17582 131 6 0 17753 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 85832

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 9364
/proc/meminfo: memFree=14844280/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=78540 CPUtime=1176.55 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 18410 0 0 0 117648 7 0 0 25 0 1 0 469072975 80424960 17917 33554432000 4194304 4218580 140736725560304 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 19635 17917 131 6 0 18105 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 87240

[startup+1242.3 s]
/proc/loadavg: 4.06 4.01 3.91 5/194 9366
/proc/meminfo: memFree=14806300/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=80212 CPUtime=1236.56 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 18884 0 0 0 123648 8 0 0 25 0 1 0 469072975 82137088 18345 33554432000 4194304 4218580 140736725560304 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 20053 18345 131 6 0 18523 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 88912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 3.99 3.91 2/179 9404
/proc/meminfo: memFree=15293096/32951124 swapFree=67111528/67111528
[pid=9329] ppid=9327 vsize=8700 CPUtime=5.76 cores=5,7
/proc/9329/stat : 9329 (esg_static.sh) S 9327 9329 8299 0 -1 4202496 355 39736 0 0 0 0 560 16 18 0 1 0 469072398 8908800 253 33554432000 4194304 4922060 140736740013952 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9329/statm: 2175 253 209 178 0 68 0
[pid=9333] ppid=9329 vsize=80496 CPUtime=1294.26 cores=5,7
/proc/9333/stat : 9333 (cdcl) R 9329 9329 8299 0 -1 4202496 18973 0 0 0 129418 8 0 0 25 0 1 0 469072975 82427904 18399 33554432000 4194304 4218580 140736725560304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9333/statm: 20124 18399 131 6 0 18594 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 89196

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.8
CPU system time (s): 0.245962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 180096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59095
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= 8
involuntary context switches= 15638

runsolver used 2.03769 second user time and 5.06523 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 18:05:44
IDJOB=3265514
IDBENCH=85764
IDSOLVER=1609
FILE ID=node138/3265514-1303574743
RUNJOBID= node138-1303573439-9028
PBS_JOBID= 13150310
Free space on /tmp= 71916 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265514-1303574743/watcher-3265514-1303574743 -o /tmp/evaluation-result-3265514-1303574743/solver-3265514-1303574743 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3265514-1303574743.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=1870366578

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:      15340856 kB
Buffers:       2059284 kB
Cached:       14859068 kB
SwapCached:          0 kB
Active:        9823176 kB
Inactive:      7229284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15340856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           42660 kB
Writeback:           0 kB
AnonPages:      133388 kB
Mapped:          15416 kB
Slab:           495604 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   324236 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= 71920 MiB
End job on node138 at 2011-04-23 18:27:26