Trace number 3725139

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.05 1800.52

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.28/0.30	c 2012-06-02T12:35:59+0200
0.28/0.30	c arch = x86_64
0.28/0.30	c os = linux
0.28/0.30	c compiler = ghc 7.4
0.28/0.30	c packages:
0.28/0.30	c   OptDir-0.0.1
0.28/0.30	c   array-0.4.0.0
0.28/0.30	c   base-4.5.0.0
0.28/0.30	c   bytestring-0.9.2.1
0.28/0.30	c   containers-0.4.2.1
0.28/0.30	c   deepseq-1.3.0.0
0.28/0.30	c   mtl-2.1.1
0.28/0.30	c   old_locale-1.0.0.4
0.28/0.30	c   parse_dimacs-1.2
0.28/0.30	c   parsec-3.1.2
0.28/0.30	c   queue-0.1.2
0.28/0.30	c   stm-2.3
0.28/0.30	c   time-1.4
0.28/0.30	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725139-1338633359.opb"]
0.28/0.30	c #vars 450
0.28/0.30	c #constraints 17794
0.28/0.30	c Solving starts ...
0.28/0.30	c solving time = 0.001s
0.28/0.30	c #decision = 21
0.28/0.30	c #conflict = 0
0.28/0.30	c #restart = 0
0.28/0.30	o -21
0.28/0.30	c Solving starts ...
0.28/0.30	c solving time = 0.002s
0.28/0.30	c #decision = 44
0.28/0.30	c #conflict = 2
0.28/0.30	c #restart = 0
0.28/0.30	o -22
0.28/0.30	c Solving starts ...
0.28/0.31	c solving time = 0.003s
0.28/0.31	c #decision = 94
0.28/0.31	c #conflict = 4
0.28/0.31	c #restart = 0
0.28/0.31	o -23
0.28/0.31	c Solving starts ...
40.38/40.45	c learnt constraints deletion: 16195 -> 8098
72.87/72.95	c learnt constraints deletion: 19529 -> 9765
103.97/104.06	c learnt constraints deletion: 19515 -> 9758
142.46/142.57	c learnt constraints deletion: 21433 -> 10717
184.34/184.46	c learnt constraints deletion: 23538 -> 11769
223.42/223.58	c learnt constraints deletion: 23534 -> 11767
261.62/261.77	c learnt constraints deletion: 23538 -> 11769
307.90/308.09	c learnt constraints deletion: 25839 -> 12920
352.29/352.45	c learnt constraints deletion: 25847 -> 12924
396.37/396.52	c learnt constraints deletion: 25848 -> 12924
450.44/450.62	c learnt constraints deletion: 28386 -> 14193
501.03/501.21	c learnt constraints deletion: 28398 -> 14199
550.52/550.73	c learnt constraints deletion: 28378 -> 14189
600.82/601.07	c learnt constraints deletion: 28383 -> 14192
663.51/663.76	c learnt constraints deletion: 31188 -> 15596
711.60/711.83	c learnt constraints deletion: 31188 -> 15594
771.38/771.67	c learnt constraints deletion: 31185 -> 15594
824.36/824.65	c learnt constraints deletion: 31190 -> 15595
886.45/886.73	c learnt constraints deletion: 31195 -> 15598
945.14/945.43	c learnt constraints deletion: 31162 -> 15581
1000.71/1001.02	c learnt constraints deletion: 31190 -> 15595
1067.50/1067.85	c learnt constraints deletion: 34264 -> 17132
1133.17/1133.56	c learnt constraints deletion: 34259 -> 17130
1197.25/1197.63	c learnt constraints deletion: 34272 -> 17136
1263.45/1263.81	c learnt constraints deletion: 34271 -> 17136
1329.33/1329.79	c learnt constraints deletion: 34268 -> 17134
1399.92/1400.37	c learnt constraints deletion: 34269 -> 17137
1460.31/1460.79	c learnt constraints deletion: 34260 -> 17132
1522.59/1523.03	c learnt constraints deletion: 34254 -> 17129
1608.46/1608.98	c learnt constraints deletion: 37649 -> 18825
1681.45/1681.91	c learnt constraints deletion: 37652 -> 18826
1764.94/1765.48	c learnt constraints deletion: 37650 -> 18827

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-3725139-1338633359/watcher-3725139-1338633359 -o /tmp/evaluation-result-3725139-1338633359/solver-3725139-1338633359 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725139-1338633359.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: 1.96 1.99 1.71 3/176 28040
/proc/meminfo: memFree=29728664/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 329461383 6373376 740 33554432000 4194304 8989770 140734785660432 140735271565048 4209230 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 1556 740 429 1171 0 333 0

[startup+0.0343331 s]
/proc/loadavg: 1.96 1.99 1.71 3/176 28040
/proc/meminfo: memFree=29728664/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=9296 CPUtime=0.02 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 1350 0 0 0 2 0 0 0 20 0 1 0 329461383 9519104 1271 33554432000 4194304 8989770 140734785660432 140735271565048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 2324 1271 430 1171 0 1101 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9296

[startup+0.100154 s]
/proc/loadavg: 1.96 1.99 1.71 3/176 28040
/proc/meminfo: memFree=29728664/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=13392 CPUtime=0.09 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 2558 0 0 0 9 0 0 0 20 0 1 0 329461383 13713408 2479 33554432000 4194304 8989770 140734785660432 140735271565048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 3348 2479 431 1171 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300152 s]
/proc/loadavg: 1.96 1.99 1.71 3/176 28040
/proc/meminfo: memFree=29728664/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=24656 CPUtime=0.28 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 5455 0 0 0 27 1 0 0 20 0 1 0 329461383 25247744 5376 33554432000 4194304 8989770 140734785660432 140735271565048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 6164 5376 442 1171 0 4941 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24656

[startup+0.700154 s]
/proc/loadavg: 1.96 1.99 1.71 3/176 28040
/proc/meminfo: memFree=29728664/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=25680 CPUtime=0.69 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 5611 0 0 0 67 2 0 0 20 0 1 0 329461383 26296320 5532 33554432000 4194304 8989770 140734785660432 140735271565048 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 6420 5532 471 1171 0 5197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25680

[startup+1.50015 s]
/proc/loadavg: 1.96 1.99 1.71 3/177 28041
/proc/meminfo: memFree=29706080/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=30800 CPUtime=1.49 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 6979 0 0 0 147 2 0 0 20 0 1 0 329461383 31539200 6900 33554432000 4194304 8989770 140734785660432 140734785659696 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 7700 6900 471 1171 0 6477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30800

[startup+3.10013 s]
/proc/loadavg: 1.96 1.99 1.71 3/177 28041
/proc/meminfo: memFree=29699772/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=41040 CPUtime=3.09 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 9492 0 0 0 305 4 0 0 20 0 1 0 329461383 42024960 9413 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 10260 9413 471 1171 0 9037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41040

[startup+6.30024 s]
/proc/loadavg: 1.97 1.99 1.71 3/177 28041
/proc/meminfo: memFree=29677700/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=58448 CPUtime=6.29 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 13727 0 0 0 624 5 0 0 20 0 1 0 329461383 59850752 13648 33554432000 4194304 8989770 140734785660432 140734785659696 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 14612 13648 471 1171 0 13389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58448

[startup+12.7002 s]
/proc/loadavg: 1.97 1.99 1.71 3/177 28041
/proc/meminfo: memFree=29644724/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=88144 CPUtime=12.69 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 21138 0 0 0 1260 9 0 0 20 0 1 0 329461383 90259456 21059 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 22036 21059 471 1171 0 20813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88144

[startup+25.5002 s]
/proc/loadavg: 1.97 1.99 1.71 3/177 28041
/proc/meminfo: memFree=29569068/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=145488 CPUtime=25.49 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 35550 0 0 0 2534 15 0 0 20 0 1 0 329461383 148979712 35471 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 36372 35471 471 1171 0 35149 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145488

[startup+51.1002 s]
/proc/loadavg: 1.98 1.99 1.72 3/177 28041
/proc/meminfo: memFree=29489908/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=193616 CPUtime=51.08 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 51314 0 0 0 5085 23 0 0 20 0 1 0 329461383 198262784 47651 33554432000 4194304 8989770 140734785660432 140734785659928 6677432 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 48404 47651 473 1171 0 47181 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 193616

[startup+102.306 s]
/proc/loadavg: 2.05 2.00 1.74 3/177 28042
/proc/meminfo: memFree=29433560/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=239696 CPUtime=102.28 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 69923 0 0 0 10189 39 0 0 20 0 1 0 329461383 245448704 59092 33554432000 4194304 8989770 140734785660432 140734785659696 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 59924 59092 473 1171 0 58701 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 239696

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 1.75 3/177 28042
/proc/meminfo: memFree=29326020/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=322640 CPUtime=162.25 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 98192 0 0 0 16166 59 0 0 20 0 1 0 329461383 330383360 79912 33554432000 4194304 8989770 140734785660432 140734785659928 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 80660 79912 473 1171 0 79437 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 322640

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/177 28042
/proc/meminfo: memFree=29357696/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=290896 CPUtime=222.23 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 107170 0 0 0 22149 74 0 0 20 0 1 0 329461383 297877504 71976 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 72724 71976 473 1171 0 71501 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 290896

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 28045
/proc/meminfo: memFree=29352688/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=296016 CPUtime=282.21 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 129457 0 0 0 28129 92 0 0 20 0 1 0 329461383 303120384 73256 33554432000 4194304 8989770 140734785660432 140734785659928 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 74004 73256 473 1171 0 72781 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 296016

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 28045
/proc/meminfo: memFree=29298636/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=316496 CPUtime=342.19 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 145858 0 0 0 34111 108 0 0 20 0 1 0 329461383 324091904 78376 33554432000 4194304 8989770 140734785660432 140734785658368 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 79124 78376 473 1171 0 77901 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 316496

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 28046
/proc/meminfo: memFree=29244252/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=349264 CPUtime=402.17 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 162510 0 0 0 40090 127 0 0 20 0 1 0 329461383 357646336 86568 33554432000 4194304 8989770 140734785660432 140734785642432 4435072 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 87316 86568 473 1171 0 86093 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 349264

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/177 28046
/proc/meminfo: memFree=29198972/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=394320 CPUtime=462.14 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 177634 0 0 0 46071 143 0 0 20 0 1 0 329461383 403783680 97832 33554432000 4194304 8989770 140734785660432 140734785659696 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 98580 97832 473 1171 0 97357 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 394320

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/177 28046
/proc/meminfo: memFree=29206740/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=388176 CPUtime=522.13 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 197399 0 0 0 52051 162 0 0 20 0 1 0 329461383 397492224 96088 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 97044 96088 473 1171 0 95821 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 388176

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 1.83 3/177 28046
/proc/meminfo: memFree=29207232/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=386128 CPUtime=582.12 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 218343 0 0 0 58031 181 0 0 20 0 1 0 329461383 395395072 95784 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 96532 95784 473 1171 0 95309 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 386128

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 28050
/proc/meminfo: memFree=29084628/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=487504 CPUtime=882.05 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 318229 0 0 0 87928 277 0 0 20 0 1 0 329461383 499204096 121128 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 121876 121128 473 1171 0 120653 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 487504

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 28050
/proc/meminfo: memFree=29203500/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=375888 CPUtime=942.04 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 328922 0 0 0 93909 295 0 0 20 0 1 0 329461383 384909312 93158 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 93972 93158 473 1171 0 92749 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 375888

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 28051
/proc/meminfo: memFree=29051964/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=463952 CPUtime=1002.01 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 358711 0 0 0 99884 317 0 0 20 0 1 0 329461383 475086848 115240 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 115988 115240 473 1171 0 114765 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 463952

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 28051
/proc/meminfo: memFree=29115304/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=413776 CPUtime=1061.99 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 367497 0 0 0 105864 335 0 0 20 0 1 0 329461383 423706624 102517 33554432000 4194304 8989770 140734785660432 140734785659928 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 103444 102517 473 1171 0 102221 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 413776

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 28051
/proc/meminfo: memFree=29109308/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=406608 CPUtime=1121.97 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 378961 0 0 0 111844 353 0 0 20 0 1 0 329461383 416366592 100904 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 101652 100904 473 1171 0 100429 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 406608

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 1.89 3/177 28051
/proc/meminfo: memFree=29105436/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=386128 CPUtime=1181.96 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 388187 0 0 0 117824 372 0 0 20 0 1 0 329461383 395395072 95784 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 96532 95784 473 1171 0 95309 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 386128

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.90 3/177 28051
/proc/meminfo: memFree=28937912/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=554064 CPUtime=1241.95 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 430171 0 0 0 123800 395 0 0 20 0 1 0 329461383 567361536 137768 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 138516 137768 473 1171 0 137293 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 554064

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 28052
/proc/meminfo: memFree=28994420/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=496720 CPUtime=1301.94 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 430171 0 0 0 129784 410 0 0 20 0 1 0 329461383 508641280 123432 33554432000 4194304 8989770 140734785660432 140734785659696 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 124180 123432 473 1171 0 122957 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 496720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28052
/proc/meminfo: memFree=28970096/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=536656 CPUtime=1361.93 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 449177 0 0 0 135764 429 0 0 20 0 1 0 329461383 549535744 133222 33554432000 4194304 8989770 140734785660432 140734785659696 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 134164 133222 473 1171 0 132941 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 536656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28052
/proc/meminfo: memFree=29089252/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=402512 CPUtime=1421.93 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 471643 0 0 0 141747 446 0 0 20 0 1 0 329461383 412172288 99880 33554432000 4194304 8989770 140734785660432 140734785658368 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 100628 99880 473 1171 0 99405 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 402512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28055
/proc/meminfo: memFree=29040580/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=451664 CPUtime=1481.89 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 483947 0 0 0 147725 464 0 0 20 0 1 0 329461383 462503936 112168 33554432000 4194304 8989770 140734785660432 140734785659928 7732747 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 112916 112168 473 1171 0 111693 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 451664

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28078
/proc/meminfo: memFree=29008664/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=483408 CPUtime=1541.88 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 491886 0 0 0 153710 478 0 0 20 0 1 0 329461383 495009792 120104 33554432000 4194304 8989770 140734785660432 140734785659696 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 120852 120104 473 1171 0 119629 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 483408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28079
/proc/meminfo: memFree=29053528/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=438352 CPUtime=1601.87 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 512126 0 0 0 159690 497 0 0 20 0 1 0 329461383 448872448 108840 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 109588 108840 473 1171 0 108365 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 438352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28079
/proc/meminfo: memFree=29069048/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=414800 CPUtime=1661.85 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 525193 0 0 0 165673 512 0 0 20 0 1 0 329461383 424755200 102952 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 103700 102952 473 1171 0 102477 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 414800

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28079
/proc/meminfo: memFree=28889028/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=595024 CPUtime=1721.83 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 570259 0 0 0 171648 535 0 0 20 0 1 0 329461383 609304576 148008 33554432000 4194304 8989770 140734785660432 140734785659696 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 148756 148008 473 1171 0 147533 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 595024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28156
/proc/meminfo: memFree=29022356/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=500816 CPUtime=1781.83 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 592279 0 0 0 177632 551 0 0 20 0 1 0 329461383 512835584 124456 33554432000 4194304 8989770 140734785660432 140734785659696 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 125204 124456 473 1171 0 123981 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 500816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28156
/proc/meminfo: memFree=29101492/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=377936 CPUtime=1800.03 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 592281 0 0 0 179447 556 0 0 20 0 1 0 329461383 387006464 93736 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 94484 93736 473 1171 0 93261 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 377936

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28156
/proc/meminfo: memFree=29101492/32873648 swapFree=7116/7116
[pid=28040] ppid=28038 vsize=377936 CPUtime=1800.03 cores=0,2,4,6
/proc/28040/stat : 28040 (toysat) R 28038 28040 27825 0 -1 4202496 592281 0 0 0 179447 556 0 0 20 0 1 0 329461383 387006464 93736 33554432000 4194304 8989770 140734785660432 140734785659928 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28040/statm: 94484 93736 473 1171 0 93261 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 377936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.05
CPU user time (s): 1794.47
CPU system time (s): 5.57815
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 683088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 5.57815
maximum resident set size= 680096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592281
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= 298
involuntary context switches= 2025

runsolver used 3.37249 second user time and 8.75367 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-02 12:35:59
IDJOB=3725139
IDBENCH=2235
IDSOLVER=2308
FILE ID=node127/3725139-1338633359
RUNJOBID= node127-1338631505-27841
PBS_JOBID= 14636453
Free space on /tmp= 70476 MiB

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

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

MD5SUM BENCH= 2e8a2f5e2511f10f037e700bd45c84a1
RANDOM SEED=1031298634

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        29729564 kB
Buffers:          360140 kB
Cached:          1760936 kB
SwapCached:         1500 kB
Active:          1107856 kB
Inactive:        1156904 kB
Active(anon):     138064 kB
Inactive(anon):     7932 kB
Active(file):     969792 kB
Inactive(file):  1148972 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104404 kB
Dirty:              7728 kB
Writeback:             8 kB
AnonPages:        149372 kB
Mapped:            12576 kB
Shmem:                92 kB
Slab:             743344 kB
SReclaimable:     187688 kB
SUnreclaim:       555656 kB
KernelStack:        1448 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     260448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 70460 MiB
End job on node127 at 2012-06-02 13:06:02