Trace number 3499089

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) 5000.09 5000.01

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark195.02
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.05	c CPU time:   0.052991 s
0.00/0.05	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-3499089-1308155541/watcher-3499089-1308155541 -o /tmp/evaluation-result-3499089-1308155541/solver-3499089-1308155541 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499089-1308155541.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.93 1.98 1.99 2/178 29510
/proc/meminfo: memFree=30601788/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 1005784898 8908800 250 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29510/statm: 2175 250 209 178 0 68 0

[startup+0.0739519 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 29510
/proc/meminfo: memFree=30601788/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 1005784898 8908800 250 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29510/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100947 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 29510
/proc/meminfo: memFree=30601788/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.300911 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 29510
/proc/meminfo: memFree=30601788/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.700842 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 29510
/proc/meminfo: memFree=30601788/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 29513
/proc/meminfo: memFree=30593620/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=14024 CPUtime=1.4 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 1967 0 0 0 140 0 0 0 25 0 1 0 1005784907 14360576 1877 33554432000 4194304 4218580 140736948080576 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 3506 1877 131 6 0 1976 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22724

[startup+3.10042 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 29513
/proc/meminfo: memFree=30592144/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=15244 CPUtime=3 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 2272 0 0 0 300 0 0 0 25 0 1 0 1005784907 15609856 2182 33554432000 4194304 4218580 140736948080576 18446744073709551615 4209445 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 3811 2182 131 6 0 2281 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23944

[startup+6.30086 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 29513
/proc/meminfo: memFree=30589428/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=17160 CPUtime=6.2 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 2759 0 0 0 620 0 0 0 25 0 1 0 1005784907 17571840 2669 33554432000 4194304 4218580 140736948080576 18446744073709551615 4210086 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 4290 2669 131 6 0 2760 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25860

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 29514
/proc/meminfo: memFree=30587292/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=18852 CPUtime=12.6 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 3176 0 0 0 1260 0 0 0 25 0 1 0 1005784907 19304448 3086 33554432000 4194304 4218580 140736948080576 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 4713 3086 131 6 0 3183 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27552

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 29514
/proc/meminfo: memFree=30584944/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=21200 CPUtime=25.4 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 3780 0 0 0 2540 0 0 0 25 0 1 0 1005784907 21708800 3690 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 5300 3690 131 6 0 3770 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29900

[startup+51.101 s]
/proc/loadavg: 1.97 1.98 1.99 3/180 29515
/proc/meminfo: memFree=30581176/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=25072 CPUtime=51 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 4745 0 0 0 5100 0 0 0 25 0 1 0 1005784907 25673728 4652 33554432000 4194304 4218580 140736948080576 18446744073709551615 4213195 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 6268 4652 131 6 0 4738 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33772

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 29516
/proc/meminfo: memFree=30576688/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=28992 CPUtime=102.2 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 5796 0 0 0 10220 0 0 0 25 0 1 0 1005784907 29687808 5649 33554432000 4194304 4218580 140736948080576 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 7248 5649 131 6 0 5718 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37692

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 29518
/proc/meminfo: memFree=30572176/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=32984 CPUtime=162.21 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 6944 0 0 0 16220 1 0 0 25 0 1 0 1005784907 33775616 6630 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 8246 6630 131 6 0 6716 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 41684

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 29519
/proc/meminfo: memFree=30567800/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=37120 CPUtime=222.2 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 8128 0 0 0 22219 1 0 0 25 0 1 0 1005784907 38010880 7667 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208136 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 9280 7667 131 6 0 7750 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 45820

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 29521
/proc/meminfo: memFree=30566284/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=39012 CPUtime=282.21 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 8739 0 0 0 28220 1 0 0 25 0 1 0 1005784907 39948288 8146 33554432000 4194304 4218580 140736948080576 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 9753 8146 131 6 0 8223 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 47712

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 29522
/proc/meminfo: memFree=30563740/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=41216 CPUtime=342.2 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 9492 0 0 0 34219 1 0 0 25 0 1 0 1005784907 42205184 8693 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 10304 8693 131 6 0 8774 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 49916

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 29527
/proc/meminfo: memFree=30559860/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7

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

/proc/29513/statm: 20779 19172 131 6 0 19249 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 91816

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/173 29670
/proc/meminfo: memFree=30624132/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=83948 CPUtime=4362.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 39427 0 0 0 436213 16 0 0 25 0 1 0 1005784907 85962752 19381 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 20987 19381 131 6 0 19457 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 92648

[startup+4422.3 s]
/proc/loadavg: 1.07 1.02 1.06 2/173 29671
/proc/meminfo: memFree=30606616/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=101392 CPUtime=4422.28 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 43894 0 0 0 442211 17 0 0 25 0 1 0 1005784907 103825408 23725 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 25348 23725 131 6 0 23818 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 110092

[startup+4482.3 s]
/proc/loadavg: 1.02 1.01 1.05 2/173 29673
/proc/meminfo: memFree=30602728/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=105236 CPUtime=4482.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 44994 0 0 0 448211 18 0 0 25 0 1 0 1005784907 107761664 24701 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 26309 24701 131 6 0 24779 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 113936

[startup+4542.3 s]
/proc/loadavg: 1.01 1.00 1.05 2/173 29674
/proc/meminfo: memFree=30598964/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=109164 CPUtime=4542.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 46021 0 0 0 454211 18 0 0 25 0 1 0 1005784907 111783936 25662 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 27291 25662 131 6 0 25761 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 117864

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/173 29676
/proc/meminfo: memFree=30597448/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=110604 CPUtime=4602.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 46578 0 0 0 460211 18 0 0 25 0 1 0 1005784907 113258496 26029 33554432000 4194304 4218580 140736948080576 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 27651 26029 131 6 0 26121 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 119304

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/173 29678
/proc/meminfo: memFree=30590956/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=116984 CPUtime=4662.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 48313 0 0 0 466210 19 0 0 25 0 1 0 1005784907 119791616 27611 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 29246 27611 131 6 0 27716 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 125684

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.03 2/173 29679
/proc/meminfo: memFree=30585832/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=122256 CPUtime=4722.3 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 49689 0 0 0 472211 19 0 0 25 0 1 0 1005784907 125190144 28935 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29513/statm: 30564 28935 131 6 0 29034 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 130956

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/173 29681
/proc/meminfo: memFree=30579592/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=128412 CPUtime=4782.3 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 51331 0 0 0 478210 20 0 0 25 0 1 0 1005784907 131493888 30488 33554432000 4194304 4218580 140736948080576 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/29513/statm: 32103 30488 131 6 0 30573 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 137112

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/173 29682
/proc/meminfo: memFree=30576212/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=132440 CPUtime=4842.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 52368 0 0 0 484209 20 0 0 25 0 1 0 1005784907 135618560 31476 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/29513/statm: 33110 31476 131 6 0 31580 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 141140

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/173 29684
/proc/meminfo: memFree=30572092/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=136716 CPUtime=4902.29 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 53509 0 0 0 490209 20 0 0 25 0 1 0 1005784907 139997184 32549 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/29513/statm: 34179 32549 131 6 0 32649 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 145416

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/173 29686
/proc/meminfo: memFree=30569680/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=138884 CPUtime=4962.3 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 54160 0 0 0 496209 21 0 0 25 0 1 0 1005784907 142217216 33093 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/29513/statm: 34721 33093 131 6 0 33191 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 147584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.05 1.01 1.01 2/173 29687
/proc/meminfo: memFree=30568908/32950940 swapFree=67053432/67111528
[pid=29510] ppid=29508 vsize=8700 CPUtime=0.08 cores=1,3,5,7
/proc/29510/stat : 29510 (esg_static.sh) S 29508 29510 29089 0 -1 4202496 356 1580 0 0 0 0 8 0 25 0 1 0 1005784898 8908800 253 33554432000 4194304 4922060 140734925347104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29510/statm: 2175 253 209 178 0 68 0
[pid=29513] ppid=29510 vsize=139688 CPUtime=5000.01 cores=1,3,5,7
/proc/29513/stat : 29513 (cdcl) R 29510 29510 29089 0 -1 4202496 54374 0 0 0 499980 21 0 0 25 0 1 0 1005784907 143040512 33307 33554432000 4194304 4218580 140736948080576 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/29513/statm: 34922 33307 131 6 0 33392 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 148388

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)

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

Real time (s): 5000.01
CPU time (s): 5000.09
CPU user time (s): 4999.88
CPU system time (s): 0.21
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 148388

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

runsolver used 7.13392 second user time and 17.8873 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-15 18:32:21
IDJOB=3499089
IDBENCH=84205
IDSOLVER=1993
FILE ID=node117/3499089-1308155541
RUNJOBID= node117-1308150266-29108
PBS_JOBID= 13575594
Free space on /tmp= 73836 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499089-1308155541/watcher-3499089-1308155541 -o /tmp/evaluation-result-3499089-1308155541/solver-3499089-1308155541 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499089-1308155541.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=780037700

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      30602596 kB
Buffers:        471628 kB
Cached:        1417772 kB
SwapCached:      11804 kB
Active:         849484 kB
Inactive:      1153704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      30602596 kB
SwapTotal:    67111528 kB
SwapFree:     67053432 kB
Dirty:            2168 kB
Writeback:           0 kB
AnonPages:      110024 kB
Mapped:          13048 kB
Slab:           282048 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   304532 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= 73844 MiB
End job on node117 at 2011-06-15 19:55:43