Trace number 3736703

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)11 1802.09 1802.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


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

Solver Data

0.00/0.14	o 16
0.00/0.18	o 15
0.16/0.21	o 14
0.20/0.35	o 13
12.07/12.18	o 12
1109.79/1110.05	o 11
1800.07/1800.40	sh: line 1: 22746 Done                    cat HOME/temp/instance-3736703-1338732003.opb.op
1800.07/1800.40	     22747 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736703-1338732003.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x1 x4 x6 x9 x14 x20 x26 x31 x35 x43 x52 x115 x119 x128 x141 x172 x176 x202 x214 x217 x247 x257 x259 x273 x281 x296 x324 x335 x345 x350 x362 x376 x408 x411 x420 x422 x430 x438 x449 x463 x464 x466 x494 x509 x517 x518 x533 x556 x559 x562 x566 x579 x608 x617 x622 x633 x647 x650 x658 x662 x676 x687 x691 x710 x712 x721 x735 x750 x756 x762 x777 x778 x790 x795 x805 x827 x839 x850 x872 x876 x877 x888 x904 x916 x927 x928 x938 x952 x960 x962 x966 x972 x986 x988 x997 x1006 x1007 x1010 x1020 x1028 x1030 x1032 x1041 x1050 x1061 x1073 x1080 x1095 x1105 x1115 x1127 x1130 x1137 x1150 x1151 x1162 x1171 x1178 x1181 x1182 x1183 x1197 x1202 x1204 x1208 x1212 x1213 x1218 x1219 x1227 x1242 x1247 x1250 x1262 x1263 x1271 x1272 x1275 x1279 x1281 x1291 x1299 x1303 x1309 x1317 x1321 x1330 x1332 x1340 x1344 x1349 x1350 
1800.07/1800.41	pb2clasp1: no process killed
1802.05/1802.41	sh: line 1: 22765 Done                    cat HOME/temp/instance-3736703-1338732003.opb.op
1802.05/1802.41	     22766 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3736703-1338732003.opb.clasp

Verifier Data

OK	11

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-3736703-1338732003/watcher-3736703-1338732003 -o /tmp/evaluation-result-3736703-1338732003/solver-3736703-1338732003 -C 1800 -W 1900 -M 15500 pbclasp instance-3736703-1338732003.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: 1.97 1.98 1.99 3/179 22495
/proc/meminfo: memFree=28959204/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) R 22493 22495 22179 0 -1 4202496 561 0 0 0 0 0 0 0 20 0 1 0 339325950 26206208 492 33554432000 4194304 4198148 140736385087584 140736385085032 214395028457 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6398 496 361 1 0 193 0

[startup+0.024358 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 22495
/proc/meminfo: memFree=28959204/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 339325950 26341376 509 33554432000 4194304 4198148 140736385087584 140736385086472 214373033200 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 509 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100217 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 22495
/proc/meminfo: memFree=28959204/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 339325950 26341376 509 33554432000 4194304 4198148 140736385087584 140736385086472 214373033200 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 509 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.3002 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 22495
/proc/meminfo: memFree=28959204/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1043 10475 0 0 0 0 17 3 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 25724

[startup+0.70018 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 22495
/proc/meminfo: memFree=28959204/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0.33 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1167 13270 0 0 0 0 30 3 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 1.97 1.98 1.99 3/182 22537
/proc/meminfo: memFree=28955908/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0.33 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1167 13270 0 0 0 0 30 3 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22535] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22535/stat : 22535 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339325985 9367552 264 33554432000 4194304 5064252 140734049798032 140734049796288 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22535/statm: 2287 264 223 213 0 72 0
[pid=22537] ppid=22535 vsize=5692 CPUtime=1.13 cores=1,3,5,7
/proc/22537/stat : 22537 (clasp-1.0) R 22535 22495 22179 0 -1 4202496 999 0 0 0 113 0 0 0 20 0 1 0 339325985 5828608 896 33554432000 134512640 134847168 4292644128 4292642768 134782483 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22537/statm: 1423 896 272 82 0 664 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 40564

[startup+3.10025 s]
/proc/loadavg: 1.97 1.98 1.99 3/182 22537
/proc/meminfo: memFree=28954916/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0.33 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1167 13270 0 0 0 0 30 3 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22535] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22535/stat : 22535 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339325985 9367552 264 33554432000 4194304 5064252 140734049798032 140734049796288 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22535/statm: 2287 264 223 213 0 72 0
[pid=22537] ppid=22535 vsize=6212 CPUtime=2.73 cores=1,3,5,7
/proc/22537/stat : 22537 (clasp-1.0) R 22535 22495 22179 0 -1 4202496 1146 0 0 0 273 0 0 0 20 0 1 0 339325985 6361088 1043 33554432000 134512640 134847168 4292644128 4292642864 134741032 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22537/statm: 1553 1043 272 82 0 794 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 41084

[startup+6.30025 s]
/proc/loadavg: 1.97 1.98 1.99 3/182 22537
/proc/meminfo: memFree=28954336/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=0.33 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1167 13270 0 0 0 0 30 3 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22535] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22535/stat : 22535 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339325985 9367552 264 33554432000 4194304 5064252 140734049798032 140734049796288 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22535/statm: 2287 264 223 213 0 72 0
[pid=22537] ppid=22535 vsize=7032 CPUtime=5.93 cores=1,3,5,7
/proc/22537/stat : 22537 (clasp-1.0) R 22535 22495 22179 0 -1 4202496 1338 0 0 0 593 0 0 0 20 0 1 0 339325985 7200768 1235 33554432000 134512640 134847168 4292644128 4292642704 134714266 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22537/statm: 1758 1235 272 82 0 999 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41904

[startup+12.7002 s]
/proc/loadavg: 1.97 1.98 1.99 3/182 22537
/proc/meminfo: memFree=28952880/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 25724

[startup+25.5003 s]
/proc/loadavg: 2.05 2.00 2.00 3/182 22545
/proc/meminfo: memFree=28952548/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22543] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22543/stat : 22543 (sh) S 22495 22495 22179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339327169 9367552 263 33554432000 4194304 5064252 140733537791008 140733537789264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22543/statm: 2287 263 223 213 0 72 0
[pid=22545] ppid=22543 vsize=8104 CPUtime=13.3 cores=1,3,5,7
/proc/22545/stat : 22545 (clasp-1.0) R 22543 22495 22179 0 -1 4202496 1593 0 0 0 1330 0 0 0 20 0 1 0 339327169 8298496 1491 33554432000 134512640 134847168 4290757440 4290756208 134737650 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22545/statm: 2026 1491 270 82 0 1267 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42976

[startup+51.1003 s]
/proc/loadavg: 2.10 2.02 2.00 3/182 22630
/proc/meminfo: memFree=28835608/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22543] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22543/stat : 22543 (sh) S 22495 22495 22179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339327169 9367552 263 33554432000 4194304 5064252 140733537791008 140733537789264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22543/statm: 2287 263 223 213 0 72 0
[pid=22545] ppid=22543 vsize=9852 CPUtime=38.89 cores=1,3,5,7
/proc/22545/stat : 22545 (clasp-1.0) R 22543 22495 22179 0 -1 4202496 2046 0 0 0 3889 0 0 0 20 0 1 0 339327169 10088448 1957 33554432000 134512640 134847168 4290757440 4290756064 134784800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22545/statm: 2463 1957 270 82 0 1704 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44724

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 2.00 3/182 22708
/proc/meminfo: memFree=28833252/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22543] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22543/stat : 22543 (sh) S 22495 22495 22179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339327169 9367552 263 33554432000 4194304 5064252 140733537791008 140733537789264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22543/statm: 2287 263 223 213 0 72 0
[pid=22545] ppid=22543 vsize=11996 CPUtime=90.09 cores=1,3,5,7
/proc/22545/stat : 22545 (clasp-1.0) R 22543 22495 22179 0 -1 4202496 2544 0 0 0 9009 0 0 0 20 0 1 0 339327169 12283904 2461 33554432000 134512640 134847168 4290757440 4290756016 134714390 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22545/statm: 2999 2461 270 82 0 2240 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46868

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 22724
/proc/meminfo: memFree=28825024/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22543] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22543/stat : 22543 (sh) S 22495 22495 22179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339327169 9367552 263 33554432000 4194304 5064252 140733537791008 140733537789264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22543/statm: 2287 263 223 213 0 72 0
[pid=22545] ppid=22543 vsize=13648 CPUtime=150.08 cores=1,3,5,7
/proc/22545/stat : 22545 (clasp-1.0) R 22543 22495 22179 0 -1 4202496 2929 0 0 0 15008 0 0 0 20 0 1 0 339327169 13975552 2846 33554432000 134512640 134847168 4290757440 4290756064 134784667 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22545/statm: 3412 2846 270 82 0 2653 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48520

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 22732
/proc/meminfo: memFree=28829820/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22543] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22543/stat : 22543 (sh) S 22495 22495 22179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339327169 9367552 263 33554432000 4194304 5064252 140733537791008 140733537789264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22543/statm: 2287 263 223 213 0 72 0
[pid=22545] ppid=22543 vsize=15064 CPUtime=210.06 cores=1,3,5,7
/proc/22545/stat : 22545 (clasp-1.0) R 22543 22495 22179 0 -1 4202496 3288 0 0 0 21006 0 0 0 20 0 1 0 339327169 15425536 3229 33554432000 134512640 134847168 4290757440 4290756016 134715039 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22545/statm: 3766 3229 270 82 0 3007 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49936

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22732
/proc/meminfo: memFree=28775324/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=12.16 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1289 16787 0 0 0 0 1212 4 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22543] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=15680 CPUtime=312.18 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 3508 0 0 0 31217 1 0 0 20 0 1 0 339436956 16056320 3328 33554432000 134512640 134847168 4290289168 4290287792 134784711 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 3920 3328 270 82 0 3161 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 50552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22751
/proc/meminfo: memFree=28032160/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=16276 CPUtime=372.17 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 3652 0 0 0 37216 1 0 0 20 0 1 0 339436956 16666624 3472 33554432000 134512640 134847168 4290289168 4290287904 134741014 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 4069 3472 270 82 0 3310 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 51148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22751
/proc/meminfo: memFree=28023384/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=16564 CPUtime=432.16 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 3733 0 0 0 43215 1 0 0 20 0 1 0 339436956 16961536 3553 33554432000 134512640 134847168 4290289168 4290287792 134784634 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 4141 3553 270 82 0 3382 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 51436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22752
/proc/meminfo: memFree=28013420/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=17764 CPUtime=492.14 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 4023 0 0 0 49213 1 0 0 20 0 1 0 339436956 18190336 3907 33554432000 134512640 134847168 4290289168 4290287632 134713719 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 4441 3907 270 82 0 3682 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 52636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22752
/proc/meminfo: memFree=27994448/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=18876 CPUtime=552.13 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 4262 0 0 0 55212 1 0 0 20 0 1 0 339436956 19329024 4146 33554432000 134512640 134847168 4290289168 4290287792 134784628 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 4719 4146 270 82 0 3960 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 53748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22752
/proc/meminfo: memFree=27971756/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=19016 CPUtime=612.12 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 4313 0 0 0 61211 1 0 0 20 0 1 0 339436956 19472384 4197 33554432000 134512640 134847168 4290289168 4290287852 134715846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 4754 4197 270 82 0 3995 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 53888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22752
/proc/meminfo: memFree=27960348/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=19276 CPUtime=672.12 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 4362 0 0 0 67211 1 0 0 20 0 1 0 339436956 19738624 4246 33554432000 134512640 134847168 4290289168 4290287916 134737616 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 4819 4246 270 82 0 4060 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 54148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22755
/proc/meminfo: memFree=27957448/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1109.85 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1412 24175 0 0 0 0 110979 6 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22745] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (sh) S 22495 22495 22179 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 339436956 9367552 264 33554432000 4194304 5064252 140736093194000 140736093192256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22745/statm: 2287 264 223 213 0 72 0
[pid=22747] ppid=22745 vsize=20160 CPUtime=690.22 cores=1,3,5,7
/proc/22747/stat : 22747 (clasp-1.0) R 22745 22495 22179 0 -1 4202496 4603 0 0 0 69021 1 0 0 20 0 1 0 339436956 20643840 4487 33554432000 134512640 134847168 4290289168 4290287428 134792583 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22747/statm: 5040 4487 270 82 0 4281 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 55032

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22495

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22774
/proc/meminfo: memFree=28928460/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1800.09 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1584 31552 0 0 0 0 180001 8 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22764] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22764/stat : 22764 (sh) S 22495 22495 22179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505992 9367552 264 33554432000 4194304 5064252 140737260542384 140737260540640 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22764/statm: 2287 264 223 213 0 72 0
[pid=22766] ppid=22764 vsize=5420 CPUtime=0.96 cores=1,3,5,7
/proc/22766/stat : 22766 (clasp-1.0) R 22764 22495 22179 0 -1 4202496 928 0 0 0 96 0 0 0 20 0 1 0 339505992 5550080 826 33554432000 134512640 134847168 4289435328 4289433968 134715280 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22766/statm: 1355 826 270 82 0 596 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 40292

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22774
/proc/meminfo: memFree=28852240/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1800.09 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1584 31552 0 0 0 0 180001 8 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22764] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22764/stat : 22764 (sh) S 22495 22495 22179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505992 9367552 264 33554432000 4194304 5064252 140737260542384 140737260540640 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22764/statm: 2287 264 223 213 0 72 0
[pid=22766] ppid=22764 vsize=5796 CPUtime=1.76 cores=1,3,5,7
/proc/22766/stat : 22766 (clasp-1.0) R 22764 22495 22179 0 -1 4202496 1023 0 0 0 176 0 0 0 20 0 1 0 339505992 5935104 921 33554432000 134512640 134847168 4289435328 4289433504 5072167 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22766/statm: 1449 921 270 82 0 690 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 40668

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22774
/proc/meminfo: memFree=28852240/32873844 swapFree=7632/7632
[pid=22495] ppid=22493 vsize=25724 CPUtime=1800.09 cores=1,3,5,7
/proc/22495/stat : 22495 (pbclasp) S 22493 22495 22179 0 -1 4202496 1584 31552 0 0 0 0 180001 8 20 0 1 0 339325950 26341376 534 33554432000 4194304 4198148 140736385087584 140736385086512 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22495/statm: 6431 534 387 1 0 226 0
[pid=22764] ppid=22495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22764/stat : 22764 (sh) S 22495 22495 22179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505992 9367552 264 33554432000 4194304 5064252 140737260542384 140737260540640 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22764/statm: 2287 264 223 213 0 72 0
[pid=22766] ppid=22764 vsize=5920 CPUtime=1.96 cores=1,3,5,7
/proc/22766/stat : 22766 (clasp-1.0) R 22764 22495 22179 0 -1 4202496 1048 0 0 0 196 0 0 0 20 0 1 0 339505992 6062080 946 33554432000 134512640 134847168 4289435328 4289433952 134784806 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22766/statm: 1480 946 270 82 0 721 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 40792

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.09
CPU user time (s): 1802
CPU system time (s): 0.093985
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 59016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802
system time used= 0.093985
maximum resident set size= 21968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 354
involuntary context switches= 2075

runsolver used 3.10553 second user time and 8.5147 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 16:00:03
IDJOB=3736703
IDBENCH=48105
IDSOLVER=2317
FILE ID=node130/3736703-1338732003
RUNJOBID= node130-1338713747-22196
PBS_JOBID= 14636742
Free space on /tmp= 70984 MiB

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

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=808589190

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28959748 kB
Buffers:          636684 kB
Cached:          2395824 kB
SwapCached:         4252 kB
Active:          1331528 kB
Inactive:        1719976 kB
Active(anon):      10448 kB
Inactive(anon):     8120 kB
Active(file):    1321080 kB
Inactive(file):  1711856 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099284 kB
Dirty:               404 kB
Writeback:             0 kB
AnonPages:         22692 kB
Mapped:            11740 kB
Shmem:                 4 kB
Slab:             722808 kB
SReclaimable:     164400 kB
SUnreclaim:       558408 kB
KernelStack:        1528 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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-3736703-1338732003.opb

Free space on /tmp at the end= 70964 MiB
End job on node130 at 2012-06-03 16:30:06