Trace number 3725110

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.02 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_18.opb.PB06.opb
MD5SUMe1d6958876c3f9359c6b5193f1345bd5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1041
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1964
Total number of constraints4000
Number of constraints which are clauses4000
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 1964
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 1964
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1964
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.43	c 2012-06-02T12:11:45+0200
0.39/0.43	c arch = x86_64
0.39/0.43	c os = linux
0.39/0.43	c compiler = ghc 7.4
0.39/0.43	c packages:
0.39/0.43	c   OptDir-0.0.1
0.39/0.43	c   array-0.4.0.0
0.39/0.43	c   base-4.5.0.0
0.39/0.43	c   bytestring-0.9.2.1
0.39/0.43	c   containers-0.4.2.1
0.39/0.43	c   deepseq-1.3.0.0
0.39/0.43	c   mtl-2.1.1
0.39/0.43	c   old_locale-1.0.0.4
0.39/0.43	c   parse_dimacs-1.2
0.39/0.43	c   parsec-3.1.2
0.39/0.43	c   queue-0.1.2
0.39/0.43	c   stm-2.3
0.39/0.43	c   time-1.4
0.39/0.43	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725110-1338631905.opb"]
0.39/0.43	c #vars 1964
0.39/0.43	c #constraints 4000
0.39/0.43	c Solving starts ...
0.39/0.44	c solving time = 0.004s
0.39/0.44	c #decision = 766
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	o 1198
0.39/0.44	c Solving starts ...
32.77/32.83	c learnt constraints deletion: 4928 -> 2464
52.06/52.16	c learnt constraints deletion: 5033 -> 2517
84.43/84.59	c learnt constraints deletion: 5896 -> 2949
124.71/124.83	c learnt constraints deletion: 6368 -> 3185
158.09/158.24	c learnt constraints deletion: 6023 -> 3012
199.38/199.54	c learnt constraints deletion: 6884 -> 3443
239.28/239.45	c learnt constraints deletion: 6883 -> 3443
291.77/291.99	c learnt constraints deletion: 7448 -> 3724
346.76/346.96	c learnt constraints deletion: 7452 -> 3726
397.75/397.91	c learnt constraints deletion: 7455 -> 3729
451.35/451.57	c learnt constraints deletion: 8077 -> 4039
507.13/507.39	c learnt constraints deletion: 8081 -> 4042
559.51/559.72	c learnt constraints deletion: 8079 -> 4040
623.41/623.60	c learnt constraints deletion: 8077 -> 4040
675.90/676.10	c learnt constraints deletion: 8078 -> 4040
742.69/742.94	c learnt constraints deletion: 8765 -> 4383
812.28/812.58	c learnt constraints deletion: 8764 -> 4383
880.75/881.01	c learnt constraints deletion: 8767 -> 4386
943.74/944.02	c learnt constraints deletion: 8766 -> 4385
1011.14/1011.42	c learnt constraints deletion: 8765 -> 4386
1077.62/1077.94	c learnt constraints deletion: 8762 -> 4381
1153.12/1153.41	c learnt constraints deletion: 8963 -> 4482
1230.80/1231.17	c learnt constraints deletion: 9521 -> 4761
1310.99/1311.36	c learnt constraints deletion: 9523 -> 4763
1388.58/1388.99	c learnt constraints deletion: 9523 -> 4763
1476.56/1476.95	c learnt constraints deletion: 9515 -> 4760
1560.35/1560.76	c learnt constraints deletion: 9522 -> 4762
1649.24/1649.66	c learnt constraints deletion: 9526 -> 4765
1733.72/1734.16	c learnt constraints deletion: 9521 -> 4761

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-3725110-1338631905/watcher-3725110-1338631905 -o /tmp/evaluation-result-3725110-1338631905/solver-3725110-1338631905 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725110-1338631905.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.01 1.50 0.70 3/176 13696
/proc/meminfo: memFree=28712620/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 825 0 0 0 0 0 0 0 20 0 1 0 329316492 6373376 746 33554432000 4194304 8989770 140734036084576 140734405964744 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 1556 746 425 1171 0 333 0

[startup+0.0388529 s]
/proc/loadavg: 2.01 1.50 0.70 3/176 13696
/proc/meminfo: memFree=28712620/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=8272 CPUtime=0.03 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 1345 0 0 0 3 0 0 0 20 0 1 0 329316492 8470528 1266 33554432000 4194304 8989770 140734036084576 140734405964744 7857787 0 2 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 2068 1266 431 1171 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8272

[startup+0.100169 s]
/proc/loadavg: 2.01 1.50 0.70 3/176 13696
/proc/meminfo: memFree=28712620/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=11344 CPUtime=0.09 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 1909 0 0 0 9 0 0 0 20 0 1 0 329316492 11616256 1830 33554432000 4194304 8989770 140734036084576 140734405964744 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 2836 1830 442 1171 0 1613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11344

[startup+0.30018 s]
/proc/loadavg: 2.01 1.50 0.70 3/176 13696
/proc/meminfo: memFree=28712620/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=11344 CPUtime=0.29 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 1909 0 0 0 29 0 0 0 20 0 1 0 329316492 11616256 1830 33554432000 4194304 8989770 140734036084576 140734405964744 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 2836 1830 442 1171 0 1613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11344

[startup+0.700239 s]
/proc/loadavg: 2.01 1.50 0.70 3/176 13696
/proc/meminfo: memFree=28712620/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=14416 CPUtime=0.69 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 2927 0 0 0 69 0 0 0 20 0 1 0 329316492 14761984 2848 33554432000 4194304 8989770 140734036084576 140734405964744 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 3604 2848 471 1171 0 2381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14416

[startup+1.50025 s]
/proc/loadavg: 2.01 1.50 0.70 3/177 13697
/proc/meminfo: memFree=28700404/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=18512 CPUtime=1.48 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 3721 0 0 0 148 0 0 0 20 0 1 0 329316492 18956288 3642 33554432000 4194304 8989770 140734036084576 140734036083840 4438468 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 4628 3642 471 1171 0 3405 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18512

[startup+3.1002 s]
/proc/loadavg: 2.01 1.50 0.70 3/177 13697
/proc/meminfo: memFree=28694080/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=26704 CPUtime=3.09 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 5839 0 0 0 308 1 0 0 20 0 1 0 329316492 27344896 5760 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 6676 5760 471 1171 0 5453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26704

[startup+6.30026 s]
/proc/loadavg: 2.01 1.50 0.70 3/177 13697
/proc/meminfo: memFree=28678640/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=42064 CPUtime=6.29 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 9626 0 0 0 627 2 0 0 20 0 1 0 329316492 43073536 9547 33554432000 4194304 8989770 140734036084576 140734036084072 4209433 0 2 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/13696/statm: 10516 9547 471 1171 0 9293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42064

[startup+12.7003 s]
/proc/loadavg: 2.01 1.51 0.71 3/177 13697
/proc/meminfo: memFree=28652292/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=67664 CPUtime=12.68 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 16239 0 0 0 1263 5 0 0 20 0 1 0 329316492 69287936 16160 33554432000 4194304 8989770 140734036084576 140734036083840 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 16916 16160 471 1171 0 15693 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67664

[startup+25.5002 s]
/proc/loadavg: 2.01 1.54 0.73 3/177 13698
/proc/meminfo: memFree=28601688/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=114768 CPUtime=25.47 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 28029 0 0 0 2537 10 0 0 20 0 1 0 329316492 117522432 27941 33554432000 4194304 8989770 140734036084576 140734036084072 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 28692 27941 471 1171 0 27469 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 114768

[startup+51.1003 s]
/proc/loadavg: 2.00 1.57 0.76 3/177 13698
/proc/meminfo: memFree=28577476/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=139344 CPUtime=51.06 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 34009 0 0 0 5089 17 0 0 20 0 1 0 329316492 142688256 33905 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 34836 33905 473 1171 0 33613 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 139344

[startup+102.3 s]
/proc/loadavg: 2.11 1.67 0.84 3/177 13736
/proc/meminfo: memFree=28391404/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=190544 CPUtime=102.23 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 46898 0 0 0 10190 33 0 0 20 0 1 0 329316492 195117056 46754 33554432000 4194304 8989770 140734036084576 140734036083840 4204685 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 47636 46754 473 1171 0 46413 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 190544

[startup+162.3 s]
/proc/loadavg: 2.04 1.72 0.91 3/177 13736
/proc/meminfo: memFree=28297704/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=230480 CPUtime=162.19 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 58494 0 0 0 16172 47 0 0 20 0 1 0 329316492 236011520 56778 33554432000 4194304 8989770 140734036084576 140734036084072 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 57620 56778 473 1171 0 56397 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 230480

[startup+222.307 s]
/proc/loadavg: 2.01 1.77 0.97 3/177 13736
/proc/meminfo: memFree=28269904/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=230480 CPUtime=222.18 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 58494 0 0 0 22157 61 0 0 20 0 1 0 329316492 236011520 56778 33554432000 4194304 8989770 140734036084576 140734036083840 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 57620 56778 473 1171 0 56397 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 230480

[startup+282.3 s]
/proc/loadavg: 2.00 1.81 1.03 3/177 13736
/proc/meminfo: memFree=28253068/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=247888 CPUtime=282.17 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 62882 0 0 0 28144 73 0 0 20 0 1 0 329316492 253837312 61166 33554432000 4194304 8989770 140734036084576 140734036084072 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 61972 61166 473 1171 0 60749 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 247888

[startup+342.3 s]
/proc/loadavg: 2.00 1.84 1.09 3/177 13737
/proc/meminfo: memFree=28211900/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=289872 CPUtime=342.17 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 73312 0 0 0 34131 86 0 0 20 0 1 0 329316492 296828928 71596 33554432000 4194304 8989770 140734036084576 140734036083840 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 72468 71596 473 1171 0 71245 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 289872

[startup+402.3 s]
/proc/loadavg: 2.00 1.87 1.14 3/177 13737
/proc/meminfo: memFree=28201484/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=275536 CPUtime=402.16 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 75384 0 0 0 40118 98 0 0 20 0 1 0 329316492 282148864 68135 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 68884 68135 473 1171 0 67661 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 275536

[startup+462.3 s]
/proc/loadavg: 2.00 1.89 1.20 3/177 13737
/proc/meminfo: memFree=28162776/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=275536 CPUtime=462.14 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 75394 0 0 0 46105 109 0 0 20 0 1 0 329316492 282148864 68135 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 68884 68135 473 1171 0 67661 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 275536

[startup+522.3 s]
/proc/loadavg: 2.00 1.91 1.24 3/178 13740
/proc/meminfo: memFree=28162940/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=275536 CPUtime=522.12 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 75404 0 0 0 52093 119 0 0 20 0 1 0 329316492 282148864 68135 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 68884 68135 473 1171 0 67661 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 275536

[startup+582.3 s]
/proc/loadavg: 2.07 1.94 1.29 3/177 13740
/proc/meminfo: memFree=28162948/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=276560 CPUtime=582.12 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 75428 0 0 0 58082 130 0 0 20 0 1 0 329316492 283197440 68159 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 69140 68159 473 1171 0 67917 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 276560

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 1.97 1.47 3/176 13741
/proc/meminfo: memFree=28070088/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=882.07 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 88022 185 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036083840 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 338000

[startup+942.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/177 13743
/proc/meminfo: memFree=28069732/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=942.05 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 94011 194 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036084072 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 338000

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/177 13743
/proc/meminfo: memFree=28069732/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=1002.04 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 100000 204 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 338000

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/177 13743
/proc/meminfo: memFree=28068844/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=1062.03 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 105988 215 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036084072 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 338000

[startup+1122.3 s]
/proc/loadavg: 2.04 1.99 1.59 3/178 13746
/proc/meminfo: memFree=28057324/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=1122.02 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 111977 225 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036083840 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 338000

[startup+1182.3 s]
/proc/loadavg: 2.01 1.99 1.61 3/177 13746
/proc/meminfo: memFree=28048032/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=1182.01 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 117964 237 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036083840 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 338000

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/177 13747
/proc/meminfo: memFree=28048032/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=338000 CPUtime=1242 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 92791 0 0 0 123952 248 0 0 20 0 1 0 329316492 346112000 83751 33554432000 4194304 8989770 140734036084576 140734036083840 4204286 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 84500 83751 473 1171 0 83277 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 338000

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.65 3/177 13747
/proc/meminfo: memFree=28003020/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=362576 CPUtime=1301.99 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 98811 0 0 0 129944 255 0 0 20 0 1 0 329316492 371277824 89771 33554432000 4194304 8989770 140734036084576 140734036083840 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 90644 89771 473 1171 0 89421 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 362576

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/177 13747
/proc/meminfo: memFree=27991116/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=373840 CPUtime=1361.98 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 101694 0 0 0 135933 265 0 0 20 0 1 0 329316492 382812160 92654 33554432000 4194304 8989770 140734036084576 140734036083840 4204289 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 93460 92654 473 1171 0 92237 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 373840

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/177 13747
/proc/meminfo: memFree=27990868/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=373840 CPUtime=1421.98 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 101751 0 0 0 141922 276 0 0 20 0 1 0 329316492 382812160 92711 33554432000 4194304 8989770 140734036084576 140734036084072 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 93460 92711 473 1171 0 92237 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 373840

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/177 13747
/proc/meminfo: memFree=27967184/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=398416 CPUtime=1481.97 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 107655 0 0 0 147911 286 0 0 20 0 1 0 329316492 407977984 98615 33554432000 4194304 8989770 140734036084576 140734036083840 4204276 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 99604 98615 473 1171 0 98381 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 398416

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.72 3/176 13747
/proc/meminfo: memFree=27964716/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=398416 CPUtime=1541.96 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 107655 0 0 0 153902 294 0 0 20 0 1 0 329316492 407977984 98615 33554432000 4194304 8989770 140734036084576 140734036083840 4204672 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 99604 98615 473 1171 0 98381 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 398416

[startup+1602.3 s]
/proc/loadavg: 2.06 2.00 1.74 3/177 13748
/proc/meminfo: memFree=27956648/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=398416 CPUtime=1601.95 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 107655 0 0 0 159890 305 0 0 20 0 1 0 329316492 407977984 98615 33554432000 4194304 8989770 140734036084576 140734036084072 7953280 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 99604 98615 473 1171 0 98381 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 398416

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.75 3/177 13748
/proc/meminfo: memFree=27955780/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=398416 CPUtime=1661.94 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 107895 0 0 0 165878 316 0 0 20 0 1 0 329316492 407977984 98855 33554432000 4194304 8989770 140734036084576 140734036083840 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 99604 98855 473 1171 0 98381 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 398416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 13751
/proc/meminfo: memFree=27955588/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=398416 CPUtime=1721.93 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 107896 0 0 0 171868 325 0 0 20 0 1 0 329316492 407977984 98855 33554432000 4194304 8989770 140734036084576 140734036084072 7857787 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 99604 98855 473 1171 0 98381 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 398416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 13751
/proc/meminfo: memFree=27946852/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=407632 CPUtime=1781.91 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 110077 0 0 0 177858 333 0 0 20 0 1 0 329316492 417415168 101012 33554432000 4194304 8989770 140734036084576 140734036083840 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 101908 101012 473 1171 0 100685 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 407632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 13751
/proc/meminfo: memFree=27946852/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=407632 CPUtime=1800.01 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 110077 0 0 0 179665 336 0 0 20 0 1 0 329316492 417415168 101012 33554432000 4194304 8989770 140734036084576 140734036084072 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 101908 101012 473 1171 0 100685 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 407632

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 13751
/proc/meminfo: memFree=27946852/32873648 swapFree=6864/6864
[pid=13696] ppid=13694 vsize=407632 CPUtime=1800.01 cores=1,3,5,7
/proc/13696/stat : 13696 (toysat) R 13694 13696 13572 0 -1 4202496 110077 0 0 0 179665 336 0 0 20 0 1 0 329316492 417415168 101012 33554432000 4194304 8989770 140734036084576 140734036084072 7697332 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/13696/statm: 101908 101012 473 1171 0 100685 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 407632

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1796.66
CPU system time (s): 3.36549
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 407632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.66
system time used= 3.36549
maximum resident set size= 404048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110077
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= 176
involuntary context switches= 2002

runsolver used 3.38049 second user time and 9.59654 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 12:11:45
IDJOB=3725110
IDBENCH=1987
IDSOLVER=2308
FILE ID=node120/3725110-1338631905
RUNJOBID= node120-1338631507-13589
PBS_JOBID= 14636460
Free space on /tmp= 70784 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_18.opb.PB06.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725110-1338631905/watcher-3725110-1338631905 -o /tmp/evaluation-result-3725110-1338631905/solver-3725110-1338631905 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725110-1338631905.opb

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

MD5SUM BENCH= e1d6958876c3f9359c6b5193f1345bd5
RANDOM SEED=2072928562

node120.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		: 2666.456
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	: 5332.91
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		: 2666.456
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		: 2666.456
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		: 2666.456
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.88
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		: 2666.456
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		: 2666.456
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.83
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		: 2666.456
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		: 2666.456
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:        28712992 kB
Buffers:          528768 kB
Cached:          2690896 kB
SwapCached:         1572 kB
Active:          1623408 kB
Inactive:        1611920 kB
Active(anon):       8256 kB
Inactive(anon):     9228 kB
Active(file):    1615152 kB
Inactive(file):  1602692 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              7448 kB
Writeback:             0 kB
AnonPages:         20116 kB
Mapped:            12580 kB
Shmem:                32 kB
Slab:             789732 kB
SReclaimable:     234232 kB
SUnreclaim:       555500 kB
KernelStack:        1472 kB
PageTables:         3560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     130192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 70776 MiB
End job on node120 at 2012-06-02 12:41:48