Trace number 3736083

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)26026 1802.11 1802.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/
submittedPB07/aksoy/trarea_ac/normalized-fir02_trarea_ac.opb
MD5SUMaa73e48897f9c10e5003e2188d9e7ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24890
Best CPU time to get the best result obtained on this benchmark0.028994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24890
Optimality of the best value was proved YES
Number of variables644
Total number of constraints1034
Number of constraints which are clauses1034
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 constraint31
Number of terms in the objective function 353
Biggest coefficient in the objective function 2034
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 561307
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2034
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 561307
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.07	o 26733
0.03/0.09	o 26551
0.07/0.11	o 26435
0.07/0.13	o 26423
0.07/0.15	o 26264
0.07/0.17	o 26110
0.07/0.19	o 26084
0.17/0.21	o 26052
0.17/0.23	o 26026
958.11/958.31	sh: line 1: 18271 Done                    cat HOME/temp/instance-3736083-1338729749.opb.op
958.11/958.31	     18272 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736083-1338729749.opb.clasp
1800.07/1800.40	sh: line 1: 18294 Done                    cat HOME/temp/instance-3736083-1338729749.opb.op
1800.07/1800.40	     18295 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736083-1338729749.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x23 x89 x219 x220 x283 x334 x452 x470 x526 x551 x582 x594 x612 x616 x617 x624 x640 x641 x642 x643 
1800.07/1800.42	pb2clasp1: no process killed
1802.06/1802.41	sh: line 1: 18382 Done                    cat HOME/temp/instance-3736083-1338729749.opb.op
1802.06/1802.41	     18383 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3736083-1338729749.opb.clasp

Verifier Data

OK	26026

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

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/178 18190
/proc/meminfo: memFree=27535688/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) R 18188 18190 11312 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 339099268 26206208 468 33554432000 4194304 4198148 140736002323264 140736002320712 251048027472 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/18190/statm: 6398 468 345 1 0 193 0

[startup+0.064775 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18190
/proc/meminfo: memFree=27535688/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.03 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 700 2091 0 0 0 0 3 0 20 0 1 0 339099268 26341376 544 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18190/statm: 6431 544 387 1 0 226 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25724

[startup+0.100161 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18190
/proc/meminfo: memFree=27535688/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.07 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 936 7066 0 0 0 0 6 1 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25724

[startup+0.300119 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18190
/proc/meminfo: memFree=27535688/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 25724

[startup+0.70011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18190
/proc/meminfo: memFree=27535688/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 25724

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18272
/proc/meminfo: memFree=27533880/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=4144 CPUtime=1.24 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 624 0 0 0 124 0 0 0 20 0 1 0 339099293 4243456 521 33554432000 134512640 134847168 4289870656 4289869280 134784617 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18272/statm: 1036 521 270 82 0 277 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39016

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18272
/proc/meminfo: memFree=27533416/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=4412 CPUtime=2.84 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 673 0 0 0 284 0 0 0 20 0 1 0 339099293 4517888 570 33554432000 134512640 134847168 4289870656 4289869280 134784798 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18272/statm: 1103 570 270 82 0 344 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39284

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18272
/proc/meminfo: memFree=27533184/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=4544 CPUtime=6.04 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 726 0 0 0 604 0 0 0 20 0 1 0 339099293 4653056 623 33554432000 134512640 134847168 4289870656 4289869424 134617547 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18272/statm: 1136 623 270 82 0 377 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 39416

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18272
/proc/meminfo: memFree=27532400/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=4808 CPUtime=12.44 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 779 0 0 0 1244 0 0 0 20 0 1 0 339099293 4923392 676 33554432000 134512640 134847168 4289870656 4289869424 134737327 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18272/statm: 1202 676 270 82 0 443 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39680

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18272
/proc/meminfo: memFree=27532292/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=5204 CPUtime=25.24 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 888 0 0 0 2524 0 0 0 20 0 1 0 339099293 5328896 785 33554432000 134512640 134847168 4289870656 4289869296 134616320 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18272/statm: 1301 785 270 82 0 542 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40076

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18272
/proc/meminfo: memFree=27529128/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=5900 CPUtime=50.83 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 1037 0 0 0 5083 0 0 0 20 0 1 0 339099293 6041600 934 33554432000 134512640 134847168 4289870656 4289869280 134784798 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18272/statm: 1475 934 270 82 0 716 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 40772

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18272
/proc/meminfo: memFree=27519944/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=6816 CPUtime=102.03 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 1268 0 0 0 10203 0 0 0 20 0 1 0 339099293 6979584 1180 33554432000 134512640 134847168 4289870656 4289869280 134784628 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18272/statm: 1704 1180 270 82 0 945 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41688

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18273
/proc/meminfo: memFree=27514296/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=7228 CPUtime=162.01 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 1374 0 0 0 16201 0 0 0 20 0 1 0 339099293 7401472 1286 33554432000 134512640 134847168 4289870656 4289869396 134737633 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18272/statm: 1807 1286 270 82 0 1048 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42100

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18273
/proc/meminfo: memFree=27506540/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=0.22 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1741 24649 0 0 0 1 16 5 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18270] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18270/stat : 18270 (sh) S 18190 18190 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339099293 9367552 264 33554432000 4194304 5064252 140736582371680 140736582369936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18270/statm: 2287 264 223 213 0 72 0
[pid=18272] ppid=18270 vsize=7744 CPUtime=222 cores=0,2,4,6
/proc/18272/stat : 18272 (clasp-1.0) R 18270 18190 11312 0 -1 4202496 1510 0 0 0 22200 0 0 0 20 0 1 0 339099293 7929856 1422 33554432000 134512640 134847168 4289870656 4289869424 134617498 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18272/statm: 1936 1422 270 82 0 1177 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 42616

[startup+282.3 s]

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

/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=9076 CPUtime=463.89 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 1817 0 0 0 46389 0 0 0 20 0 1 0 339195101 9293824 1751 33554432000 134512640 134847168 4287187088 4287185712 134784711 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2269 1751 272 82 0 1510 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 43948

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18368
/proc/meminfo: memFree=27472056/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=9396 CPUtime=523.88 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 1880 0 0 0 52388 0 0 0 20 0 1 0 339195101 9621504 1814 33554432000 134512640 134847168 4287187088 4287185856 134737597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2349 1814 272 82 0 1590 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 44268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18368
/proc/meminfo: memFree=27469700/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=9532 CPUtime=583.87 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 1918 0 0 0 58387 0 0 0 20 0 1 0 339195101 9760768 1852 33554432000 134512640 134847168 4287187088 4287185792 134616637 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2383 1852 272 82 0 1624 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 44404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18368
/proc/meminfo: memFree=27469264/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=9964 CPUtime=643.86 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 1990 0 0 0 64386 0 0 0 20 0 1 0 339195101 10203136 1924 33554432000 134512640 134847168 4287187088 4287185780 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2491 1924 272 82 0 1732 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 44836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18372
/proc/meminfo: memFree=27469248/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=9964 CPUtime=703.85 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 2005 0 0 0 70385 0 0 0 20 0 1 0 339195101 10203136 1939 33554432000 134512640 134847168 4287187088 4287185768 134789714 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2491 1939 272 82 0 1732 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 44836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18372
/proc/meminfo: memFree=27469140/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=10096 CPUtime=763.84 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 2042 0 0 0 76384 0 0 0 20 0 1 0 339195101 10338304 1976 33554432000 134512640 134847168 4287187088 4287185712 134784634 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2524 1976 272 82 0 1765 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 44968

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 18372
/proc/meminfo: memFree=27469016/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=10164 CPUtime=823.83 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 2064 0 0 0 82383 0 0 0 20 0 1 0 339195101 10407936 1998 33554432000 134512640 134847168 4287187088 4287185664 134714100 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2541 1998 272 82 0 1782 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 45036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 18372
/proc/meminfo: memFree=27468892/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=958.14 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1839 28734 0 0 0 1 95807 6 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18293] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18293/stat : 18293 (sh) S 18190 18190 11312 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339195100 9367552 264 33554432000 4194304 5064252 140737090177152 140737090175408 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18293/statm: 2287 264 223 213 0 72 0
[pid=18295] ppid=18293 vsize=10164 CPUtime=841.93 cores=0,2,4,6
/proc/18295/stat : 18295 (clasp-1.0) R 18293 18190 11312 0 -1 4202496 2065 0 0 0 84193 0 0 0 20 0 1 0 339195101 10407936 1999 33554432000 134512640 134847168 4287187088 4287185712 134784677 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18295/statm: 2541 1999 272 82 0 1782 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 45036

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18190

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

[startup+1801.4 s]
/proc/loadavg: 2.06 2.01 2.00 4/183 18391
/proc/meminfo: memFree=27544004/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=1800.1 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1996 33566 0 0 0 1 180001 8 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18381] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18381/stat : 18381 (sh) S 18190 18190 11312 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 339279311 9367552 264 33554432000 4194304 5064252 140734634074640 140734634072896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18381/statm: 2287 264 223 213 0 72 0
[pid=18383] ppid=18381 vsize=4144 CPUtime=0.96 cores=0,2,4,6
/proc/18383/stat : 18383 (clasp-1.0) R 18381 18190 11312 0 -1 4202496 608 0 0 0 96 0 0 0 20 0 1 0 339279311 4243456 506 33554432000 134512640 134847168 4288501952 4288500720 134737260 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18383/statm: 1036 506 270 82 0 277 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 39016

[startup+1802.2 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 18391
/proc/meminfo: memFree=27521328/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=1800.1 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1996 33566 0 0 0 1 180001 8 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18381] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18381/stat : 18381 (sh) S 18190 18190 11312 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 339279311 9367552 264 33554432000 4194304 5064252 140734634074640 140734634072896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18381/statm: 2287 264 223 213 0 72 0
[pid=18383] ppid=18381 vsize=4280 CPUtime=1.76 cores=0,2,4,6
/proc/18383/stat : 18383 (clasp-1.0) R 18381 18190 11312 0 -1 4202496 641 0 0 0 176 0 0 0 20 0 1 0 339279311 4382720 539 33554432000 134512640 134847168 4288501952 4288500576 134784673 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18383/statm: 1070 539 270 82 0 311 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 39152

[startup+1802.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 18391
/proc/meminfo: memFree=27521328/32873844 swapFree=7628/7628
[pid=18190] ppid=18188 vsize=25724 CPUtime=1800.1 cores=0,2,4,6
/proc/18190/stat : 18190 (pbclasp) S 18188 18190 11312 0 -1 4202496 1996 33566 0 0 0 1 180001 8 20 0 1 0 339099268 26341376 546 33554432000 4194304 4198148 140736002323264 140736002322192 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18190/statm: 6431 546 387 1 0 226 0
[pid=18381] ppid=18190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18381/stat : 18381 (sh) S 18190 18190 11312 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 339279311 9367552 264 33554432000 4194304 5064252 140734634074640 140734634072896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18381/statm: 2287 264 223 213 0 72 0
[pid=18383] ppid=18381 vsize=4280 CPUtime=1.96 cores=0,2,4,6
/proc/18383/stat : 18383 (clasp-1.0) R 18381 18190 11312 0 -1 4202496 644 0 0 0 196 0 0 0 20 0 1 0 339279311 4382720 542 33554432000 134512640 134847168 4288501952 4288500416 134713654 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18383/statm: 1070 542 270 82 0 311 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 39152

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1802.01
CPU system time (s): 0.099984
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 45460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.01
system time used= 0.099984
maximum resident set size= 8352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 320
involuntary context switches= 2107

runsolver used 2.84657 second user time and 7.05093 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-03 15:22:29
IDJOB=3736083
IDBENCH=25022
IDSOLVER=2317
FILE ID=node143/3736083-1338729749
RUNJOBID= node143-1338716231-11328
PBS_JOBID= 14636760
Free space on /tmp= 68464 MiB

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

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

MD5SUM BENCH= aa73e48897f9c10e5003e2188d9e7ab9
RANDOM SEED=272188535

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27536860 kB
Buffers:          459024 kB
Cached:          3905012 kB
SwapCached:          188 kB
Active:          2269356 kB
Inactive:        2135400 kB
Active(anon):      32184 kB
Inactive(anon):    10992 kB
Active(file):    2237172 kB
Inactive(file):  2124408 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:         31476 kB
Mapped:            12684 kB
Shmem:               160 kB
Slab:             792016 kB
SReclaimable:     234064 kB
SUnreclaim:       557952 kB
KernelStack:        1512 kB
PageTables:         4048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156308 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-3736083-1338729749.opb

Free space on /tmp at the end= 68460 MiB
End job on node143 at 2012-06-03 15:52:32