Trace number 3706556

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
toysat 2012-05-17? (TO) 1800.02 1800.31

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_5_mh.opb
MD5SUMc9af5fe7bf07241e6505789325302ea7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2014265
Best CPU time to get the best result obtained on this benchmark15.9226
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 64481201
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 3211070693
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 64481201
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 3211070693
Number of bits of the biggest sum of numbers32
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

1.88/1.96	c 2012-05-28T22:28:50+0200
1.88/1.96	c arch = x86_64
1.88/1.96	c os = linux
1.88/1.96	c compiler = ghc 7.4
1.88/1.96	c packages:
1.88/1.96	c   OptDir-0.0.1
1.88/1.96	c   array-0.4.0.0
1.88/1.96	c   base-4.5.0.0
1.88/1.96	c   bytestring-0.9.2.1
1.88/1.96	c   containers-0.4.2.1
1.88/1.96	c   deepseq-1.3.0.0
1.88/1.96	c   mtl-2.1.1
1.88/1.96	c   old_locale-1.0.0.4
1.88/1.96	c   parse_dimacs-1.2
1.88/1.96	c   parsec-3.1.2
1.88/1.96	c   queue-0.1.2
1.88/1.96	c   stm-2.3
1.88/1.96	c   time-1.4
1.88/1.96	c command line = ["--pb","HOME/instance-3706556-1338236930.opb"]
1.88/1.96	c #vars 6810
1.88/1.96	c #constraints 15202
1.88/1.96	c Solving starts ...
1.98/2.01	c solving time = 0.043s
1.98/2.01	c #decision = 1097
1.98/2.01	c #conflict = 27
1.98/2.01	c #restart = 0
1.98/2.01	o 2148222
1.98/2.02	c Solving starts ...
1.98/2.07	c solving time = 0.049s
1.98/2.07	c #decision = 1943
1.98/2.07	c #conflict = 27
1.98/2.07	c #restart = 0
1.98/2.07	o 2148222
1.98/2.08	c Solving starts ...
2.09/2.13	c solving time = 0.050s
2.09/2.13	c #decision = 2840
2.09/2.13	c #conflict = 30
2.09/2.13	c #restart = 0
2.09/2.13	o 2143218
2.09/2.14	c Solving starts ...
2.20/2.22	c solving time = 0.070s
2.20/2.22	c #decision = 3722
2.20/2.22	c #conflict = 31
2.20/2.22	c #restart = 0
2.20/2.22	o 2139786
2.20/2.22	c Solving starts ...
2.20/2.29	c solving time = 0.057s
2.20/2.29	c #decision = 4637
2.20/2.29	c #conflict = 32
2.20/2.29	c #restart = 0
2.20/2.29	o 2131752
2.20/2.29	c Solving starts ...
2.39/2.43	c solving time = 0.135s
2.39/2.43	c #decision = 5567
2.39/2.43	c #conflict = 40
2.39/2.43	c #restart = 0
2.59/2.60	o 2128994
2.59/2.60	c Solving starts ...
2.59/2.69	c solving time = 0.246s
2.59/2.69	c #decision = 6580
2.59/2.69	c #conflict = 64
2.59/2.69	c #restart = 0
2.59/2.69	o 2121674
2.69/2.70	c Solving starts ...
5.58/5.67	c solving time = 2.965s
5.58/5.67	c #decision = 7380
5.58/5.67	c #conflict = 83
5.58/5.67	c #restart = 0
5.58/5.67	o 2113640
5.58/5.68	c Solving starts ...
77.26/77.35	c solving time = 71.645s
77.26/77.35	c #decision = 8200
77.26/77.35	c #conflict = 326
77.26/77.35	c #restart = 1
77.26/77.35	o 2106676
77.26/77.35	c Solving starts ...
212.95/213.06	c solving time = 135.684s
212.95/213.06	c #decision = 9716
212.95/213.06	c #conflict = 834
212.95/213.06	c #restart = 4
212.95/213.06	o 2103029
212.95/213.07	c Solving starts ...
386.22/386.37	c solving time = 173.270s
386.22/386.37	c #decision = 13012
386.22/386.37	c #conflict = 2240
386.22/386.37	c #restart = 9
386.22/386.37	o 2095380
386.22/386.38	c Solving starts ...
386.52/386.68	c solving time = 0.296s
386.52/386.68	c #decision = 13230
386.52/386.68	c #conflict = 2244
386.52/386.68	c #restart = 9
386.52/386.68	o 2086098
386.62/386.71	c Solving starts ...
589.19/589.38	c solving time = 202.633s
589.19/589.38	c #decision = 17071
589.19/589.38	c #conflict = 3911
589.19/589.38	c #restart = 14
589.19/589.38	o 2083778
589.19/589.38	c Solving starts ...
1114.50/1114.72	c solving time = 525.246s
1114.50/1114.72	c #decision = 27433
1114.50/1114.72	c #conflict = 8934
1114.50/1114.72	c #restart = 22
1114.50/1114.72	o 2083300
1114.50/1114.75	c Solving starts ...
1114.50/1114.77	c learnt constraints deletion: 8906 -> 4453
1115.41/1115.66	c solving time = 0.901s
1115.41/1115.66	c #decision = 27710
1115.41/1115.66	c #conflict = 8958
1115.41/1115.66	c #restart = 22
1115.41/1115.66	o 2083244
1115.41/1115.67	c Solving starts ...
1126.31/1126.53	c solving time = 10.859s
1126.31/1126.53	c #decision = 28247
1126.31/1126.53	c #conflict = 9100
1126.31/1126.53	c #restart = 23
1126.31/1126.53	o 2063729
1126.31/1126.55	c Solving starts ...
1126.41/1126.66	c solving time = 0.113s
1126.41/1126.66	c #decision = 28430
1126.41/1126.66	c #conflict = 9100
1126.41/1126.66	c #restart = 23
1126.41/1126.66	o 2063729
1126.51/1126.70	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-3706556-1338236930/watcher-3706556-1338236930 -o /tmp/evaluation-result-3706556-1338236930/solver-3706556-1338236930 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706556-1338236930.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/171 6145
/proc/meminfo: memFree=31257728/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 808 0 0 0 0 0 0 0 20 0 1 0 289818714 6356992 729 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 1552 729 411 1167 0 333 0

[startup+0.0181109 s]
/proc/loadavg: 1.92 1.98 1.99 3/171 6145
/proc/meminfo: memFree=31257728/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=7232 CPUtime=0.01 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 1074 0 0 0 1 0 0 0 20 0 1 0 289818714 7405568 995 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 1808 995 416 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100249 s]
/proc/loadavg: 1.92 1.98 1.99 3/171 6145
/proc/meminfo: memFree=31257728/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=13376 CPUtime=0.09 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 2438 0 0 0 9 0 0 0 20 0 1 0 289818714 13697024 2359 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 3344 2359 418 1167 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.300246 s]
/proc/loadavg: 1.92 1.98 1.99 3/171 6145
/proc/meminfo: memFree=31257728/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=27712 CPUtime=0.29 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 6064 0 0 0 28 1 0 0 20 0 1 0 289818714 28377088 5985 33554432000 4194304 8973514 140733905413744 140733905413240 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 6928 5992 431 1167 0 5709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27712

[startup+0.700173 s]
/proc/loadavg: 1.92 1.98 1.99 3/171 6145
/proc/meminfo: memFree=31257728/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=29760 CPUtime=0.69 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 6732 0 0 0 68 1 0 0 20 0 1 0 289818714 30474240 6653 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 7440 6653 435 1167 0 6221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29760

[startup+1.50022 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 6156
/proc/meminfo: memFree=31175260/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=32832 CPUtime=1.48 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 7279 0 0 0 147 1 0 0 20 0 1 0 289818714 33619968 7200 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 8208 7200 435 1167 0 6989 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32832

[startup+3.10031 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 6156
/proc/meminfo: memFree=31104656/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=44096 CPUtime=3.09 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 10339 0 0 0 306 3 0 0 20 0 1 0 289818714 45154304 10260 33554432000 4194304 8973514 140733905413744 140733905413008 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11024 10260 458 1167 0 9805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44096

[startup+6.30031 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 6156
/proc/meminfo: memFree=30876628/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=45120 CPUtime=6.29 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 10601 0 0 0 625 4 0 0 20 0 1 0 289818714 46202880 10521 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11280 10521 458 1167 0 10061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45120

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 6156
/proc/meminfo: memFree=30397160/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=45120 CPUtime=12.68 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 10601 0 0 0 1263 5 0 0 20 0 1 0 289818714 46202880 10521 33554432000 4194304 8973514 140733905413744 140733905413240 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11280 10521 458 1167 0 10061 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45120

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 6156
/proc/meminfo: memFree=30221088/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=45120 CPUtime=25.48 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 10607 0 0 0 2538 10 0 0 20 0 1 0 289818714 46202880 10521 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11280 10521 458 1167 0 10061 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45120

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 6156
/proc/meminfo: memFree=30169736/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=45120 CPUtime=51.07 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 10607 0 0 0 5089 18 0 0 20 0 1 0 289818714 46202880 10521 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11280 10521 458 1167 0 10061 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45120

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 6160
/proc/meminfo: memFree=30156628/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=47168 CPUtime=102.27 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 11119 0 0 0 10196 31 0 0 20 0 1 0 289818714 48300032 11033 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11792 11033 458 1167 0 10573 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47168

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6160
/proc/meminfo: memFree=30147612/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=47168 CPUtime=162.26 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 11119 0 0 0 16177 49 0 0 20 0 1 0 289818714 48300032 11033 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 11792 11033 458 1167 0 10573 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 47168

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6160
/proc/meminfo: memFree=30146896/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=48192 CPUtime=222.24 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 11375 0 0 0 22160 64 0 0 20 0 1 0 289818714 49348608 11289 33554432000 4194304 8973514 140733905413744 140733905413008 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 12048 11289 458 1167 0 10829 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 48192

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6160
/proc/meminfo: memFree=30137376/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=49216 CPUtime=282.24 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 11631 0 0 0 28141 83 0 0 20 0 1 0 289818714 50397184 11545 33554432000 4194304 8973514 140733905413744 140733905413008 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 12304 11545 458 1167 0 11085 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 49216

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6160
/proc/meminfo: memFree=30136660/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=50240 CPUtime=342.22 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 11887 0 0 0 34124 98 0 0 20 0 1 0 289818714 51445760 11801 33554432000 4194304 8973514 140733905413744 140733905411712 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 12560 11801 458 1167 0 11341 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 50240

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6161
/proc/meminfo: memFree=30133464/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=53312 CPUtime=402.21 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 12655 0 0 0 40106 115 0 0 20 0 1 0 289818714 54591488 12569 33554432000 4194304 8973514 140733905413744 140733905413240 4209382 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 13328 12569 458 1167 0 12109 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 53312

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6161
/proc/meminfo: memFree=30133368/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=53312 CPUtime=462.21 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 12655 0 0 0 46091 130 0 0 20 0 1 0 289818714 54591488 12569 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 13328 12569 458 1167 0 12109 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 53312

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6161
/proc/meminfo: memFree=30133396/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=53312 CPUtime=522.2 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 12655 0 0 0 52070 150 0 0 20 0 1 0 289818714 54591488 12569 33554432000 4194304 8973514 140733905413744 140733905413008 4205032 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 13328 12569 458 1167 0 12109 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 53312

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 6161
/proc/meminfo: memFree=30132308/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=54336 CPUtime=582.19 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 12911 0 0 0 58053 166 0 0 20 0 1 0 289818714 55640064 12825 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 13584 12825 458 1167 0 12365 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 54336

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 6165
/proc/meminfo: memFree=30128704/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=58432 CPUtime=882.14 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 13939 0 0 0 87961 253 0 0 20 0 1 0 289818714 59834368 13849 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 14608 13849 458 1167 0 13389 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 58432

[startup+942.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 6165
/proc/meminfo: memFree=30127836/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=59456 CPUtime=942.13 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 14195 0 0 0 93942 271 0 0 20 0 1 0 289818714 60882944 14105 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 14864 14105 458 1167 0 13645 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 59456

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 6166
/proc/meminfo: memFree=30126844/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=60480 CPUtime=1002.12 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 14451 0 0 0 99923 289 0 0 20 0 1 0 289818714 61931520 14361 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 15120 14361 458 1167 0 13901 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 60480

[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 6166
/proc/meminfo: memFree=30126968/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=60480 CPUtime=1062.12 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 14451 0 0 0 105902 310 0 0 20 0 1 0 289818714 61931520 14361 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 15120 14361 458 1167 0 13901 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 60480

[startup+1122.3 s]
/proc/loadavg: 2.20 2.08 2.01 3/177 6166
/proc/meminfo: memFree=30122876/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=64576 CPUtime=1122.11 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 15476 0 0 0 111883 328 0 0 20 0 1 0 289818714 66125824 15386 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 16144 15386 459 1167 0 14925 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 64576

[startup+1182.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/177 6166
/proc/meminfo: memFree=30120768/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=66624 CPUtime=1182.09 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 15988 0 0 0 117861 348 0 0 20 0 1 0 289818714 68222976 15898 33554432000 4194304 8973514 140733905413744 140733905413240 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 16656 15898 459 1167 0 15437 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 66624

[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6166
/proc/meminfo: memFree=30119528/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=67648 CPUtime=1242.09 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 16244 0 0 0 123841 368 0 0 20 0 1 0 289818714 69271552 16154 33554432000 4194304 8973514 140733905413744 140733905413240 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 16912 16154 459 1167 0 15693 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 67648

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/178 6170
/proc/meminfo: memFree=30118032/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=68672 CPUtime=1302.08 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 16500 0 0 0 129820 388 0 0 20 0 1 0 289818714 70320128 16410 33554432000 4194304 8973514 140733905413744 140733905413008 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 17168 16410 459 1167 0 15949 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 68672

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 6170
/proc/meminfo: memFree=30117296/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=69696 CPUtime=1362.06 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 16756 0 0 0 135800 406 0 0 20 0 1 0 289818714 71368704 16666 33554432000 4194304 8973514 140733905413744 140733905413008 4214507 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 17424 16666 459 1167 0 16205 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 69696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6170
/proc/meminfo: memFree=30115436/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=71744 CPUtime=1422.06 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 17268 0 0 0 141780 426 0 0 20 0 1 0 289818714 73465856 17178 33554432000 4194304 8973514 140733905413744 140733905411712 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 17936 17178 459 1167 0 16717 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 71744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6170
/proc/meminfo: memFree=30114120/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=72768 CPUtime=1482.05 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 17526 0 0 0 147763 442 0 0 20 0 1 0 289818714 74514432 17434 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 18192 17434 459 1167 0 16973 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 72768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6170
/proc/meminfo: memFree=30113872/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=73792 CPUtime=1542.04 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 17782 0 0 0 153745 459 0 0 20 0 1 0 289818714 75563008 17690 33554432000 4194304 8973514 140733905413744 140733905413008 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 18448 17690 459 1167 0 17229 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 73792

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 6171
/proc/meminfo: memFree=30112632/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=74816 CPUtime=1602.03 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 18038 0 0 0 159725 478 0 0 20 0 1 0 289818714 76611584 17946 33554432000 4194304 8973514 140733905413744 140733905413008 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 18704 17946 459 1167 0 17485 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 74816

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6171
/proc/meminfo: memFree=30110524/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=76864 CPUtime=1662.03 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 18550 0 0 0 165705 498 0 0 20 0 1 0 289818714 78708736 18458 33554432000 4194304 8973514 140733905413744 140733905413008 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 19216 18458 459 1167 0 17997 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 76864

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6171
/proc/meminfo: memFree=30109656/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=77888 CPUtime=1722.01 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 18806 0 0 0 171686 515 0 0 20 0 1 0 289818714 79757312 18714 33554432000 4194304 8973514 140733905413744 140733905413240 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 19472 18714 459 1167 0 18253 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 77888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6171
/proc/meminfo: memFree=30108168/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=78912 CPUtime=1782 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 19062 0 0 0 177668 532 0 0 20 0 1 0 289818714 80805888 18970 33554432000 4194304 8973514 140733905413744 140733905413240 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 19728 18970 459 1167 0 18509 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 78912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6171
/proc/meminfo: memFree=30108540/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=78912 CPUtime=1800.01 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 19062 0 0 0 179462 539 0 0 20 0 1 0 289818714 80805888 18970 33554432000 4194304 8973514 140733905413744 140733905413008 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 19728 18970 459 1167 0 18509 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 78912

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

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6171
/proc/meminfo: memFree=30108540/32873844 swapFree=7112/7112
[pid=6145] ppid=6143 vsize=78912 CPUtime=1800.01 cores=1,3,5,7
/proc/6145/stat : 6145 (toysat) R 6143 6145 4756 0 -1 4202496 19062 0 0 0 179462 539 0 0 20 0 1 0 289818714 80805888 18970 33554432000 4194304 8973514 140733905413744 140733905413008 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/6145/statm: 19728 18970 459 1167 0 18509 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 78912

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1794.63
CPU system time (s): 5.39118
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 78912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.63
system time used= 5.39118
maximum resident set size= 75880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19062
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= 21
involuntary context switches= 1857

runsolver used 3.77243 second user time and 9.68253 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 22:28:50
IDJOB=3706556
IDBENCH=92718
IDSOLVER=2285
FILE ID=node119/3706556-1338236930
RUNJOBID= node119-1338233325-5918
PBS_JOBID= 14624617
Free space on /tmp= 71588 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_5_mh.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706556-1338236930/watcher-3706556-1338236930 -o /tmp/evaluation-result-3706556-1338236930/solver-3706556-1338236930 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706556-1338236930.opb

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

MD5SUM BENCH= c9af5fe7bf07241e6505789325302ea7
RANDOM SEED=1165445072

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        31256216 kB
Buffers:          337452 kB
Cached:           469272 kB
SwapCached:         1840 kB
Active:           541376 kB
Inactive:         275888 kB
Active(anon):      10616 kB
Inactive(anon):     2068 kB
Active(file):     530760 kB
Inactive(file):   273820 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:             32240 kB
Writeback:             0 kB
AnonPages:         15476 kB
Mapped:            11148 kB
Shmem:                 8 kB
Slab:             660304 kB
SReclaimable:     102312 kB
SUnreclaim:       557992 kB
KernelStack:        1440 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71572 MiB
End job on node119 at 2012-05-28 22:58:53