Trace number 3736237

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
PB07: PB-clasp 2007-04-10SAT (TO)35 1802.12 1802.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir05_area_opers.opb
MD5SUMfb30dc68ef00299e3d850b79fb8a2728
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark0.290955
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved YES
Number of variables6033
Total number of constraints11966
Number of constraints which are clauses11966
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 constraint127
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3140
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.46/0.83	o 35
430.59/430.74	sh: line 1:  9255 Done                    cat HOME/temp/instance-3736237-1338730358.opb.op
430.59/430.74	      9256 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736237-1338730358.opb.clasp
1800.10/1800.40	sh: line 1:  9275 Done                    cat HOME/temp/instance-3736237-1338730358.opb.op
1800.10/1800.40	      9276 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736237-1338730358.opb.clasp
1800.10/1800.41	c Somebody sent me a SIGTERM
1800.10/1800.41	s SATISFIABLE
1800.10/1800.41	v x154 x213 x214 x2306 x4634 x4922 x5217 x5356 x5418 x5472 x5620 x5682 x5738 x5788 x5798 x5807 x5823 x5853 x5905 x5947 x5955 x5965 x5975 x5979 x5983 x5992 x6010 x6012 x6015 x6016 x6022 x6025 x6028 x6029 x6031 x6032 x6033 
1800.10/1800.42	pb2clasp1: no process killed
1802.07/1802.41	sh: line 1:  9396 Done                    cat HOME/temp/instance-3736237-1338730358.opb.op
1802.07/1802.41	      9397 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3736237-1338730358.opb.clasp

Verifier Data

OK	35

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-3736237-1338730358/watcher-3736237-1338730358 -o /tmp/evaluation-result-3736237-1338730358/solver-3736237-1338730358 -C 1800 -W 1900 -M 15500 pbclasp instance-3736237-1338730358.opb HOME/temp 

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: 2.00 2.00 2.00 3/178 9238
/proc/meminfo: memFree=27012644/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) D 9236 9238 29645 0 -1 4202496 431 0 0 0 0 0 0 0 20 0 1 0 339160679 26071040 361 33554432000 4194304 4198148 140736754918000 140736754915448 223651643061 0 0 4224 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6365 361 277 1 0 160 0

[startup+0.0929421 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9238
/proc/meminfo: memFree=27012644/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26564 CPUtime=0.06 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 809 0 0 0 6 0 0 0 20 0 1 0 339160679 27201536 721 33554432000 4194304 4198148 140736754918000 140736754916888 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6641 721 368 1 0 436 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26564

[startup+0.100268 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9238
/proc/meminfo: memFree=27012644/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26564 CPUtime=0.06 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 809 0 0 0 6 0 0 0 20 0 1 0 339160679 27201536 721 33554432000 4194304 4198148 140736754918000 140736754916888 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6641 721 368 1 0 436 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26564

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9238
/proc/meminfo: memFree=27012644/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26564 CPUtime=0.06 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 809 0 0 0 6 0 0 0 20 0 1 0 339160679 27201536 721 33554432000 4194304 4198148 140736754918000 140736754916888 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6641 721 368 1 0 436 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26564

[startup+0.700153 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9238
/proc/meminfo: memFree=27012644/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26696 CPUtime=0.46 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1024 2109 0 0 6 0 40 0 20 0 1 0 339160679 27336704 802 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6674 802 387 1 0 469 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 26696

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9256
/proc/meminfo: memFree=27002164/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=10056 CPUtime=0.65 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 2184 0 0 0 65 0 0 0 20 0 1 0 339160763 10297344 2013 33554432000 134512640 134847168 4288109936 4288108704 134617536 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9256/statm: 2514 2013 272 82 0 1755 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 46032

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9256
/proc/meminfo: memFree=27000936/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=10056 CPUtime=2.25 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 2184 0 0 0 225 0 0 0 20 0 1 0 339160763 10297344 2013 33554432000 134512640 134847168 4288109936 4288108704 134737299 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9256/statm: 2514 2013 272 82 0 1755 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 46032

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9256
/proc/meminfo: memFree=27000076/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=10056 CPUtime=5.45 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 2185 0 0 0 545 0 0 0 20 0 1 0 339160763 10297344 2014 33554432000 134512640 134847168 4288109936 4288108704 134738064 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9256/statm: 2514 2014 272 82 0 1755 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 46032

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9256
/proc/meminfo: memFree=26997108/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=11568 CPUtime=11.85 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 2535 0 0 0 1185 0 0 0 20 0 1 0 339160763 11845632 2361 33554432000 134512640 134847168 4288109936 4288108512 134714115 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9256/statm: 2892 2361 272 82 0 2133 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 47544

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 9256
/proc/meminfo: memFree=26993332/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=13384 CPUtime=24.64 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 2999 0 0 0 2464 0 0 0 20 0 1 0 339160763 13705216 2825 33554432000 134512640 134847168 4288109936 4288108676 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9256/statm: 3346 2825 272 82 0 2587 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49360

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 9256
/proc/meminfo: memFree=26987188/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=15344 CPUtime=50.24 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 3457 0 0 0 5024 0 0 0 20 0 1 0 339160763 15712256 3292 33554432000 134512640 134847168 4288109936 4288108628 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9256/statm: 3836 3292 272 82 0 3077 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 51320

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 9256
/proc/meminfo: memFree=26976576/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=17784 CPUtime=101.43 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 4043 0 0 0 10143 0 0 0 20 0 1 0 339160763 18210816 3887 33554432000 134512640 134847168 4288109936 4288108672 134733922 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9256/statm: 4446 3887 272 82 0 3687 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 53760

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 9256
/proc/meminfo: memFree=26968880/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=18728 CPUtime=161.42 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 4273 0 0 0 16142 0 0 0 20 0 1 0 339160763 19177472 4144 33554432000 134512640 134847168 4288109936 4288108620 134715952 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9256/statm: 4682 4144 272 82 0 3923 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54704

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 9257
/proc/meminfo: memFree=26961368/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=0.81 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1164 6173 0 0 6 0 73 2 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9254] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9254/stat : 9254 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339160763 9367552 263 33554432000 4194304 5064252 140737296760864 140737296759120 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9254/statm: 2287 263 223 213 0 72 0
[pid=9256] ppid=9254 vsize=19932 CPUtime=221.42 cores=1,3,5,7
/proc/9256/stat : 9256 (clasp-1.0) R 9254 9238 29645 0 -1 4202496 4568 0 0 0 22141 1 0 0 20 0 1 0 339160763 20410368 4446 33554432000 134512640 134847168 4288109936 4288108512 134714694 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9256/statm: 4983 4446 272 82 0 4224 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55908

[startup+282.3 s]

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

/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=29324 CPUtime=991.39 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 6813 0 0 0 99137 2 0 0 20 0 1 0 339203754 30027776 6718 33554432000 134512640 134847168 4292737840 4292736464 134784617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 7331 6718 272 82 0 6572 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 65300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9351
/proc/meminfo: memFree=26978000/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=29456 CPUtime=1051.37 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 6852 0 0 0 105135 2 0 0 20 0 1 0 339203754 30162944 6757 33554432000 134512640 134847168 4292737840 4292736464 134784628 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 7364 6757 272 82 0 6605 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 65432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9351
/proc/meminfo: memFree=26975892/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=31200 CPUtime=1111.36 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 7258 0 0 0 111134 2 0 0 20 0 1 0 339203754 31948800 7163 33554432000 134512640 134847168 4292737840 4292736532 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 7800 7163 272 82 0 7041 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 67176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9351
/proc/meminfo: memFree=26974712/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=31524 CPUtime=1171.35 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 7321 0 0 0 117133 2 0 0 20 0 1 0 339203754 32280576 7226 33554432000 134512640 134847168 4292737840 4292736608 134737360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 7881 7226 272 82 0 7122 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 67500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9354
/proc/meminfo: memFree=26973960/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=31848 CPUtime=1231.34 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 7412 0 0 0 123132 2 0 0 20 0 1 0 339203754 32612352 7317 33554432000 134512640 134847168 4292737840 4292736532 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 7962 7317 272 82 0 7203 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 67824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9377
/proc/meminfo: memFree=26972904/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=31848 CPUtime=1291.33 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 7413 0 0 0 129131 2 0 0 20 0 1 0 339203754 32612352 7342 33554432000 134512640 134847168 4292737840 4292736532 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 7962 7342 272 82 0 7203 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 67824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9378
/proc/meminfo: memFree=26971980/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=32096 CPUtime=1351.32 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 7455 0 0 0 135130 2 0 0 20 0 1 0 339203754 32866304 7384 33554432000 134512640 134847168 4292737840 4292736304 134713872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 8024 7384 272 82 0 7265 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 68072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 9378
/proc/meminfo: memFree=26972104/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=430.67 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1269 13519 0 0 7 0 43056 4 20 0 1 0 339160679 27471872 804 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 804 387 1 0 502 0
[pid=9274] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9274/stat : 9274 (sh) S 9238 9238 29645 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339203754 9367552 264 33554432000 4194304 5064252 140733831607920 140733831606176 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9274/statm: 2287 264 223 213 0 72 0
[pid=9276] ppid=9274 vsize=32096 CPUtime=1369.43 cores=1,3,5,7
/proc/9276/stat : 9276 (clasp-1.0) R 9274 9238 29645 0 -1 4202496 7455 0 0 0 136941 2 0 0 20 0 1 0 339203754 32866304 7384 33554432000 134512640 134847168 4292737840 4292736524 134789696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9276/statm: 8024 7384 272 82 0 7265 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 68072

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9238

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9397
/proc/meminfo: memFree=27008372/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=1800.12 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1430 23756 0 0 7 0 179997 8 20 0 1 0 339160679 27471872 805 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 805 387 1 0 502 0
[pid=9393] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9393/stat : 9393 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339340722 9367552 263 33554432000 4194304 5064252 140736034118464 140736034116720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9393/statm: 2287 263 223 213 0 72 0
[pid=9397] ppid=9393 vsize=10056 CPUtime=0.95 cores=1,3,5,7
/proc/9397/stat : 9397 (clasp-1.0) R 9393 9238 29645 0 -1 4202496 2182 0 0 0 95 0 0 0 20 0 1 0 339340722 10297344 2011 33554432000 134512640 134847168 4291483776 4291482544 134617498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9397/statm: 2514 2011 270 82 0 1755 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 46032

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9397
/proc/meminfo: memFree=27008380/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=1800.12 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1430 23756 0 0 7 0 179997 8 20 0 1 0 339160679 27471872 805 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 805 387 1 0 502 0
[pid=9393] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9393/stat : 9393 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339340722 9367552 263 33554432000 4194304 5064252 140736034118464 140736034116720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9393/statm: 2287 263 223 213 0 72 0
[pid=9397] ppid=9393 vsize=10056 CPUtime=1.75 cores=1,3,5,7
/proc/9397/stat : 9397 (clasp-1.0) R 9393 9238 29645 0 -1 4202496 2182 0 0 0 175 0 0 0 20 0 1 0 339340722 10297344 2011 33554432000 134512640 134847168 4291483776 4291482544 134617331 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9397/statm: 2514 2011 270 82 0 1755 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 46032

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9397
/proc/meminfo: memFree=27008380/32873844 swapFree=7628/7628
[pid=9238] ppid=9236 vsize=26828 CPUtime=1800.12 cores=1,3,5,7
/proc/9238/stat : 9238 (pbclasp) S 9236 9238 29645 0 -1 4202496 1430 23756 0 0 7 0 179997 8 20 0 1 0 339160679 27471872 805 33554432000 4194304 4198148 140736754918000 140736754916928 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9238/statm: 6707 805 387 1 0 502 0
[pid=9393] ppid=9238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9393/stat : 9393 (sh) S 9238 9238 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 339340722 9367552 263 33554432000 4194304 5064252 140736034118464 140736034116720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9393/statm: 2287 263 223 213 0 72 0
[pid=9397] ppid=9393 vsize=10056 CPUtime=1.95 cores=1,3,5,7
/proc/9397/stat : 9397 (clasp-1.0) R 9393 9238 29645 0 -1 4202496 2182 0 0 0 195 0 0 0 20 0 1 0 339340722 10297344 2011 33554432000 134512640 134847168 4291483776 4291482460 134715846 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9397/statm: 2514 2011 270 82 0 1755 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 46032

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.12
CPU user time (s): 1802.02
CPU system time (s): 0.094985
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 68072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.02
system time used= 0.094985
maximum resident set size= 29536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 587
involuntary context switches= 2044

runsolver used 3.09453 second user time and 8.37173 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 15:32:38
IDJOB=3736237
IDBENCH=25036
IDSOLVER=2317
FILE ID=node144/3736237-1338730358
RUNJOBID= node144-1338704721-29662
PBS_JOBID= 14636720
Free space on /tmp= 70836 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir05_area_opers.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736237-1338730358/watcher-3736237-1338730358 -o /tmp/evaluation-result-3736237-1338730358/solver-3736237-1338730358 -C 1800 -W 1900 -M 15500  pbclasp instance-3736237-1338730358.opb HOME/temp

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

MD5SUM BENCH= fb30dc68ef00299e3d850b79fb8a2728
RANDOM SEED=1342088215

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.196
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:        27012536 kB
Buffers:         1297188 kB
Cached:          3659632 kB
SwapCached:          464 kB
Active:          3098840 kB
Inactive:        1889568 kB
Active(anon):      12980 kB
Inactive(anon):    11188 kB
Active(file):    3085860 kB
Inactive(file):  1878380 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              1348 kB
Writeback:             0 kB
AnonPages:         28912 kB
Mapped:            16228 kB
Shmem:               172 kB
Slab:             733400 kB
SReclaimable:     175084 kB
SUnreclaim:       558316 kB
KernelStack:        1472 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736237-1338730358.opb

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 16:02:40