Trace number 3739636

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
PB07: bsolo 3.0.17? (TO) 1800.04 1800.62

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.0.17 - 27/04/2007 : 1600 GMT
0.00/0.00	c Developed by Vasco Manquinho IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Memory Limit set to 15500 MB
0.00/0.00	c Instance file HOME/instance-3739636-1338748907.opb
0.00/0.00	c File size is 3410453 bytes.
0.28/0.30	c Highest Coefficient sum: 561
0.28/0.30	c Parsing was ok!!
0.28/0.30	c Total parsing time: 0.296 s
0.28/0.33	c Var: 32186 Constr: 107047 106519/0/528 Lit: 275165 Watch. Lit: 254488
0.28/0.33	c Obj. Vars: 0 (0 % of total variables)
3.98/4.02	c Pre-processing Time: 4.017 s
3.98/4.02	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
3.98/4.02	c        0  11752    32515    89986    2    80972   51376      0      0 4.02
3.98/4.02	c Switching off LPR mode.
1800.03/1800.61	c      100  11752    32615   111959    3    83035   56514    100     24 4.12
1800.03/1800.61	c      250  11752    32765   122576    3    83838   62166    250     59 4.19
1800.03/1800.61	c      476  11752    32991   149600    4    84370   68383    476    110 4.31
1800.03/1800.61	c      814  11752    33329   181611    5    85023   75222    814    180 4.52
1800.03/1800.61	c     1322  11752    33837   221397    6    86004   82745   1322    272 4.84
1800.03/1800.61	c     2085  11752    34600   266899    7    87564   91020   2085    404 5.16
1800.03/1800.61	c     3232  11752    35747   378803   10    89846  100123   3232    539 5.99
1800.03/1800.61	c     4953  11752    37468   554075   14    93272  110136   4953    691 7.16
1800.03/1800.61	c     7538  11752    40053   826421   20    98474  121150   7538    859 8.77
1800.03/1800.61	c    11417  11752    43932  1317198   29   106233  133266  11417    957 11.93
1800.03/1800.61	c    17239  11752    49754  2039164   40   117869  146593  17239   1082 15.92
1800.03/1800.61	c    25978  11752    58493  3226619   55   135336  161253  25978   1058 24.54
1800.03/1800.61	c    39089  11752    71604  5695497   79   161539  177379  39089    987 39.57
1800.03/1800.61	c    58759  11752    91274  9027313   98   200896  195117  58759    900 65.24
1800.03/1800.61	c    88269  11752   120784 13701391  113   259912  214629  88269    813 108.47
1800.03/1800.61	c   132540  11752   165055 22463877  136   348501  236092 132540    639 207.39
1800.03/1800.61	c   198950  11752   231465 42472935  183   481258  259702 198950    434 457.84
1800.03/1800.61	c   298570  11752    60114  5630024   93   138576  285673  27599    341 875.37
1800.03/1800.61	c   448008  11752   209552 42269759  201   437490  314241 177037    349 1280.51
1800.03/1800.61	c Caught signal: 15
1800.03/1800.61	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.03/1800.61	c   19   545979 134683   822089   307523 66017855 275008    303 1800.03
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c Total time: 1800.03 s

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-3739636-1338748907/watcher-3739636-1338748907 -o /tmp/evaluation-result-3739636-1338748907/solver-3739636-1338748907 -C 1800 -W 1900 -M 15500 bsolo3.0.17 -m15500 HOME/instance-3739636-1338748907.opb 

running on 4 cores: 0,2,4,6

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.02 2.02 1.93 3/173 11731
/proc/meminfo: memFree=27591192/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=2888 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 341016608 2957312 56 33554432000 134512640 135840783 4294278512 4294276496 10466244 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 722 59 45 325 0 35 0

[startup+0.0525229 s]
/proc/loadavg: 2.02 2.02 1.93 3/173 11731
/proc/meminfo: memFree=27591192/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=11116 CPUtime=0.04 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 1401 0 0 0 4 0 0 0 20 0 1 0 341016608 11382784 1337 33554432000 134512640 135840783 4294278512 4294277344 2688295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 2779 1337 468 325 0 882 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11116

[startup+0.100165 s]
/proc/loadavg: 2.02 2.02 1.93 3/173 11731
/proc/meminfo: memFree=27591192/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=13452 CPUtime=0.08 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 2112 0 0 0 8 0 0 0 20 0 1 0 341016608 13774848 2048 33554432000 134512640 135840783 4294278512 4294277504 134525286 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 3363 2049 615 325 0 1466 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13452

[startup+0.300143 s]
/proc/loadavg: 2.02 2.02 1.93 3/173 11731
/proc/meminfo: memFree=27591192/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=21232 CPUtime=0.28 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 4630 0 0 0 28 0 0 0 20 0 1 0 341016608 21741568 4526 33554432000 134512640 135840783 4294278512 4294276112 2688295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 5308 4527 1150 325 0 3411 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21232

[startup+0.700137 s]
/proc/loadavg: 2.02 2.02 1.93 3/173 11731
/proc/meminfo: memFree=27591192/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=27428 CPUtime=0.68 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 6935 0 0 0 67 1 0 0 20 0 1 0 341016608 28086272 5998 33554432000 134512640 135840783 4294278512 4293891232 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 6857 5998 344 325 0 5793 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27428

[startup+1.50012 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 11742
/proc/meminfo: memFree=27545576/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=27428 CPUtime=1.48 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 6937 0 0 0 147 1 0 0 20 0 1 0 341016608 28086272 6000 33554432000 134512640 135840783 4294278512 4293891372 10691632 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 6857 6000 344 325 0 5793 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27428

[startup+3.10013 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 11742
/proc/meminfo: memFree=27544684/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=27428 CPUtime=3.09 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 6956 0 0 0 307 2 0 0 20 0 1 0 341016608 28086272 6019 33554432000 134512640 135840783 4294278512 4293891372 10691632 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 6857 6019 344 325 0 5793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27428

[startup+6.30012 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 11742
/proc/meminfo: memFree=27535928/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=28036 CPUtime=6.29 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 7419 0 0 0 625 4 0 0 20 0 1 0 341016608 28708864 6167 33554432000 134512640 135840783 4294278512 4294277816 2690757 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 7009 6167 349 325 0 5945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28036

[startup+12.7001 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 11742
/proc/meminfo: memFree=27509448/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=35692 CPUtime=12.68 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 9349 0 0 0 1264 4 0 0 20 0 1 0 341016608 36548608 8097 33554432000 134512640 135840783 4294278512 4294274752 2688295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 8923 8097 349 325 0 7859 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35692

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 1.93 3/176 11742
/proc/meminfo: memFree=27451168/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=59740 CPUtime=25.47 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 15380 0 0 0 2541 6 0 0 20 0 1 0 341016608 61173760 14120 33554432000 134512640 135840783 4294278512 4294277872 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 14935 14120 349 325 0 13871 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 59740

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.93 3/176 11742
/proc/meminfo: memFree=27361972/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=108788 CPUtime=51.05 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 27643 0 0 0 5095 10 0 0 20 0 1 0 341016608 111398912 26359 33554432000 134512640 135840783 4294278512 4294277808 134572687 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 27197 26359 349 325 0 26133 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 108788

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 11743
/proc/meminfo: memFree=27212304/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=186776 CPUtime=102.21 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 47197 0 0 0 10205 16 0 0 20 0 1 0 341016608 191258624 45873 33554432000 134512640 135840783 4294278512 4294276208 2688295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 46694 45873 349 325 0 45630 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 186776

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11744
/proc/meminfo: memFree=27049892/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=267880 CPUtime=162.16 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 67514 0 0 0 16195 21 0 0 20 0 1 0 341016608 274309120 66142 33554432000 134512640 135840783 4294278512 4294277872 134550804 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 66970 66142 349 325 0 65906 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 267880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11744
/proc/meminfo: memFree=26929120/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=328388 CPUtime=222.14 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 82657 0 0 0 22188 26 0 0 20 0 1 0 341016608 336269312 81270 33554432000 134512640 135840783 4294278512 4294277872 134550820 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 82097 81270 349 325 0 81033 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 328388

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11744
/proc/meminfo: memFree=26824880/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=394124 CPUtime=282.13 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 99105 0 0 0 28182 31 0 0 20 0 1 0 341016608 403582976 97718 33554432000 134512640 135840783 4294278512 4294277872 134550804 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 98531 97718 349 325 0 97467 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 394124

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11744
/proc/meminfo: memFree=26733892/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=454392 CPUtime=342.12 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 114146 0 0 0 34175 37 0 0 20 0 1 0 341016608 465297408 112759 33554432000 134512640 135840783 4294278512 4294277872 134550804 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 113598 112759 349 325 0 112534 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 454392

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11744
/proc/meminfo: memFree=26646772/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=525376 CPUtime=402.11 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 131918 0 0 0 40168 43 0 0 20 0 1 0 341016608 537985024 130531 33554432000 134512640 135840783 4294278512 4294277872 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 131344 130531 349 325 0 130280 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 525376

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11745
/proc/meminfo: memFree=26593968/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=578020 CPUtime=462.1 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 145083 0 0 0 46163 47 0 0 20 0 1 0 341016608 591892480 143696 33554432000 134512640 135840783 4294278512 4294277872 134550872 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 144505 143696 349 325 0 143441 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 578020

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11748
/proc/meminfo: memFree=26563112/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=608860 CPUtime=522.1 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 152784 0 0 0 52159 51 0 0 20 0 1 0 341016608 623472640 151397 33554432000 134512640 135840783 4294278512 4294277872 134551305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 152215 151397 349 325 0 151151 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 608860

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11748
/proc/meminfo: memFree=26522200/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=649908 CPUtime=582.09 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 163052 0 0 0 58154 55 0 0 20 0 1 0 341016608 665505792 161665 33554432000 134512640 135840783 4294278512 4294277868 8505530 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 162477 161665 349 325 0 161413 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 649908

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11749
/proc/meminfo: memFree=26387080/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=784680 CPUtime=821.93 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 196887 0 0 0 82123 70 0 0 20 0 1 0 341016608 803512320 195336 33554432000 134512640 135840783 4294278512 4294277872 134550782 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 196170 195336 349 325 0 195106 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 784680

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11749
/proc/meminfo: memFree=26358960/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=881.89 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200563 0 0 0 88117 72 0 0 20 0 1 0 341016608 817201152 198688 33554432000 134512640 135840783 4294278512 4294277872 134550764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198688 349 325 0 198448 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 798048

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11749
/proc/meminfo: memFree=26324420/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=941.86 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200597 0 0 0 94113 73 0 0 20 0 1 0 341016608 817201152 198688 33554432000 134512640 135840783 4294278512 4294277872 134550887 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198688 349 325 0 198448 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 798048

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11749
/proc/meminfo: memFree=26314748/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1001.85 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200597 0 0 0 100112 73 0 0 20 0 1 0 341016608 817201152 198688 33554432000 134512640 135840783 4294278512 4294277872 134550804 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198688 349 325 0 198448 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 798048

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 11749
/proc/meminfo: memFree=26314872/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1061.84 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200597 0 0 0 106111 73 0 0 20 0 1 0 341016608 817201152 198688 33554432000 134512640 135840783 4294278512 4294277648 2685676 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198688 349 325 0 198448 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 798048

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11753
/proc/meminfo: memFree=26315120/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1121.83 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 112110 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550902 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 798048

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11776
/proc/meminfo: memFree=26313900/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1181.82 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 118109 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 798048

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11776
/proc/meminfo: memFree=26314536/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1241.81 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 124108 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277860 8892372 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 798048

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11776
/proc/meminfo: memFree=26314660/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1301.81 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 130108 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 798048

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 11776
/proc/meminfo: memFree=26314544/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1361.79 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 136106 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 798048

[startup+1422.31 s]
/proc/loadavg: 2.09 2.02 1.94 3/177 11777
/proc/meminfo: memFree=26314428/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1421.79 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 142106 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277808 134572633 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 798048

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/177 11777
/proc/meminfo: memFree=26314436/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1481.77 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 148104 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550804 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 798048

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 11777
/proc/meminfo: memFree=26314324/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1541.76 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 154103 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277864 8505544 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 798048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 11777
/proc/meminfo: memFree=26314704/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1601.75 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 160102 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 798048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11777
/proc/meminfo: memFree=26315208/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=798048 CPUtime=1661.74 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 200598 0 0 0 166101 73 0 0 20 0 1 0 341016608 817201152 198689 33554432000 134512640 135840783 4294278512 4294277872 134550779 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 199512 198689 349 325 0 198448 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 798048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11781
/proc/meminfo: memFree=26286744/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=827540 CPUtime=1721.73 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 207971 0 0 0 172097 76 0 0 20 0 1 0 341016608 847400960 206049 33554432000 134512640 135840783 4294278512 4294277872 134551186 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 206885 206049 349 325 0 205821 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 827540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 11781
/proc/meminfo: memFree=26234556/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=867796 CPUtime=1781.72 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 218036 0 0 0 178092 80 0 0 20 0 1 0 341016608 888623104 216114 33554432000 134512640 135840783 4294278512 4294275856 2688295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 216949 216114 349 325 0 215885 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 867796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.94 2/176 11782
/proc/meminfo: memFree=26704104/32873648 swapFree=7112/7112
[pid=11731] ppid=11729 vsize=884252 CPUtime=1800.03 cores=0,2,4,6
/proc/11731/stat : 11731 (bsolo3.0.17) R 11729 11731 11604 0 -1 4202496 222154 0 0 0 179922 81 0 0 20 0 1 0 341016608 905474048 220232 33554432000 134512640 135840783 4294278512 4294277872 134550782 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11731/statm: 221063 220232 349 325 0 219999 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 884252

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

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

Child status: 15
Real time (s): 1800.62
CPU time (s): 1800.04
CPU user time (s): 1799.22
CPU system time (s): 0.818875
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 884252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.818875
maximum resident set size= 880928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222157
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= 405
involuntary context switches= 1846

runsolver used 3.32949 second user time and 9.13661 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 20:41:47
IDJOB=3739636
IDBENCH=73961
IDSOLVER=2318
FILE ID=node126/3739636-1338748907
RUNJOBID= node126-1338747103-11620
PBS_JOBID= 14636777
Free space on /tmp= 70788 MiB

SOLVER NAME= PB07: bsolo 3.0.17
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= bsolo3.0.17 -mMEMLIMIT BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739636-1338748907/watcher-3739636-1338748907 -o /tmp/evaluation-result-3739636-1338748907/solver-3739636-1338748907 -C 1800 -W 1900 -M 15500  bsolo3.0.17 -m15500 HOME/instance-3739636-1338748907.opb            

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=2051271579

node126.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.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		: 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.92
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.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		: 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.90
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27592308 kB
Buffers:          427528 kB
Cached:          3975464 kB
SwapCached:         9476 kB
Active:          1570132 kB
Inactive:        2849860 kB
Active(anon):       6324 kB
Inactive(anon):    12168 kB
Active(file):    1563808 kB
Inactive(file):  2837692 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             10844 kB
Writeback:             0 kB
AnonPages:         12524 kB
Mapped:             9084 kB
Shmem:                 0 kB
Slab:             725352 kB
SReclaimable:     169516 kB
SUnreclaim:       555836 kB
KernelStack:        1416 kB
PageTables:         3780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70772 MiB
End job on node126 at 2012-06-03 21:11:50