Trace number 3387267

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
minisat hack: minisat_psm 2011-04-01? (TO) 5000 4999.91

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1309.74
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

0.00/0.00	c Parsing...
0.00/0.48	c ==============================================================================
0.00/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.48	c ==============================================================================
0.00/0.48	c |         0 | 1393438  3185745 |  418031       0        0     nan |  0.000 % |
1.89/1.93	c |         0 |  995897  2319315 |      --       0       --      -- |     --   | -35/-52
1.89/1.93	c ==============================================================================
1.89/1.93	c Result  :   #vars: 71796   #clauses: 995897   #literals: 2319315
1.89/1.93	c CPU time:   1.87071 s
1.89/1.93	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.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-3387267-1308045550/watcher-3387267-1308045550 -o /tmp/evaluation-result-3387267-1308045550/solver-3387267-1308045550 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387267-1308045550.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: 1.99 1.92 2.21 2/178 22670
/proc/meminfo: memFree=31238676/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 916153901 8908800 250 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 250 209 178 0 68 0

[startup+0.0114681 s]
/proc/loadavg: 1.99 1.92 2.21 2/178 22670
/proc/meminfo: memFree=31238676/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 916153901 8908800 250 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100455 s]
/proc/loadavg: 1.99 1.92 2.21 2/178 22670
/proc/meminfo: memFree=31238676/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 916153901 8908800 250 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300479 s]
/proc/loadavg: 1.99 1.92 2.21 2/178 22670
/proc/meminfo: memFree=31238676/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 916153901 8908800 250 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700412 s]
/proc/loadavg: 1.99 1.92 2.21 2/178 22670
/proc/meminfo: memFree=31238676/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 916153901 8908800 250 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 1.99 1.92 2.21 3/180 22672
/proc/meminfo: memFree=31137252/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 916153901 8908800 250 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 250 209 178 0 68 0
[pid=22671] ppid=22670 vsize=113036 CPUtime=1.49 cores=1,3,5,7
/proc/22671/stat : 22671 (SatELite_releas) R 22670 22670 22490 0 -1 4202496 28190 0 0 0 144 5 0 0 25 0 1 0 916153901 115748864 25226 33554432000 134512640 135144242 4287340128 18446744073709551615 134585357 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/22671/statm: 28259 25226 77 155 0 28102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121736

[startup+3.10098 s]
/proc/loadavg: 1.99 1.93 2.21 3/180 22672
/proc/meminfo: memFree=31127580/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30035 s]
/proc/loadavg: 1.99 1.93 2.21 3/180 22673
/proc/meminfo: memFree=31152888/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=100100 CPUtime=3.94 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 19670 0 0 0 392 2 0 0 25 0 1 0 916154136 102502400 16529 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 25025 16529 253 16 0 21667 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 108800

[startup+12.7002 s]
/proc/loadavg: 1.99 1.93 2.21 2/177 22674
/proc/meminfo: memFree=31722040/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=100980 CPUtime=10.34 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 33628 0 0 0 1031 3 0 0 25 0 1 0 916154136 103403520 18627 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209064 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 25245 18627 253 16 0 21887 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 109680

[startup+25.5009 s]
/proc/loadavg: 1.99 1.93 2.20 3/177 22688
/proc/meminfo: memFree=31707076/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=101964 CPUtime=23.14 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 85196 0 0 0 2305 9 0 0 25 0 1 0 916154136 104411136 20112 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 25491 20112 253 16 0 22133 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 110664

[startup+51.1004 s]
/proc/loadavg: 1.65 1.85 2.17 2/173 22699
/proc/meminfo: memFree=31969204/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=103744 CPUtime=48.74 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 160580 0 0 0 4856 18 0 0 25 0 1 0 916154136 106233856 19558 33554432000 4194304 4256717 140734125756688 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 25936 19558 253 16 0 22578 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 112444

[startup+102.306 s]
/proc/loadavg: 1.26 1.71 2.10 2/173 22701
/proc/meminfo: memFree=31943332/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=136740 CPUtime=99.95 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 288714 0 0 0 9959 36 0 0 25 0 1 0 916154136 140021760 25696 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 34185 25696 253 16 0 30827 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 145440

[startup+162.301 s]
/proc/loadavg: 1.09 1.58 2.03 2/173 22711
/proc/meminfo: memFree=31936452/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=138424 CPUtime=159.95 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 440194 0 0 0 15937 58 0 0 25 0 1 0 916154136 141746176 27699 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 34606 27699 253 16 0 31248 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 147124

[startup+222.301 s]
/proc/loadavg: 1.03 1.47 1.96 2/173 22713
/proc/meminfo: memFree=31933692/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=140012 CPUtime=219.95 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 586011 0 0 0 21917 78 0 0 25 0 1 0 916154136 143372288 28046 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 35003 28046 253 16 0 31645 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 148712

[startup+282.301 s]
/proc/loadavg: 1.01 1.38 1.90 2/173 22715
/proc/meminfo: memFree=31931164/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=140952 CPUtime=279.95 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 712121 0 0 0 27902 93 0 0 25 0 1 0 916154136 144334848 29380 33554432000 4194304 4256717 140734125756688 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 35238 29380 253 16 0 31880 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 149652

[startup+342.3 s]
/proc/loadavg: 1.00 1.31 1.84 2/173 22719
/proc/meminfo: memFree=31907220/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=191956 CPUtime=339.94 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 829402 0 0 0 33884 110 0 0 25 0 1 0 916154136 196562944 34851 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 47989 34851 253 16 0 44631 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 200656

[startup+402.301 s]
/proc/loadavg: 1.00 1.25 1.78 3/173 22721
/proc/meminfo: memFree=31900240/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0

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

/proc/22673/statm: 107252 80071 253 16 0 103894 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 437708

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22840
/proc/meminfo: memFree=31613144/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=644104 CPUtime=4420.06 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6015515 0 0 0 441154 852 0 0 25 0 1 0 916154136 659562496 107931 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 161026 107931 253 16 0 157668 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 652804

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22842
/proc/meminfo: memFree=31672364/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=429312 CPUtime=4480.06 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6104940 0 0 0 447142 864 0 0 25 0 1 0 916154136 439615488 93647 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209090 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107328 93647 253 16 0 103970 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 438012

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22843
/proc/meminfo: memFree=31603116/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=644708 CPUtime=4540.06 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6121988 0 0 0 453139 867 0 0 25 0 1 0 916154136 660180992 110682 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 161177 110682 253 16 0 157819 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 653408

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22845
/proc/meminfo: memFree=31660476/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=429784 CPUtime=4600.06 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6216205 0 0 0 459124 882 0 0 25 0 1 0 916154136 440098816 95793 33554432000 4194304 4256717 140734125756688 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107446 95793 253 16 0 104088 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 438484

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22846
/proc/meminfo: memFree=31749340/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=429784 CPUtime=4660.06 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6286213 0 0 0 465114 892 0 0 25 0 1 0 916154136 440098816 73749 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107446 73749 253 16 0 104088 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 438484

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22848
/proc/meminfo: memFree=31632608/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=430260 CPUtime=4720.07 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6315344 0 0 0 471111 896 0 0 25 0 1 0 916154136 440586240 102859 33554432000 4194304 4256717 140734125756688 18446744073709551615 4213475 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107565 102859 253 16 0 104207 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 438960

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22850
/proc/meminfo: memFree=31659604/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=430144 CPUtime=4780.07 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6400926 0 0 0 477098 909 0 0 25 0 1 0 916154136 440467456 96258 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107536 96258 253 16 0 104178 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 438844

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22851
/proc/meminfo: memFree=31724648/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=430276 CPUtime=4840.07 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6485144 0 0 0 483087 920 0 0 25 0 1 0 916154136 440602624 79894 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107569 79894 253 16 0 104211 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 438976

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22853
/proc/meminfo: memFree=31610528/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=645660 CPUtime=4900.07 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6513728 0 0 0 489081 926 0 0 25 0 1 0 916154136 661155840 108431 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 161415 108431 253 16 0 158057 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 654360

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22854
/proc/meminfo: memFree=31674476/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=430736 CPUtime=4960.07 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6591683 0 0 0 495070 937 0 0 25 0 1 0 916154136 441073664 92530 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107684 92530 253 16 0 104326 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 439436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22855
/proc/meminfo: memFree=31747108/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=430988 CPUtime=4997.67 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6656166 0 0 0 498822 945 0 0 25 0 1 0 916154136 441331712 74276 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107747 74276 253 16 0 104389 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 439688

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 22855
/proc/meminfo: memFree=31747108/32950928 swapFree=67048900/67111528
[pid=22670] ppid=22668 vsize=8700 CPUtime=2.33 cores=1,3,5,7
/proc/22670/stat : 22670 (esg_static.sh) S 22668 22670 22490 0 -1 4202496 355 31016 0 0 0 0 225 8 18 0 1 0 916153901 8908800 252 33554432000 4194304 4922060 140735349883264 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22670/statm: 2175 252 209 178 0 68 0
[pid=22673] ppid=22670 vsize=430988 CPUtime=4997.67 cores=1,3,5,7
/proc/22673/stat : 22673 (minisat_static) R 22670 22670 22490 0 -1 4202496 6656166 0 0 0 498822 945 0 0 25 0 1 0 916154136 441331712 74276 33554432000 4194304 4256717 140734125756688 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22673/statm: 107747 74276 253 16 0 104389 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 439688

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22670 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=257656
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=87986
# CPU time returned by wait4() is 2.34564
# while last known CPU time is 5000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000
CPU user time (s): 4990.47
CPU system time (s): 9.53
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 997776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25766
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31371
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= 35

runsolver used 6.12907 second user time and 16.6495 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-14 11:59:11
IDJOB=3387267
IDBENCH=82379
IDSOLVER=1874
FILE ID=node122/3387267-1308045550
RUNJOBID= node122-1308045305-22509
PBS_JOBID= 13565711
Free space on /tmp= 73836 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387267-1308045550/watcher-3387267-1308045550 -o /tmp/evaluation-result-3387267-1308045550/solver-3387267-1308045550 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387267-1308045550.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1820910979

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31239592 kB
Buffers:        159152 kB
Cached:         787952 kB
SwapCached:      15276 kB
Active:        1071704 kB
Inactive:       478000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31239592 kB
SwapTotal:    67111528 kB
SwapFree:     67048900 kB
Dirty:           31196 kB
Writeback:           0 kB
AnonPages:      599908 kB
Mapped:           9348 kB
Slab:            94656 kB
PageTables:       5996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   939060 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= 74056 MiB
End job on node122 at 2011-06-14 13:22:33