Trace number 3707004

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-05-17? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_023_area_delay.opb
MD5SUMd5b07a268537d19686adcc507787a673
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark26.127
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved NO
Number of variables18629
Total number of constraints134119
Number of constraints which are clauses134119
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 constraint1
Maximum length of a constraint254
Number of terms in the objective function 9200
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 9200
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9200
Number of bits of the biggest sum of numbers14
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

13.47/13.57	c 2012-05-27T15:41:32+0200
13.47/13.57	c arch = x86_64
13.47/13.57	c os = linux
13.47/13.57	c compiler = ghc 7.4
13.47/13.57	c packages:
13.47/13.57	c   OptDir-0.0.1
13.47/13.57	c   array-0.4.0.0
13.47/13.57	c   base-4.5.0.0
13.47/13.57	c   bytestring-0.9.2.1
13.47/13.57	c   containers-0.4.2.1
13.47/13.57	c   deepseq-1.3.0.0
13.47/13.57	c   mtl-2.1.1
13.47/13.57	c   old_locale-1.0.0.4
13.47/13.57	c   parse_dimacs-1.2
13.47/13.57	c   parsec-3.1.2
13.47/13.57	c   queue-0.1.2
13.47/13.57	c   stm-2.3
13.47/13.57	c   time-1.4
13.47/13.57	c command line = ["--pb","HOME/instance-3707004-1338126091.opb"]
13.47/13.57	c #vars 18629
13.47/13.57	c #constraints 134119
13.47/13.57	c Solving starts ...
13.98/14.08	c solving time = 0.493s
13.98/14.08	c #decision = 43023
13.98/14.08	c #conflict = 157
13.98/14.08	c #restart = 1
13.98/14.08	o 64
14.08/14.10	c Solving starts ...
14.19/14.22	c solving time = 0.104s
14.19/14.22	c #decision = 50738
14.19/14.22	c #conflict = 164
14.19/14.22	c #restart = 1
14.19/14.22	o 63
14.19/14.24	c Solving starts ...
43.17/43.25	c solving time = 28.993s
43.17/43.25	c #decision = 85303
43.17/43.25	c #conflict = 632
43.17/43.25	c #restart = 3
43.17/43.25	o 62
43.17/43.27	c Solving starts ...
43.37/43.40	c solving time = 0.128s
43.37/43.40	c #decision = 85609
43.37/43.40	c #conflict = 633
43.37/43.40	c #restart = 3
43.37/43.40	o 61
43.37/43.42	c Solving starts ...
43.57/43.63	c solving time = 0.195s
43.57/43.63	c #decision = 85915
43.57/43.63	c #conflict = 634
43.57/43.63	c #restart = 3
43.57/43.63	o 60
43.67/43.73	c Solving starts ...
43.88/43.93	c solving time = 0.194s
43.88/43.93	c #decision = 86221
43.88/43.93	c #conflict = 635
43.88/43.93	c #restart = 3
43.88/43.93	o 59
43.88/43.95	c Solving starts ...
106.56/106.64	c solving time = 62.651s
106.56/106.64	c #decision = 157607
106.56/106.64	c #conflict = 1634
106.56/106.64	c #restart = 7
106.56/106.64	o 58
106.56/106.66	c Solving starts ...
420.00/420.12	c solving time = 313.396s
420.00/420.12	c #decision = 502802
420.00/420.12	c #conflict = 5757
420.00/420.12	c #restart = 14
420.00/420.12	o 57
420.10/420.23	c Solving starts ...
565.36/565.50	c solving time = 145.230s
565.36/565.50	c #decision = 665970
565.36/565.50	c #conflict = 7606
565.36/565.50	c #restart = 19
565.36/565.50	o 56
565.36/565.52	c Solving starts ...
828.13/828.38	c solving time = 262.814s
828.13/828.38	c #decision = 1004718
828.13/828.38	c #conflict = 11140
828.13/828.38	c #restart = 26
828.13/828.38	o 55
828.23/828.40	c Solving starts ...
1022.59/1022.89	c solving time = 194.451s
1022.59/1022.89	c #decision = 1227479
1022.59/1022.89	c #conflict = 13409
1022.59/1022.89	c #restart = 32
1022.59/1022.89	o 54
1022.70/1022.91	c Solving starts ...
1541.92/1542.20	c solving time = 519.206s
1541.92/1542.20	c #decision = 1807469
1541.92/1542.20	c #conflict = 20339
1541.92/1542.20	c #restart = 40
1541.92/1542.20	o 53
1541.92/1542.22	c Solving starts ...
1786.28/1786.62	c solving time = 244.346s
1786.28/1786.62	c #decision = 2097915
1786.28/1786.62	c #conflict = 23408
1786.28/1786.62	c #restart = 46
1786.28/1786.62	o 52
1786.28/1786.63	c Solving starts ...

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-3707004-1338126091/watcher-3707004-1338126091 -o /tmp/evaluation-result-3707004-1338126091/solver-3707004-1338126091 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707004-1338126091.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.00 2.00 2.00 3/176 13761
/proc/meminfo: memFree=28626668/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/13761/stat : 13761 (runsolver) D 13759 13761 12124 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 278735137 12095488 51 33554432000 4194304 5436572 140734325064816 140734325061112 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/13761/statm: 2953 51 31 304 0 2645 0

[startup+0.0196159 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13761
/proc/meminfo: memFree=28626668/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=7232 CPUtime=0.01 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 1067 0 0 0 1 0 0 0 20 0 1 0 278735137 7405568 989 33554432000 4194304 8973514 140733429085520 140733429084784 4208816 0 2 0 34082818 0 0 0 17 6 0 0 0 0 0
/proc/13761/statm: 1808 989 412 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100162 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13761
/proc/meminfo: memFree=28626668/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=13376 CPUtime=0.09 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 2457 0 0 0 9 0 0 0 20 0 1 0 278735137 13697024 2379 33554432000 4194304 8973514 140733429085520 140733429085016 5638131 0 0 0 34082818 0 0 0 17 6 0 0 0 0 0
/proc/13761/statm: 3344 2379 418 1167 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.300171 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13761
/proc/meminfo: memFree=28626668/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=23616 CPUtime=0.28 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 5172 0 0 0 28 0 0 0 20 0 1 0 278735137 24182784 5094 33554432000 4194304 8973514 140733429085520 140733429084784 4209206 0 2 0 34082818 0 0 0 17 6 0 0 0 0 0
/proc/13761/statm: 5904 5094 418 1167 0 4685 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23616

[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13761
/proc/meminfo: memFree=28626668/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=52288 CPUtime=0.68 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 12340 0 0 0 67 1 0 0 20 0 1 0 278735137 53542912 12262 33554432000 4194304 8973514 140733429085520 140733429084784 4209212 0 2 0 34082818 0 0 0 17 6 0 0 0 0 0
/proc/13761/statm: 13072 12262 418 1167 0 11853 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 52288

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28562644/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=92224 CPUtime=1.48 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 22324 0 0 0 144 4 0 0 20 0 1 0 278735137 94437376 22246 33554432000 4194304 8973514 140733429085520 140733429084784 4208870 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 23056 22246 418 1167 0 21837 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92224

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28501280/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=3.08 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46916 0 0 0 300 8 0 0 20 0 1 0 278735137 195100672 46838 33554432000 4194304 8973514 140733429085520 140733429085016 4481556 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46838 428 1167 0 46413 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 190528

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28438032/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=6.28 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46916 0 0 0 618 10 0 0 20 0 1 0 278735137 195100672 46838 33554432000 4194304 8973514 140733429085520 140733429085016 4209598 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46838 428 1167 0 46413 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 190528

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28436808/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=12.68 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46916 0 0 0 1256 12 0 0 20 0 1 0 278735137 195100672 46838 33554432000 4194304 8973514 140733429085520 140733429085016 5372265 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46838 428 1167 0 46413 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 190528

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28434352/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=25.48 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46943 0 0 0 2533 15 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429084784 4208870 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 190528

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28430260/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=51.07 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46943 0 0 0 5088 19 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429085016 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 190528

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13762
/proc/meminfo: memFree=28426308/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=102.26 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46954 0 0 0 10197 29 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429083456 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 190528

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13762
/proc/meminfo: memFree=28411580/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=162.24 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46957 0 0 0 16184 40 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429067520 7937344 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 190528

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13762
/proc/meminfo: memFree=28411236/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=222.23 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 22171 52 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429067520 7841851 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 190528

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13763
/proc/meminfo: memFree=28411856/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=282.22 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 28158 64 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429085016 4209200 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 190528

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13763
/proc/meminfo: memFree=28411980/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=342.2 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 34148 72 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429085016 6571896 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 190528

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13763
/proc/meminfo: memFree=28411856/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=402.2 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 40135 85 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429084784 4209410 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 190528

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13763
/proc/meminfo: memFree=28408880/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=462.19 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 46121 98 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429085016 4441196 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 190528

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13805
/proc/meminfo: memFree=28656808/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=522.17 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 52108 109 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429067520 6571998 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 190528

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13806
/proc/meminfo: memFree=28623136/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=190528 CPUtime=582.16 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 46960 0 0 0 58094 122 0 0 20 0 1 0 278735137 195100672 46865 33554432000 4194304 8973514 140733429085520 140733429085016 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 47632 46865 455 1167 0 46413 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 190528

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13806
/proc/meminfo: memFree=28598088/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=196672 CPUtime=822.13 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 48496 0 0 0 82045 168 0 0 20 0 1 0 278735137 201392128 48401 33554432000 4194304 8973514 140733429085520 140733429084784 6571900 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 49168 48401 455 1167 0 47949 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 196672

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13807
/proc/meminfo: memFree=28590776/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=199744 CPUtime=882.11 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 49264 0 0 0 88032 179 0 0 20 0 1 0 278735137 204537856 49169 33554432000 4194304 8973514 140733429085520 140733429085016 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 49936 49169 455 1167 0 48717 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 199744

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13807
/proc/meminfo: memFree=28590404/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=200768 CPUtime=942.1 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 49520 0 0 0 94018 192 0 0 20 0 1 0 278735137 205586432 49425 33554432000 4194304 8973514 140733429085520 140733429083520 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 50192 49425 455 1167 0 48973 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 200768

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13807
/proc/meminfo: memFree=28588600/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=202816 CPUtime=1002.1 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 50033 0 0 0 100006 204 0 0 20 0 1 0 278735137 207683584 49937 33554432000 4194304 8973514 140733429085520 140733429085016 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 50704 49937 455 1167 0 49485 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 202816

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13807
/proc/meminfo: memFree=28584384/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=205888 CPUtime=1062.09 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 50801 0 0 0 105995 214 0 0 20 0 1 0 278735137 210829312 50705 33554432000 4194304 8973514 140733429085520 140733429084784 6571900 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 51472 50705 455 1167 0 50253 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 205888

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13810
/proc/meminfo: memFree=28577784/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=206912 CPUtime=1122.08 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 51057 0 0 0 111983 225 0 0 20 0 1 0 278735137 211877888 50961 33554432000 4194304 8973514 140733429085520 140733429084784 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 51728 50961 455 1167 0 50509 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 206912

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13834
/proc/meminfo: memFree=28571056/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=208960 CPUtime=1182.07 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 51569 0 0 0 117971 236 0 0 20 0 1 0 278735137 213975040 51473 33554432000 4194304 8973514 140733429085520 140733429084784 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 52240 51473 455 1167 0 51021 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 208960

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13834
/proc/meminfo: memFree=28573540/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=211008 CPUtime=1242.07 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 52081 0 0 0 123959 248 0 0 20 0 1 0 278735137 216072192 51985 33554432000 4194304 8973514 140733429085520 140733429083456 4380227 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 52752 51985 455 1167 0 51533 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 211008

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13834
/proc/meminfo: memFree=28571684/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=213056 CPUtime=1302.06 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 52593 0 0 0 129948 258 0 0 20 0 1 0 278735137 218169344 52497 33554432000 4194304 8973514 140733429085520 140733429085016 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 53264 52497 455 1167 0 52045 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 213056

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13834
/proc/meminfo: memFree=28568144/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=215104 CPUtime=1362.04 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 53105 0 0 0 135933 271 0 0 20 0 1 0 278735137 220266496 53009 33554432000 4194304 8973514 140733429085520 140733429084784 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 53776 53009 455 1167 0 52557 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 215104

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13834
/proc/meminfo: memFree=28564920/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=218176 CPUtime=1422.04 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 53873 0 0 0 141921 283 0 0 20 0 1 0 278735137 223412224 53777 33554432000 4194304 8973514 140733429085520 140733429084784 4209234 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 54544 53777 455 1167 0 53325 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 218176

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13835
/proc/meminfo: memFree=28558720/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=219200 CPUtime=1482.02 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 54129 0 0 0 147909 293 0 0 20 0 1 0 278735137 224460800 54033 33554432000 4194304 8973514 140733429085520 140733429085016 6571863 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 54800 54033 455 1167 0 53581 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 219200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13835
/proc/meminfo: memFree=28553196/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=223296 CPUtime=1542.02 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 55155 0 0 0 153896 306 0 0 20 0 1 0 278735137 228655104 55057 33554432000 4194304 8973514 140733429085520 140733429085016 6572052 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 55824 55057 455 1167 0 54605 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 223296

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13835
/proc/meminfo: memFree=28552240/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=224320 CPUtime=1602.01 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 55411 0 0 0 159883 318 0 0 20 0 1 0 278735137 229703680 55313 33554432000 4194304 8973514 140733429085520 140733429085016 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 56080 55313 455 1167 0 54861 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 224320

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 13835
/proc/meminfo: memFree=28547528/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=228416 CPUtime=1662 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 56435 0 0 0 165870 330 0 0 20 0 1 0 278735137 233897984 56337 33554432000 4194304 8973514 140733429085520 140733429085016 7841851 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 57104 56337 455 1167 0 55885 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 228416

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 13838
/proc/meminfo: memFree=28547724/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=229440 CPUtime=1721.99 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 56691 0 0 0 171855 344 0 0 20 0 1 0 278735137 234946560 56593 33554432000 4194304 8973514 140733429085520 140733429084784 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 57360 56593 455 1167 0 56141 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 229440

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 13839
/proc/meminfo: memFree=28537820/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=232512 CPUtime=1781.98 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 57459 0 0 0 177841 357 0 0 20 0 1 0 278735137 238092288 57361 33554432000 4194304 8973514 140733429085520 140733429084784 7937344 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 58128 57361 455 1167 0 56909 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 232512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 13839
/proc/meminfo: memFree=28537944/32873648 swapFree=7372/7372
[pid=13761] ppid=13759 vsize=232512 CPUtime=1800.08 cores=0,2,4,6
/proc/13761/stat : 13761 (toysat) R 13759 13761 12124 0 -1 4202496 57459 0 0 0 179648 360 0 0 20 0 1 0 278735137 238092288 57361 33554432000 4194304 8973514 140733429085520 140733429083456 6571957 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/13761/statm: 58128 57361 455 1167 0 56909 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 232512

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1796.49
CPU system time (s): 3.60545
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 232512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 3.60545
maximum resident set size= 229444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57459
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= 23
involuntary context switches= 2226

runsolver used 3.37149 second user time and 9.27459 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 15:41:31
IDJOB=3707004
IDBENCH=24993
IDSOLVER=2285
FILE ID=node122/3707004-1338126091
RUNJOBID= node122-1338119311-12140
PBS_JOBID= 14624476
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_023_area_delay.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707004-1338126091/watcher-3707004-1338126091 -o /tmp/evaluation-result-3707004-1338126091/solver-3707004-1338126091 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3707004-1338126091.opb

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

MD5SUM BENCH= d5b07a268537d19686adcc507787a673
RANDOM SEED=43947110

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        28627312 kB
Buffers:          303836 kB
Cached:          2900032 kB
SwapCached:            0 kB
Active:          1435112 kB
Inactive:        2012864 kB
Active(anon):     236108 kB
Inactive(anon):    11052 kB
Active(file):    1199004 kB
Inactive(file):  2001812 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11672 kB
Writeback:             0 kB
AnonPages:        257860 kB
Mapped:            15464 kB
Shmem:               200 kB
Slab:             660052 kB
SReclaimable:     104296 kB
SUnreclaim:       555756 kB
KernelStack:        1472 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     358956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71676 MiB
End job on node122 at 2012-05-27 16:11:34