Trace number 3733576

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.17Signal 1707.45 1835.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM51456bad41bf92f026526861ffdd231e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.092985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 76
Number of bits of the biggest sum of numbers7
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-3733576-1338697151.opb
0.00/0.00	c File size is 93573 bytes.
0.00/0.01	c Highest Coefficient sum: 76
0.00/0.01	c Parsing was ok!!
0.00/0.01	c Total parsing time: 0.01 s
0.00/0.01	c Var: 5250 Constr: 145 75/70/0 Lit: 10500 Watch. Lit: 5400
0.00/0.01	c Obj. Vars: 0 (0 % of total variables)
0.19/0.23	c Pre-processing Time: 0.231 s
0.19/0.23	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.19/0.23	c        0   5250      145    10500   72     5400   70025      0      0 0.23
0.19/0.23	c Switching off LPR mode.
1704.79/1705.45	terminate called after throwing an instance of 'std::bad_alloc'
1704.79/1705.45	  what():  std::bad_alloc
1704.79/1705.45	c      100   5250      245    41925  171     5600   77028    100    406 0.25
1704.79/1705.45	c      252   5250      397    80057  201     5904   84731    252    919 0.27
1704.79/1705.45	c      479   5250      624   169547  271     6358   93205    479   1515 0.32
1704.79/1705.45	c      817   5250      962   339429  352     7034  102526    817   1861 0.44
1704.79/1705.45	c     1326   5250     1471   471172  320     8052  112779   1326   1676 0.79
1704.79/1705.45	c     2089   5250     2234   586894  262     9578  124057   2089    838 2.49
1704.79/1705.45	c     3235   5250     3380   791638  234    11870  136463   3235    543 5.95
1704.79/1705.45	c     4956   5250     5101  1191080  233    15312  150110   4956    460 10.76
1704.79/1705.45	c     7540   5250     7685  2112565  274    20480  165122   7540    418 18.03
1704.79/1705.45	c    11419   5250    11564  7085050  612    28238  181635  11419    384 29.67
1704.79/1705.45	c    17242   5250    17387 27195004 1564    39884  199799  17242    281 61.29
1704.79/1705.45	c    25982   5250    26127 64299644 2461    57364  219779  25982    150 172.84
1704.79/1705.45	c    39093   5250    39238 119626893 3048    83586  241757  39093    114 340.65
1704.79/1705.45	c    58764   5250    58909 207433569 3521   122928  265933  58764     70 833.32

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-3733576-1338697151/watcher-3733576-1338697151 -o /tmp/evaluation-result-3733576-1338697151/solver-3733576-1338697151 -C 1800 -W 1900 -M 15500 bsolo3.0.17 -m15500 HOME/instance-3733576-1338697151.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.04 2.01 2.00 3/176 9472
/proc/meminfo: memFree=27598324/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=12600 CPUtime=0 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 488 0 0 0 0 0 0 0 20 0 1 0 335839497 12902400 425 33554432000 134512640 135840783 4287300944 4287299664 1692967 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 3150 425 329 325 0 2063 0

[startup+0.0488089 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9472
/proc/meminfo: memFree=27598324/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=5608 CPUtime=0.04 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 726 0 0 0 4 0 0 0 20 0 1 0 335839497 5742592 640 33554432000 134512640 135840783 4287300944 4287237036 15688752 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 1402 640 343 325 0 338 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5608

[startup+0.100213 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9472
/proc/meminfo: memFree=27598324/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=5748 CPUtime=0.09 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 799 0 0 0 9 0 0 0 20 0 1 0 335839497 5885952 684 33554432000 134512640 135840783 4287300944 4287231532 15688752 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 1437 684 345 325 0 373 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5748

[startup+0.300179 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9472
/proc/meminfo: memFree=27598324/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=7044 CPUtime=0.29 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 1146 0 0 0 29 0 0 0 20 0 1 0 335839497 7213056 1022 33554432000 134512640 135840783 4287300944 4287300304 134551058 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 1761 1023 348 325 0 697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7044

[startup+0.700184 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 9472
/proc/meminfo: memFree=27598324/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=10608 CPUtime=0.69 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 2036 0 0 0 69 0 0 0 20 0 1 0 335839497 10862592 1912 33554432000 134512640 135840783 4287300944 4287300416 134552410 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 2652 1912 348 325 0 1588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10608

[startup+1.50018 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9473
/proc/meminfo: memFree=27590196/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=12148 CPUtime=1.48 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 2435 0 0 0 148 0 0 0 20 0 1 0 335839497 12439552 2308 33554432000 134512640 135840783 4287300944 4287298544 134575073 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 3037 2308 348 325 0 1973 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12148

[startup+3.10019 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9473
/proc/meminfo: memFree=27588832/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=13696 CPUtime=3.08 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 2812 0 0 0 308 0 0 0 20 0 1 0 335839497 14024704 2685 33554432000 134512640 135840783 4287300944 4287300256 134551175 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 3424 2685 348 325 0 2360 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13696

[startup+6.30018 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9473
/proc/meminfo: memFree=27586476/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=16144 CPUtime=6.28 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 3432 0 0 0 628 0 0 0 20 0 1 0 335839497 16531456 3305 33554432000 134512640 135840783 4287300944 4287300304 134551084 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 4036 3306 348 325 0 2972 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16144

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 9473
/proc/meminfo: memFree=27578844/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=23776 CPUtime=12.68 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 5337 0 0 0 1268 0 0 0 20 0 1 0 335839497 24346624 5206 33554432000 134512640 135840783 4287300944 4287300416 134552395 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9472/statm: 5944 5206 348 325 0 4880 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23776

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 9473
/proc/meminfo: memFree=27531476/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=71336 CPUtime=25.47 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 17245 0 0 0 2544 3 0 0 20 0 1 0 335839497 73048064 17106 33554432000 134512640 135840783 4287300944 4287268640 134586540 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 17834 17106 348 325 0 16770 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 71336

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 9476
/proc/meminfo: memFree=27315636/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=290276 CPUtime=51.06 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 72008 0 0 0 5095 11 0 0 20 0 1 0 335839497 297242624 71853 33554432000 134512640 135840783 4287300944 4287300304 134550899 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 72569 71853 348 325 0 71505 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 290276

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9477
/proc/meminfo: memFree=27108624/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=492400 CPUtime=102.24 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 122562 0 0 0 10203 21 0 0 20 0 1 0 335839497 504217600 122381 33554432000 134512640 135840783 4287300944 4287300304 134550878 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 123100 122381 348 325 0 122036 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 492400

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9477
/proc/meminfo: memFree=26870828/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=735884 CPUtime=162.19 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 183476 0 0 0 16188 31 0 0 20 0 1 0 335839497 753545216 183255 33554432000 134512640 135840783 4287300944 4287300304 134551186 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 183971 183255 348 325 0 182907 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 735884

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9477
/proc/meminfo: memFree=26483108/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=1116248 CPUtime=222.16 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 278599 0 0 0 22166 50 0 0 20 0 1 0 335839497 1143037952 278339 33554432000 134512640 135840783 4287300944 4287300304 134550893 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 279062 278339 348 325 0 277998 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 1116248

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 9477
/proc/meminfo: memFree=26257580/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=1342580 CPUtime=282.14 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 335193 0 0 0 28153 61 0 0 20 0 1 0 335839497 1374801920 334915 33554432000 134512640 135840783 4287300944 4287300304 134551048 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 335645 334915 348 325 0 334581 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 1342580

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 9477
/proc/meminfo: memFree=26066400/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=1532728 CPUtime=342.11 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 382759 0 0 0 34140 71 0 0 20 0 1 0 335839497 1569513472 382466 33554432000 134512640 135840783 4287300944 4287300304 134551081 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 383182 382466 348 325 0 382118 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1532728

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 9478
/proc/meminfo: memFree=25887496/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=1713760 CPUtime=402.1 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 428019 0 0 0 40129 81 0 0 20 0 1 0 335839497 1754890240 427710 33554432000 134512640 135840783 4287300944 4287300304 134550902 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 428440 427710 348 325 0 427376 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 1713760

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9478
/proc/meminfo: memFree=25750256/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=1848340 CPUtime=462.07 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 461681 0 0 0 46121 86 0 0 20 0 1 0 335839497 1892700160 461355 33554432000 134512640 135840783 4287300944 4287300304 134551093 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 462085 461355 348 325 0 461021 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 1848340

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9478
/proc/meminfo: memFree=25612396/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=1986824 CPUtime=522.05 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 496339 0 0 0 52111 94 0 0 20 0 1 0 335839497 2034507776 495990 33554432000 134512640 135840783 4287300944 4287300304 134551330 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 496706 495990 348 325 0 495642 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1986824

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9478
/proc/meminfo: memFree=25479372/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=2118284 CPUtime=582.03 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 529229 0 0 0 58102 101 0 0 20 0 1 0 335839497 2169122816 528856 33554432000 134512640 135840783 4287300944 4287300304 134550916 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 529571 528856 348 325 0 528507 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 2118284

[startup+642.3 s]

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

[pid=9472] ppid=9470 vsize=3218956 CPUtime=1181.84 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 804569 0 0 0 118029 155 0 0 20 0 1 0 335839497 3296210944 804023 33554432000 134512640 135840783 4287300944 4287300304 134551324 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 804739 804023 348 325 0 803675 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 3218956

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9484
/proc/meminfo: memFree=24257288/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3338020 CPUtime=1241.83 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 834334 0 0 0 124021 162 0 0 20 0 1 0 335839497 3418132480 833775 33554432000 134512640 135840783 4287300944 4287300256 134551084 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 834505 833775 348 325 0 833441 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 3338020

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9487
/proc/meminfo: memFree=24144096/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3450128 CPUtime=1301.82 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 862377 0 0 0 130014 168 0 0 20 0 1 0 335839497 3532931072 861801 33554432000 134512640 135840783 4287300944 4287300304 134550893 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 862532 861801 348 325 0 861468 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 3450128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9488
/proc/meminfo: memFree=24038608/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3556424 CPUtime=1361.8 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 888960 0 0 0 136008 172 0 0 20 0 1 0 335839497 3641778176 888376 33554432000 134512640 135840783 4287300944 4287300304 134551058 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 889106 888376 348 325 0 888042 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 3556424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9488
/proc/meminfo: memFree=23928276/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3665232 CPUtime=1421.79 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 916188 0 0 0 142001 178 0 0 20 0 1 0 335839497 3753197568 915593 33554432000 134512640 135840783 4287300944 4287300304 134550872 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 916308 915593 348 325 0 915244 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 3665232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9488
/proc/meminfo: memFree=23823540/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3770676 CPUtime=1481.76 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 942549 0 0 0 147995 181 0 0 20 0 1 0 335839497 3861172224 941937 33554432000 134512640 135840783 4287300944 4287300304 134551048 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 942669 941937 348 325 0 941605 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 3770676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 9488
/proc/meminfo: memFree=23721500/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3871960 CPUtime=1541.74 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 967883 0 0 0 153987 187 0 0 20 0 1 0 335839497 3964887040 967259 33554432000 134512640 135840783 4287300944 4287300304 134551084 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 967990 967259 348 325 0 966926 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 3871960

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9488
/proc/meminfo: memFree=23608456/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=3987036 CPUtime=1601.72 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 996448 0 0 0 159980 192 0 0 20 0 1 0 335839497 4082724864 995812 33554432000 134512640 135840783 4287300944 4287300304 134551104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 996759 995812 348 325 0 995695 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 3987036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9489
/proc/meminfo: memFree=23488808/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4104808 CPUtime=1661.71 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4202496 1025988 0 0 0 165974 197 0 0 20 0 1 0 335839497 4203323392 1025340 33554432000 134512640 135840783 4287300944 4287300304 134550764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1026202 1025340 348 325 0 1025138 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 4104808

[startup+1722.3 s]
/proc/loadavg: 2.53 2.11 2.04 2/178 9490
/proc/meminfo: memFree=16137008/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1706.77 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 392 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1706.77
Current children cumulated vsize (KiB) 4189804

[startup+1782.3 s]
/proc/loadavg: 4.15 2.64 2.22 2/178 9529
/proc/meminfo: memFree=14568952/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

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

[startup+1792.61 s]
/proc/loadavg: 4.48 2.79 2.27 2/178 9529
/proc/meminfo: memFree=14562968/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1818.2 s]
/proc/loadavg: 4.72 2.98 2.35 2/178 9529
/proc/meminfo: memFree=14586744/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1824.6 s]
/proc/loadavg: 4.83 3.03 2.37 2/178 9529
/proc/meminfo: memFree=14582264/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1831 s]
/proc/loadavg: 4.92 3.08 2.39 2/178 9529
/proc/meminfo: memFree=14579412/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1834.2 s]
/proc/loadavg: 4.93 3.11 2.40 2/178 9529
/proc/meminfo: memFree=14578528/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1835 s]
/proc/loadavg: 4.93 3.11 2.40 2/178 9529
/proc/meminfo: memFree=14577908/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1835.4 s]
/proc/loadavg: 4.93 3.11 2.40 2/178 9529
/proc/meminfo: memFree=14580388/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=4189804 CPUtime=1707.35 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) S 9470 9472 7463 0 -1 4204032 1047424 0 0 0 170285 450 0 0 20 0 1 0 335839497 4290359296 1046769 33554432000 134512640 135840783 4287300944 4287250792 15688752 0 0 4096 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9472/statm: 1047451 1046769 377 325 0 1046387 0
Current children cumulated CPU time (s) 1707.35
Current children cumulated vsize (KiB) 4189804

[startup+1835.6 s]
/proc/loadavg: 4.93 3.11 2.40 2/178 9529
/proc/meminfo: memFree=14580388/32873844 swapFree=7628/7628
[pid=9472] ppid=9470 vsize=0 CPUtime=1707.4 cores=0,2,4,6
/proc/9472/stat : 9472 (bsolo3.0.17) R 9470 9472 7463 0 -1 4204036 1047424 0 0 0 170285 455 0 0 20 0 1 0 335839497 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9472/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1707.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 1835.65
CPU time (s): 1707.45
CPU user time (s): 1702.85
CPU system time (s): 4.6043
CPU usage (%): 93.0165
Max. virtual memory (cumulated for all children) (KiB): 4189804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1702.85
system time used= 4.6043
maximum resident set size= 4187076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1047424
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= 1027647
involuntary context switches= 1823

runsolver used 3.72143 second user time and 9.14461 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-03 06:19:11
IDJOB=3733576
IDBENCH=2567
IDSOLVER=2318
FILE ID=node143/3733576-1338697151
RUNJOBID= node143-1338680527-7479
PBS_JOBID= 14636712
Free space on /tmp= 68464 MiB

SOLVER NAME= PB07: bsolo 3.0.17
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
COMMAND LINE= bsolo3.0.17 -mMEMLIMIT BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733576-1338697151/watcher-3733576-1338697151 -o /tmp/evaluation-result-3733576-1338697151/solver-3733576-1338697151 -C 1800 -W 1900 -M 15500  bsolo3.0.17 -m15500 HOME/instance-3733576-1338697151.opb            

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

MD5SUM BENCH= 51456bad41bf92f026526861ffdd231e
RANDOM SEED=735543579

node143.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.787
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	: 5333.57
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.787
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.787
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.91
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:       32873844 kB
MemFree:        27598588 kB
Buffers:          435596 kB
Cached:          3908144 kB
SwapCached:          188 kB
Active:          2214188 kB
Inactive:        2143676 kB
Active(anon):       5560 kB
Inactive(anon):    10992 kB
Active(file):    2208628 kB
Inactive(file):  2132684 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:              6664 kB
Writeback:             8 kB
AnonPages:         21592 kB
Mapped:            11872 kB
Shmem:               160 kB
Slab:             777588 kB
SReclaimable:     219400 kB
SUnreclaim:       558188 kB
KernelStack:        1448 kB
PageTables:         3340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 64376 MiB
End job on node143 at 2012-06-03 06:49:47