Trace number 3725138

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.07 1800.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark15.9636
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17831
Number of constraints which are clauses17831
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.29/0.30	c 2012-06-02T12:36:08+0200
0.29/0.30	c arch = x86_64
0.29/0.30	c os = linux
0.29/0.30	c compiler = ghc 7.4
0.29/0.30	c packages:
0.29/0.30	c   OptDir-0.0.1
0.29/0.30	c   array-0.4.0.0
0.29/0.30	c   base-4.5.0.0
0.29/0.30	c   bytestring-0.9.2.1
0.29/0.30	c   containers-0.4.2.1
0.29/0.30	c   deepseq-1.3.0.0
0.29/0.30	c   mtl-2.1.1
0.29/0.30	c   old_locale-1.0.0.4
0.29/0.30	c   parse_dimacs-1.2
0.29/0.30	c   parsec-3.1.2
0.29/0.30	c   queue-0.1.2
0.29/0.30	c   stm-2.3
0.29/0.30	c   time-1.4
0.29/0.30	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725138-1338633368.opb"]
0.29/0.30	c #vars 450
0.29/0.30	c #constraints 17831
0.29/0.30	c Solving starts ...
0.29/0.31	c solving time = 0.001s
0.29/0.31	c #decision = 21
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	o -21
0.29/0.31	c Solving starts ...
0.29/0.32	c solving time = 0.016s
0.29/0.32	c #decision = 70
0.29/0.32	c #conflict = 18
0.29/0.32	c #restart = 0
0.29/0.32	o -22
0.29/0.32	c Solving starts ...
40.98/41.07	c learnt constraints deletion: 16243 -> 8122
74.77/74.81	c learnt constraints deletion: 19571 -> 9786
117.64/117.76	c learnt constraints deletion: 19568 -> 9784
186.32/186.46	c learnt constraints deletion: 21484 -> 10742
244.31/244.45	c learnt constraints deletion: 23581 -> 11791
297.01/297.19	c learnt constraints deletion: 23588 -> 11794
349.90/350.02	c learnt constraints deletion: 23591 -> 11796
402.28/402.44	c learnt constraints deletion: 25904 -> 12952
460.58/460.71	c learnt constraints deletion: 25901 -> 12953
499.87/500.02	c learnt constraints deletion: 25902 -> 12951
555.77/555.94	c learnt constraints deletion: 28454 -> 14227
627.26/627.44	c learnt constraints deletion: 28446 -> 14223
694.05/694.22	c learnt constraints deletion: 28448 -> 14224
755.14/755.39	c learnt constraints deletion: 28450 -> 14225
825.12/825.31	c learnt constraints deletion: 31249 -> 15625
900.71/900.99	c learnt constraints deletion: 31256 -> 15628
971.09/971.37	c learnt constraints deletion: 31257 -> 15629
1049.86/1050.17	c learnt constraints deletion: 31255 -> 15630
1098.94/1099.21	c learnt constraints deletion: 31258 -> 15631
1160.42/1160.73	c learnt constraints deletion: 31250 -> 15625
1227.41/1227.79	c learnt constraints deletion: 34328 -> 17164
1295.09/1295.43	c learnt constraints deletion: 34329 -> 17165
1375.98/1376.38	c learnt constraints deletion: 34338 -> 17169
1443.37/1443.78	c learnt constraints deletion: 34338 -> 17169
1514.16/1514.50	c learnt constraints deletion: 34336 -> 17169
1577.75/1578.16	c learnt constraints deletion: 34338 -> 17169
1647.24/1647.67	c learnt constraints deletion: 34330 -> 17165
1721.63/1722.02	c learnt constraints deletion: 34339 -> 17170

Verifier Data

ERROR: no interpretation 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-3725138-1338633368/watcher-3725138-1338633368 -o /tmp/evaluation-result-3725138-1338633368/solver-3725138-1338633368 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725138-1338633368.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 28880
/proc/meminfo: memFree=29023372/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 751 0 0 0 0 0 0 0 20 0 1 0 329462268 6373376 671 33554432000 4194304 8989770 140735617992912 140736211216440 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 1556 671 424 1171 0 333 0

[startup+0.054322 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 28880
/proc/meminfo: memFree=29023372/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=10320 CPUtime=0.04 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 1631 0 0 0 4 0 0 0 20 0 1 0 329462268 10567680 1551 33554432000 4194304 8989770 140735617992912 140736211216440 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 2580 1551 430 1171 0 1357 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10320

[startup+0.100171 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 28880
/proc/meminfo: memFree=29023372/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=13392 CPUtime=0.09 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 2624 0 0 0 9 0 0 0 20 0 1 0 329462268 13713408 2544 33554432000 4194304 8989770 140735617992912 140736211216440 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 3348 2544 430 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300168 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 28880
/proc/meminfo: memFree=29023372/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=24656 CPUtime=0.29 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 5453 0 0 0 28 1 0 0 20 0 1 0 329462268 25247744 5373 33554432000 4194304 8989770 140735617992912 140736211216440 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 6164 5373 441 1171 0 4941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24656

[startup+0.700154 s]
/proc/loadavg: 2.00 2.00 1.70 3/176 28880
/proc/meminfo: memFree=29023372/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=25680 CPUtime=0.69 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 5614 0 0 0 68 1 0 0 20 0 1 0 329462268 26296320 5534 33554432000 4194304 8989770 140735617992912 140736211216440 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 6420 5534 470 1171 0 5197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25680

[startup+1.50015 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 28881
/proc/meminfo: memFree=29001392/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=31824 CPUtime=1.48 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 7059 0 0 0 147 1 0 0 20 0 1 0 329462268 32587776 6979 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 7956 6979 470 1171 0 6733 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31824

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 28881
/proc/meminfo: memFree=28993332/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=41040 CPUtime=3.09 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 9344 0 0 0 307 2 0 0 20 0 1 0 329462268 42024960 9264 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 10260 9264 470 1171 0 9037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41040

[startup+6.30014 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 28881
/proc/meminfo: memFree=28976124/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=56400 CPUtime=6.29 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 13327 0 0 0 625 4 0 0 20 0 1 0 329462268 57753600 13247 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 14100 13247 470 1171 0 12877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56400

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.71 3/177 28881
/proc/meminfo: memFree=28943444/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=88144 CPUtime=12.69 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 21110 0 0 0 1262 7 0 0 20 0 1 0 329462268 90259456 21030 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 22036 21030 470 1171 0 20813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88144

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.71 3/177 28881
/proc/meminfo: memFree=28886688/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=141392 CPUtime=25.49 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 34669 0 0 0 2537 12 0 0 20 0 1 0 329462268 144785408 34589 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 35348 34589 470 1171 0 34125 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 141392

[startup+51.1002 s]
/proc/loadavg: 1.94 1.98 1.71 3/177 28920
/proc/meminfo: memFree=29070200/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=197712 CPUtime=51.07 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 53119 0 0 0 5085 22 0 0 20 0 1 0 329462268 202457088 48677 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 49428 48677 472 1171 0 48205 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 197712

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.73 3/177 28921
/proc/meminfo: memFree=28896520/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=246864 CPUtime=102.25 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 65429 0 0 0 10187 38 0 0 20 0 1 0 329462268 252788736 60966 33554432000 4194304 8989770 140735617992912 140735617992176 4208870 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 61716 60966 472 1171 0 60493 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 246864

[startup+162.3 s]
/proc/loadavg: 2.03 2.00 1.75 3/177 28921
/proc/meminfo: memFree=28778336/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=238672 CPUtime=162.23 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 71080 0 0 0 16170 53 0 0 20 0 1 0 329462268 244400128 58918 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 59668 58918 472 1171 0 58445 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 238672

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.76 3/177 28921
/proc/meminfo: memFree=28671052/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=234576 CPUtime=222.22 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 72881 0 0 0 22155 67 0 0 20 0 1 0 329462268 240205824 57894 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 58644 57894 472 1171 0 57421 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 234576

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 28924
/proc/meminfo: memFree=28572244/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=255056 CPUtime=282.21 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 85425 0 0 0 28137 84 0 0 20 0 1 0 329462268 261177344 63014 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 63764 63014 472 1171 0 62541 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 255056

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 28924
/proc/meminfo: memFree=28496100/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=275536 CPUtime=342.2 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 95921 0 0 0 34119 101 0 0 20 0 1 0 329462268 282148864 68134 33554432000 4194304 8989770 140735617992912 140735617992408 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 68884 68134 472 1171 0 67661 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 275536

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 28925
/proc/meminfo: memFree=28425948/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=312400 CPUtime=402.18 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 114505 0 0 0 40099 119 0 0 20 0 1 0 329462268 319897600 77246 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 78100 77246 472 1171 0 76877 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 312400

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 28925
/proc/meminfo: memFree=28237868/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=463952 CPUtime=462.17 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 154033 0 0 0 46075 142 0 0 20 0 1 0 329462268 475086848 115238 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 115988 115238 472 1171 0 114765 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 463952

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 1.82 3/177 28925
/proc/meminfo: memFree=28272120/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=393296 CPUtime=522.17 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 168113 0 0 0 52054 163 0 0 20 0 1 0 329462268 402735104 97574 33554432000 4194304 8989770 140735617992912 140735617992176 4208833 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 98324 97574 472 1171 0 97101 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 393296

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.83 3/177 28925
/proc/meminfo: memFree=28238916/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=394320 CPUtime=582.16 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 175281 0 0 0 58036 180 0 0 20 0 1 0 329462268 403783680 97830 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 98580 97830 472 1171 0 97357 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 394320

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 28926
/proc/meminfo: memFree=28156408/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=377936 CPUtime=822.12 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 225841 0 0 0 81959 253 0 0 20 0 1 0 329462268 387006464 93600 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 94484 93600 472 1171 0 93261 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 377936

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 28929
/proc/meminfo: memFree=28154536/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=353360 CPUtime=882.11 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 230080 0 0 0 87942 269 0 0 20 0 1 0 329462268 361840640 87590 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 88340 87590 472 1171 0 87117 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 353360

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 28929
/proc/meminfo: memFree=28028464/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=447568 CPUtime=942.08 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 256975 0 0 0 93919 289 0 0 20 0 1 0 329462268 458309632 111142 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 111892 111142 472 1171 0 110669 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 447568

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 1.87 3/177 28930
/proc/meminfo: memFree=28003160/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=468048 CPUtime=1002.07 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 269085 0 0 0 99898 309 0 0 20 0 1 0 329462268 479281152 116076 33554432000 4194304 8989770 140735617992912 140735617992408 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 117012 116076 472 1171 0 115789 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 468048

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/177 28930
/proc/meminfo: memFree=28103264/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=336976 CPUtime=1062.05 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 293605 0 0 0 105878 327 0 0 20 0 1 0 329462268 345063424 83494 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 84244 83494 472 1171 0 83021 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 336976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 28930
/proc/meminfo: memFree=27975204/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=443472 CPUtime=1122.03 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 320246 0 0 0 111853 350 0 0 20 0 1 0 329462268 454115328 110118 33554432000 4194304 8989770 140735617992912 140735617992408 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 110868 110118 472 1171 0 109645 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 443472

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 28930
/proc/meminfo: memFree=28061140/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=336976 CPUtime=1182.02 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 331530 0 0 0 117835 367 0 0 20 0 1 0 329462268 345063424 83494 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 84244 83494 472 1171 0 83021 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 336976

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 28930
/proc/meminfo: memFree=27943340/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=434256 CPUtime=1242.01 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 355850 0 0 0 123812 389 0 0 20 0 1 0 329462268 444678144 107814 33554432000 4194304 8989770 140735617992912 140735617990912 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 108564 107814 472 1171 0 107341 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 434256

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 28931
/proc/meminfo: memFree=27923036/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=434256 CPUtime=1302 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 365834 0 0 0 129793 407 0 0 20 0 1 0 329462268 444678144 107814 33554432000 4194304 8989770 140735617992912 140735617992408 4208833 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 108564 107814 472 1171 0 107341 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 434256

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28931
/proc/meminfo: memFree=27959464/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=386128 CPUtime=1361.99 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 365834 0 0 0 135775 424 0 0 20 0 1 0 329462268 395395072 95782 33554432000 4194304 8989770 140735617992912 140735617992408 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 96532 95782 472 1171 0 95309 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 386128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28931
/proc/meminfo: memFree=27954920/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=369744 CPUtime=1421.98 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 377354 0 0 0 141758 440 0 0 20 0 1 0 329462268 378617856 91686 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 92436 91686 472 1171 0 91213 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 369744

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 28934
/proc/meminfo: memFree=27944880/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=357456 CPUtime=1481.97 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 396042 0 0 0 147740 457 0 0 20 0 1 0 329462268 366034944 88614 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 89364 88614 472 1171 0 88141 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 357456

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 28957
/proc/meminfo: memFree=27771260/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=509008 CPUtime=1541.96 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 433930 0 0 0 153716 480 0 0 20 0 1 0 329462268 521224192 126502 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 127252 126502 472 1171 0 126029 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 509008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28958
/proc/meminfo: memFree=27775304/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=506960 CPUtime=1601.95 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 447571 0 0 0 159699 496 0 0 20 0 1 0 329462268 519127040 125807 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 126740 125807 472 1171 0 125517 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 506960

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/177 28958
/proc/meminfo: memFree=27682800/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=562256 CPUtime=1661.94 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 473098 0 0 0 165679 515 0 0 20 0 1 0 329462268 575750144 139814 33554432000 4194304 8989770 140735617992912 140735617992408 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 140564 139814 472 1171 0 139341 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 562256

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 28958
/proc/meminfo: memFree=27683876/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=549968 CPUtime=1721.93 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 473098 0 0 0 171666 527 0 0 20 0 1 0 329462268 563167232 136742 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 137492 136742 472 1171 0 136269 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 549968

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 28958
/proc/meminfo: memFree=27598096/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=610384 CPUtime=1781.92 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 488202 0 0 0 177648 544 0 0 20 0 1 0 329462268 625033216 151846 33554432000 4194304 8989770 140735617992912 140735617992176 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 152596 151846 472 1171 0 151373 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 610384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 28958
/proc/meminfo: memFree=27585292/32873648 swapFree=7116/7116
[pid=28880] ppid=28878 vsize=610384 CPUtime=1800.02 cores=1,3,5,7
/proc/28880/stat : 28880 (toysat) R 28878 28880 28704 0 -1 4202496 488202 0 0 0 179455 547 0 0 20 0 1 0 329462268 625033216 151846 33554432000 4194304 8989770 140735617992912 140735617992176 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/28880/statm: 152596 151846 472 1171 0 151373 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 610384

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): 1800.44
CPU time (s): 1800.07
CPU user time (s): 1794.56
CPU system time (s): 5.51316
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 610384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 5.51316
maximum resident set size= 607384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488202
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= 157
involuntary context switches= 1840

runsolver used 3.14252 second user time and 9.1916 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 12:36:08
IDJOB=3725138
IDBENCH=2238
IDSOLVER=2308
FILE ID=node123/3725138-1338633368
RUNJOBID= node123-1338631508-28721
PBS_JOBID= 14636457
Free space on /tmp= 71312 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725138-1338633368/watcher-3725138-1338633368 -o /tmp/evaluation-result-3725138-1338633368/solver-3725138-1338633368 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725138-1338633368.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=1533046589

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29023644 kB
Buffers:          466260 kB
Cached:          2086164 kB
SwapCached:         2272 kB
Active:          1191172 kB
Inactive:        1773236 kB
Active(anon):     406860 kB
Inactive(anon):     5520 kB
Active(file):     784312 kB
Inactive(file):  1767716 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:              7764 kB
Writeback:             0 kB
AnonPages:        415636 kB
Mapped:            12180 kB
Shmem:                 0 kB
Slab:             746844 kB
SReclaimable:     191392 kB
SUnreclaim:       555452 kB
KernelStack:        1456 kB
PageTables:         4788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     528768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-02 13:06:10