Trace number 3730055

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 156.715 143.797

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_3.opb.PB06.opb
MD5SUM16e382d24044cea3204cbf333685cccd
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.73758
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 450
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

156.58/143.79	s SATISFIABLE
156.58/143.79	v x4 x86 x149 x200 x247 x298 x345 x351 x444 x496 x543 x592 x641 x690 x739 x788 x837 x885 x934 x983 x1032 x1081 x1130 x1179 x1227 x1276 x1325 x1374 x1423 x1472 x1521 x1569 x1618 x1667 x1716 x1765 x1814 x1863 x1912 x1961 x2010 x2059 x2108 x2156 x2207 x2253 x2328 x2355 x2402 x2470 x2501 x2503 x2517 x2527 x2532 x2538 x2558 x2602 x2648 x2658 x3953 x3954 x4278 x4286 x4287 x4288 x4289 x4294 x4297 x4310 x4312 x4331 x4337 x4350 x4353 x4357 x4361 x4365 x4378 x4382 x4384 x4402 x4415 x4416 x4424 x4426 x4428 x4432 x4433 x4442 x4450 x4451 x4457 x4465 x4470 x4471 x4475 x4479 x4480 

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-3730055-1338681018/watcher-3730055-1338681018 -o /tmp/evaluation-result-3730055-1338681018/solver-3730055-1338681018 -C 1800 -W 1900 -M 15500 pbclasp instance-3730055-1338681018.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.01 1.99 1.73 3/180 26276
/proc/meminfo: memFree=27683988/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=0 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) R 26274 26276 14418 0 -1 4202496 570 0 0 0 0 0 0 0 20 0 1 0 334227468 26357760 500 33554432000 4194304 4198148 140736430083664 140736430081112 239885496008 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 500 355 1 0 230 0

[startup+0.0257791 s]
/proc/loadavg: 2.01 1.99 1.73 3/180 26276
/proc/meminfo: memFree=27683988/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=0.02 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) R 26274 26276 14418 0 -1 4202496 597 0 0 0 2 0 0 0 20 0 1 0 334227468 26357760 527 33554432000 4194304 4198148 140736430083664 140736430081112 239876498672 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 527 356 1 0 230 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25740

[startup+0.100258 s]
/proc/loadavg: 2.01 1.99 1.73 3/180 26276
/proc/meminfo: memFree=27683988/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=0.09 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) R 26274 26276 14418 0 -1 4202496 597 0 0 0 9 0 0 0 20 0 1 0 334227468 26357760 527 33554432000 4194304 4198148 140736430083664 140736430081112 239876498672 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 527 356 1 0 230 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25740

[startup+0.300266 s]
/proc/loadavg: 2.01 1.99 1.73 3/180 26276
/proc/meminfo: memFree=27683988/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=0.28 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) R 26274 26276 14418 0 -1 4202496 597 0 0 0 28 0 0 0 20 0 1 0 334227468 26357760 527 33554432000 4194304 4198148 140736430083664 140736430081112 239876498672 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 527 356 1 0 230 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25740

[startup+0.700257 s]
/proc/loadavg: 2.01 1.99 1.73 3/180 26276
/proc/meminfo: memFree=27683988/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=0.69 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) R 26274 26276 14418 0 -1 4202496 597 0 0 0 68 1 0 0 20 0 1 0 334227468 26357760 527 33554432000 4194304 4198148 140736430083664 140736430081112 239876498672 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 527 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.01 1.99 1.73 3/181 26277
/proc/meminfo: memFree=27683376/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 25740

[startup+3.10034 s]
/proc/loadavg: 2.01 1.99 1.73 3/185 26281
/proc/meminfo: memFree=27675896/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26279] ppid=26278 vsize=25592 CPUtime=2 cores=0,2,4,6
/proc/26279/stat : 26279 (pb2clasp1) R 26278 26276 14418 0 -1 4202496 607 0 0 0 200 0 0 0 20 0 1 0 334227578 26206208 507 33554432000 4194304 4198148 140733515983456 140733515982440 239885544512 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/26279/statm: 6398 507 378 1 0 193 0
[pid=26280] ppid=26278 vsize=13900 CPUtime=0.2 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) S 26278 26276 14418 0 -1 4202496 3029 0 0 0 20 0 0 0 20 0 1 0 334227578 14233600 2937 33554432000 134512640 134847168 4290978208 4290974200 3142704 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/26280/statm: 3475 2937 249 82 0 2716 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 99840

[startup+6.30032 s]
/proc/loadavg: 2.09 2.00 1.74 3/185 26281
/proc/meminfo: memFree=27658164/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26279] ppid=26278 vsize=25592 CPUtime=5.19 cores=0,2,4,6
/proc/26279/stat : 26279 (pb2clasp1) R 26278 26276 14418 0 -1 4202496 607 0 0 0 519 0 0 0 20 0 1 0 334227578 26206208 507 33554432000 4194304 4198148 140733515983456 140733515973992 239872515332 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/26279/statm: 6398 507 378 1 0 193 0
[pid=26280] ppid=26278 vsize=29828 CPUtime=0.56 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) S 26278 26276 14418 0 -1 4202496 7005 0 0 0 55 1 0 0 20 0 1 0 334227578 30543872 6913 33554432000 134512640 134847168 4290978208 4290973896 3142704 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26280/statm: 7457 6913 249 82 0 6698 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 115768

[startup+12.7003 s]
/proc/loadavg: 2.08 2.00 1.74 3/185 26281
/proc/meminfo: memFree=27626436/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26279] ppid=26278 vsize=25592 CPUtime=11.6 cores=0,2,4,6
/proc/26279/stat : 26279 (pb2clasp1) R 26278 26276 14418 0 -1 4202496 607 0 0 0 1159 1 0 0 20 0 1 0 334227578 26206208 507 33554432000 4194304 4198148 140733515983456 140733515982440 239885539877 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/26279/statm: 6398 507 378 1 0 193 0
[pid=26280] ppid=26278 vsize=61576 CPUtime=1.35 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) S 26278 26276 14418 0 -1 4202496 14789 0 0 0 132 3 0 0 20 0 1 0 334227578 63053824 14697 33554432000 134512640 134847168 4290978208 4290973928 3142704 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26280/statm: 15394 14697 249 82 0 14635 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 14.02
Current children cumulated vsize (KiB) 147516

[startup+25.5003 s]
/proc/loadavg: 2.06 2.00 1.74 3/185 26282
/proc/meminfo: memFree=27567980/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26279] ppid=26278 vsize=25592 CPUtime=24.4 cores=0,2,4,6
/proc/26279/stat : 26279 (pb2clasp1) R 26278 26276 14418 0 -1 4202496 607 0 0 0 2437 3 0 0 20 0 1 0 334227578 26206208 507 33554432000 4194304 4198148 140733515983456 140733515982440 239885459762 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/26279/statm: 6398 507 378 1 0 193 0
[pid=26280] ppid=26278 vsize=124348 CPUtime=3.04 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 29457 0 0 0 295 9 0 0 20 0 1 0 334227578 127332352 30387 33554432000 134512640 134847168 4290978208 4290974352 134683768 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26280/statm: 31087 30387 249 82 0 30328 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 28.51
Current children cumulated vsize (KiB) 210288

[startup+51.1003 s]
/proc/loadavg: 2.04 2.00 1.75 3/184 26282
/proc/meminfo: memFree=27442792/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26279] ppid=26278 vsize=25592 CPUtime=49.98 cores=0,2,4,6
/proc/26279/stat : 26279 (pb2clasp1) R 26278 26276 14418 0 -1 4202496 607 0 0 0 4993 5 0 0 20 0 1 0 334227578 26206208 507 33554432000 4194304 4198148 140733515983456 140733515982440 239873431627 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/26279/statm: 6398 507 378 1 0 193 0
[pid=26280] ppid=26278 vsize=249312 CPUtime=6.53 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) S 26278 26276 14418 0 -1 4202496 54017 0 0 0 634 19 0 0 20 0 1 0 334227578 255295488 60566 33554432000 134512640 134847168 4290978208 4290973928 3142704 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26280/statm: 62328 60566 249 82 0 61569 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 335252

[startup+102.3 s]
/proc/loadavg: 2.05 2.01 1.76 3/183 26282
/proc/meminfo: memFree=26685616/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1079388 CPUtime=17.35 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169329 0 0 0 1679 56 0 0 20 0 1 0 334227578 1105293312 259647 33554432000 134512640 134847168 4290978208 4290976856 134602650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26280/statm: 269847 259647 262 82 0 269088 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 115.18
Current children cumulated vsize (KiB) 1139736

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

[startup+102.707 s]
/proc/loadavg: 2.05 2.01 1.76 3/183 26282
/proc/meminfo: memFree=26644056/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1079388 CPUtime=17.76 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169329 0 0 0 1720 56 0 0 20 0 1 0 334227578 1105293312 259647 33554432000 134512640 134847168 4290978208 4290976760 134688646 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26280/statm: 269847 259647 262 82 0 269088 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 115.59
Current children cumulated vsize (KiB) 1139736

[startup+128.3 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664300/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1041700 CPUtime=43.35 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169801 0 0 0 4278 57 0 0 20 0 1 0 334227578 1066700800 254483 33554432000 134512640 134847168 4290978208 4290976976 134617488 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 260425 254483 270 82 0 259666 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 141.18
Current children cumulated vsize (KiB) 1102048

[startup+134.7 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664300/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1041700 CPUtime=49.75 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169801 0 0 0 4918 57 0 0 20 0 1 0 334227578 1066700800 254483 33554432000 134512640 134847168 4290978208 4290976976 134617553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 260425 254483 270 82 0 259666 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 147.58
Current children cumulated vsize (KiB) 1102048

[startup+137.907 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664160/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1041700 CPUtime=52.96 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169801 0 0 0 5239 57 0 0 20 0 1 0 334227578 1066700800 254483 33554432000 134512640 134847168 4290978208 4290976976 134617496 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 260425 254483 270 82 0 259666 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 150.79
Current children cumulated vsize (KiB) 1102048

[startup+141.1 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664408/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1041700 CPUtime=56.16 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169801 0 0 0 5559 57 0 0 20 0 1 0 334227578 1066700800 254483 33554432000 134512640 134847168 4290978208 4290976976 134617496 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 260425 254483 270 82 0 259666 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 153.99
Current children cumulated vsize (KiB) 1102048

[startup+142.7 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664408/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1041700 CPUtime=57.75 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169801 0 0 0 5718 57 0 0 20 0 1 0 334227578 1066700800 254483 33554432000 134512640 134847168 4290978208 4290976976 134617488 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 260425 254483 270 82 0 259666 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 155.58
Current children cumulated vsize (KiB) 1102048

[startup+143.5 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664408/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1041700 CPUtime=58.55 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169801 0 0 0 5798 57 0 0 20 0 1 0 334227578 1066700800 254483 33554432000 134512640 134847168 4290978208 4290976976 134617536 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 260425 254483 270 82 0 259666 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 437 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 156.38
Current children cumulated vsize (KiB) 1102048

[startup+143.7 s]
/proc/loadavg: 2.03 2.01 1.77 3/183 26282
/proc/meminfo: memFree=26664408/32873844 swapFree=7384/7384
[pid=26276] ppid=26274 vsize=25740 CPUtime=1.07 cores=0,2,4,6
/proc/26276/stat : 26276 (pbclasp) S 26274 26276 14418 0 -1 4202496 626 0 0 0 106 1 0 0 20 0 1 0 334227468 26357760 538 33554432000 4194304 4198148 140736430083664 140736430082552 239876498672 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26276/statm: 6435 538 363 1 0 230 0
[pid=26278] ppid=26276 vsize=9148 CPUtime=96.76 cores=0,2,4,6
/proc/26278/stat : 26278 (sh) S 26276 26276 14418 0 -1 4202496 371 744 0 0 0 0 9666 10 20 0 1 0 334227577 9367552 263 33554432000 4194304 5064252 140734148513744 140734148512000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26278/statm: 2287 263 223 213 0 72 0
[pid=26280] ppid=26278 vsize=1011644 CPUtime=58.75 cores=0,2,4,6
/proc/26280/stat : 26280 (clasp-1.0) R 26278 26276 14418 0 -1 4202496 169822 0 0 0 5818 57 0 0 20 0 1 0 334227578 1035923456 246990 33554432000 134512640 134847168 4290978208 4290977324 2598672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26280/statm: 252911 246990 290 82 0 252152 0
[pid=26281] ppid=26278 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/26281/stat : 26281 (pboutclasp.pl) S 26278 26276 14418 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 334227578 26071040 446 33554432000 4194304 4198148 140733937548048 140733937538584 239876498672 0 0 4224 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26281/statm: 6365 446 351 1 0 160 0
Current children cumulated CPU time (s) 156.58
Current children cumulated vsize (KiB) 1071992

Child status: 0
Real time (s): 143.797
CPU time (s): 156.715
CPU user time (s): 155.981
CPU system time (s): 0.733888
CPU usage (%): 108.984
Max. virtual memory (cumulated for all children) (KiB): 1139736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.981
system time used= 0.733888
maximum resident set size= 1049556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172233
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= 20826
involuntary context switches= 253

runsolver used 0.229965 second user time and 0.569913 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-03 01:50:20
IDJOB=3730055
IDBENCH=1381
IDSOLVER=2317
FILE ID=node136/3730055-1338681018
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_3.opb.PB06.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730055-1338681018/watcher-3730055-1338681018 -o /tmp/evaluation-result-3730055-1338681018/solver-3730055-1338681018 -C 1800 -W 1900 -M 15500  pbclasp instance-3730055-1338681018.opb HOME/temp

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

MD5SUM BENCH= 16e382d24044cea3204cbf333685cccd
RANDOM SEED=1923939084

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:        27684144 kB
Buffers:          574896 kB
Cached:          3480200 kB
SwapCached:        20296 kB
Active:          2264508 kB
Inactive:        2031336 kB
Active(anon):     215804 kB
Inactive(anon):    22296 kB
Active(file):    2048704 kB
Inactive(file):  2009040 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:             88908 kB
Writeback:             0 kB
AnonPages:        227728 kB
Mapped:            11452 kB
Shmem:                 0 kB
Slab:             751136 kB
SReclaimable:     192312 kB
SUnreclaim:       558824 kB
KernelStack:        1480 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     342012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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-3730055-1338681018.opb

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