Trace number 3730107

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB07: PB-clasp 2007-04-10SAT 207.36 195.036

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_5.opb.PB06.opb
MD5SUM8bb4ff591e2fd696de21761de4abecdf
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.6006
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 466
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
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

207.28/195.03	s SATISFIABLE
207.28/195.03	v x27 x85 x108 x199 x247 x295 x332 x380 x428 x476 x524 x573 x622 x668 x716 x765 x813 x862 x911 x960 x1006 x1055 x1103 x1152 x1242 x1289 x1331 x1396 x1441 x1451 x1504 x1588 x1629 x1664 x1725 x1793 x1836 x1857 x1944 x2000 x2037 x2090 x2133 x2184 x2248 x2259 x2317 x2369 x2420 x2471 x2502 x2520 x2580 x3565 x3574 x3682 x3685 x3749 x3755 x3761 x3768 x3864 x3883 x3896 x3898 x4172 x4177 x4208 x4215 x4263 x4265 x4271 x4272 x4273 x4282 x4314 x4319 x4333 x4335 x4337 x4341 x4345 x4347 x4354 x4356 x4358 x4364 x4398 x4420 x4443 x4445 x4455 x4470 x4476 x4478 x4487 x4488 x4490 x4492 

Verifier Data

OK	0

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-3730107-1338681299/watcher-3730107-1338681299 -o /tmp/evaluation-result-3730107-1338681299/solver-3730107-1338681299 -C 1800 -W 1900 -M 15500 pbclasp instance-3730107-1338681299.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 1.80 3/179 26433
/proc/meminfo: memFree=27658624/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) R 26431 26433 14418 0 -1 4202496 559 0 0 0 0 0 0 0 20 0 1 0 334255641 26206208 490 33554432000 4194304 4198148 140733340965344 140733340962792 239872741268 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6398 490 355 1 0 193 0

[startup+0.0532999 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 26433
/proc/meminfo: memFree=27658624/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=0.04 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) R 26431 26433 14418 0 -1 4202496 595 0 0 0 4 0 0 0 20 0 1 0 334255641 26357760 526 33554432000 4194304 4198148 140733340965344 140733340962792 239876498672 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 526 356 1 0 230 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25740

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 26433
/proc/meminfo: memFree=27658624/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=0.09 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) R 26431 26433 14418 0 -1 4202496 595 0 0 0 9 0 0 0 20 0 1 0 334255641 26357760 526 33554432000 4194304 4198148 140733340965344 140733340962792 239876498672 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 526 356 1 0 230 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25740

[startup+0.300195 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 26433
/proc/meminfo: memFree=27658624/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=0.29 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) R 26431 26433 14418 0 -1 4202496 595 0 0 0 29 0 0 0 20 0 1 0 334255641 26357760 526 33554432000 4194304 4198148 140733340965344 140733340955880 239876498672 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 526 356 1 0 230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25740

[startup+0.7002 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 26433
/proc/meminfo: memFree=27658624/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=0.69 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) R 26431 26433 14418 0 -1 4202496 595 0 0 0 68 1 0 0 20 0 1 0 334255641 26357760 526 33554432000 4194304 4198148 140733340965344 140733340955880 239885747816 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 526 356 1 0 230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25740

[startup+1.50011 s]
/proc/loadavg: 2.00 2.00 1.80 3/180 26434
/proc/meminfo: memFree=27658656/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 25740

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.80 3/184 26438
/proc/meminfo: memFree=27651300/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26436] ppid=26435 vsize=25592 CPUtime=1.93 cores=0,2,4,6
/proc/26436/stat : 26436 (pb2clasp1) R 26435 26433 14418 0 -1 4202496 607 0 0 0 193 0 0 0 20 0 1 0 334255757 26206208 507 33554432000 4194304 4198148 140737062511968 140737062502504 239885893214 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/26436/statm: 6398 507 378 1 0 193 0
[pid=26437] ppid=26435 vsize=14324 CPUtime=0.22 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) S 26435 26433 14418 0 -1 4202496 3053 0 0 0 21 1 0 0 20 0 1 0 334255757 14667776 2961 33554432000 134512640 134847168 4290468240 4290464072 10372144 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26437/statm: 3581 2961 249 82 0 2822 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 100264

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 1.80 3/184 26438
/proc/meminfo: memFree=27632948/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26436] ppid=26435 vsize=25592 CPUtime=5.12 cores=0,2,4,6
/proc/26436/stat : 26436 (pb2clasp1) R 26435 26433 14418 0 -1 4202496 607 0 0 0 512 0 0 0 20 0 1 0 334255757 26206208 507 33554432000 4194304 4198148 140737062511968 140737062502504 239885462163 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/26436/statm: 6398 507 378 1 0 193 0
[pid=26437] ppid=26435 vsize=31164 CPUtime=0.61 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) S 26435 26433 14418 0 -1 4202496 7296 0 0 0 59 2 0 0 20 0 1 0 334255757 31911936 7204 33554432000 134512640 134847168 4290468240 4290464232 10372144 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26437/statm: 7791 7204 249 82 0 7032 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 117104

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.80 3/184 26438
/proc/meminfo: memFree=27598748/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26436] ppid=26435 vsize=25592 CPUtime=11.53 cores=0,2,4,6
/proc/26436/stat : 26436 (pb2clasp1) R 26435 26433 14418 0 -1 4202496 607 0 0 0 1152 1 0 0 20 0 1 0 334255757 26206208 507 33554432000 4194304 4198148 140737062511968 140737062502504 239872735578 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/26436/statm: 6398 507 378 1 0 193 0
[pid=26437] ppid=26435 vsize=65188 CPUtime=1.43 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) S 26435 26433 14418 0 -1 4202496 15676 0 0 0 138 5 0 0 20 0 1 0 334255757 66752512 15584 33554432000 134512640 134847168 4290468240 4290464088 10372144 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26437/statm: 16297 15584 249 82 0 15538 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 151128

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.80 3/184 26438
/proc/meminfo: memFree=27535444/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26436] ppid=26435 vsize=25592 CPUtime=24.33 cores=0,2,4,6
/proc/26436/stat : 26436 (pb2clasp1) R 26435 26433 14418 0 -1 4202496 607 0 0 0 2430 3 0 0 20 0 1 0 334255757 26206208 507 33554432000 4194304 4198148 140737062511968 140737062502504 239885701927 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/26436/statm: 6398 507 378 1 0 193 0
[pid=26437] ppid=26435 vsize=132576 CPUtime=3.15 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) S 26435 26433 14418 0 -1 4202496 31847 0 0 0 304 11 0 0 20 0 1 0 334255757 135757824 32266 33554432000 134512640 134847168 4290468240 4290464264 10372144 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26437/statm: 33144 32266 249 82 0 32385 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 28.63
Current children cumulated vsize (KiB) 218516

[startup+51.1066 s]
/proc/loadavg: 2.00 2.00 1.81 3/184 26439
/proc/meminfo: memFree=27392880/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26436] ppid=26435 vsize=25592 CPUtime=49.93 cores=0,2,4,6
/proc/26436/stat : 26436 (pb2clasp1) R 26435 26433 14418 0 -1 4202496 607 0 0 0 4986 7 0 0 20 0 1 0 334255757 26206208 507 33554432000 4194304 4198148 140737062511968 140737062502504 239872780602 0 0 4224 0 0 0 0 17 4 0 0 0 0 0
/proc/26436/statm: 6398 507 378 1 0 193 0
[pid=26437] ppid=26435 vsize=268784 CPUtime=6.7 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) S 26435 26433 14418 0 -1 4202496 58415 0 0 0 649 21 0 0 20 0 1 0 334255757 275234816 65477 33554432000 134512640 134847168 4290468240 4290463928 10372144 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 67196 65477 249 82 0 66437 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 57.78
Current children cumulated vsize (KiB) 354724

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 1.82 3/183 26439
/proc/meminfo: memFree=26623936/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1052268 CPUtime=23.05 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172410 0 0 0 2250 55 0 0 20 0 1 0 334255757 1077522432 256691 33554432000 134512640 134847168 4290468240 4290466672 134733392 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 263067 256691 270 82 0 262308 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 114.6
Current children cumulated vsize (KiB) 1112616

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.83 3/183 26439
/proc/meminfo: memFree=26634364/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=83.04 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 8249 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 174.59
Current children cumulated vsize (KiB) 1102616

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

[startup+179.6 s]
/proc/loadavg: 2.09 2.02 1.83 3/183 26439
/proc/meminfo: memFree=26633092/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=100.34 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 9979 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617496 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 1102616

[startup+186 s]
/proc/loadavg: 2.08 2.02 1.83 3/183 26439
/proc/meminfo: memFree=26632720/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=106.74 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 10619 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617496 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 1102616

[startup+189.2 s]
/proc/loadavg: 2.07 2.02 1.84 3/183 26439
/proc/meminfo: memFree=26632952/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=109.94 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 10939 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 201.49
Current children cumulated vsize (KiB) 1102616

[startup+192.4 s]
/proc/loadavg: 2.07 2.02 1.84 3/183 26439
/proc/meminfo: memFree=26632952/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=113.14 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 11259 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617549 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 204.69
Current children cumulated vsize (KiB) 1102616

[startup+194 s]
/proc/loadavg: 2.07 2.02 1.84 3/183 26439
/proc/meminfo: memFree=26633200/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=114.74 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 11419 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 206.29
Current children cumulated vsize (KiB) 1102616

[startup+194.8 s]
/proc/loadavg: 2.07 2.02 1.84 3/183 26439
/proc/meminfo: memFree=26633200/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=1042268 CPUtime=115.54 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172415 0 0 0 11499 55 0 0 20 0 1 0 334255757 1067282432 254196 33554432000 134512640 134847168 4290468240 4290467008 134617496 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 260567 254196 270 82 0 259808 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 438 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 438 342 1 0 160 0
Current children cumulated CPU time (s) 207.09
Current children cumulated vsize (KiB) 1102616

[startup+195 s]
/proc/loadavg: 2.07 2.02 1.84 3/183 26439
/proc/meminfo: memFree=26633200/32873844 swapFree=7384/7384
[pid=26433] ppid=26431 vsize=25740 CPUtime=1.15 cores=0,2,4,6
/proc/26433/stat : 26433 (pbclasp) S 26431 26433 14418 0 -1 4202496 625 0 0 0 114 1 0 0 20 0 1 0 334255641 26357760 537 33554432000 4194304 4198148 140733340965344 140733340964232 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26433/statm: 6435 537 363 1 0 230 0
[pid=26435] ppid=26433 vsize=9148 CPUtime=90.4 cores=0,2,4,6
/proc/26435/stat : 26435 (sh) S 26433 26433 14418 0 -1 4202496 372 744 0 0 0 0 9029 11 20 0 1 0 334255757 9367552 264 33554432000 4194304 5064252 140734298483296 140734298481552 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26435/statm: 2287 264 223 213 0 72 0
[pid=26437] ppid=26435 vsize=794736 CPUtime=115.73 cores=0,2,4,6
/proc/26437/stat : 26437 (clasp-1.0) R 26435 26433 14418 0 -1 4202496 172435 0 0 0 11518 55 0 0 20 0 1 0 334255757 813809664 190972 33554432000 134512640 134847168 4290468240 4290467152 10372144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26437/statm: 198684 190484 290 82 0 197925 0
[pid=26438] ppid=26435 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26438/stat : 26438 (pboutclasp.pl) S 26435 26433 14418 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 334255757 26071040 447 33554432000 4194304 4198148 140735807216864 140735807207400 239876498672 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26438/statm: 6365 447 351 1 0 160 0
Current children cumulated CPU time (s) 207.28
Current children cumulated vsize (KiB) 855084

Child status: 0
Real time (s): 195.036
CPU time (s): 207.36
CPU user time (s): 206.632
CPU system time (s): 0.728889
CPU usage (%): 106.319
Max. virtual memory (cumulated for all children) (KiB): 1140304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.632
system time used= 0.728889
maximum resident set size= 1048672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174847
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20781
involuntary context switches= 280

runsolver used 0.762884 second user time and 2.07868 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-03 01:55:02
IDJOB=3730107
IDBENCH=1385
IDSOLVER=2317
FILE ID=node136/3730107-1338681299
RUNJOBID= node136-1338679217-23146
PBS_JOBID= 14636677
Free space on /tmp= 69732 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_5.opb.PB06.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730107-1338681299/watcher-3730107-1338681299 -o /tmp/evaluation-result-3730107-1338681299/solver-3730107-1338681299 -C 1800 -W 1900 -M 15500  pbclasp instance-3730107-1338681299.opb HOME/temp

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

MD5SUM BENCH= 8bb4ff591e2fd696de21761de4abecdf
RANDOM SEED=1861761933

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        27659672 kB
Buffers:          575196 kB
Cached:          3490220 kB
SwapCached:        20296 kB
Active:          2279376 kB
Inactive:        2041192 kB
Active(anon):     230400 kB
Inactive(anon):    22296 kB
Active(file):    2048976 kB
Inactive(file):  2018896 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:             89008 kB
Writeback:             0 kB
AnonPages:        238540 kB
Mapped:            11452 kB
Shmem:                 0 kB
Slab:             750848 kB
SReclaimable:     192208 kB
SUnreclaim:       558640 kB
KernelStack:        1472 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     355580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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-3730107-1338681299.opb

Free space on /tmp at the end= 69728 MiB
End job on node136 at 2012-06-03 01:58:17