Trace number 3698102

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
npSolver inc-topDown? (problem) 272.808 546.225

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
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

260.72/260.96	terminate called after throwing an instance of 'std::bad_alloc'
260.72/260.96	  what():  std::bad_alloc
272.77/546.22	HOME/npSolver-pbo-Itd.sh: line 18: 12237 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

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-3698102-1338071720/watcher-3698102-1338071720 -o /tmp/evaluation-result-3698102-1338071720/solver-3698102-1338071720 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698102-1338071720.opb 432947808 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 12236
/proc/meminfo: memFree=28838948/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0

[startup+0.0256229 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 12236
/proc/meminfo: memFree=28838948/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 12236
/proc/meminfo: memFree=28838948/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 12236
/proc/meminfo: memFree=28838948/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 12236
/proc/meminfo: memFree=28838948/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 12238
/proc/meminfo: memFree=28792832/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=116288 CPUtime=1.49 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 16559 0 0 0 145 4 0 0 20 0 1 0 273296811 119078912 21995 33554432000 4194304 5992684 140735294393168 140735294386520 4227704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 29072 21995 156 440 0 28628 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125436

[startup+3.10034 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 12238
/proc/meminfo: memFree=28694016/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=254612 CPUtime=3.09 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 35301 0 0 0 299 10 0 0 20 0 1 0 273296811 260722688 58079 33554432000 4194304 5992684 140735294393168 140735294385528 4221568 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 63653 58079 156 440 0 63209 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263760

[startup+6.30034 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 12238
/proc/meminfo: memFree=28395408/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=528984 CPUtime=6.29 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 71706 0 0 0 608 21 0 0 20 0 1 0 273296811 541679616 130701 33554432000 4194304 5992684 140735294393168 140735294388248 4957503 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 132246 130701 156 440 0 131802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 538132

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 12239
/proc/meminfo: memFree=27799036/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=1584780 CPUtime=12.68 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 140614 0 0 0 1218 50 0 0 20 0 1 0 273296811 1622814720 268210 33554432000 4194304 5992684 140735294393168 140735294385272 4524999 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 396195 268210 156 440 0 395751 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1593928

[startup+25.5004 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 12239
/proc/meminfo: memFree=26657904/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=3172520 CPUtime=25.47 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 276707 0 0 0 2447 100 0 0 20 0 1 0 273296811 3248660480 550448 33554432000 4194304 5992684 140735294393168 140735294386232 4523464 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 793130 550448 156 440 0 792686 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3181668

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 12239
/proc/meminfo: memFree=24405364/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=6340464 CPUtime=51.06 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 546507 0 0 0 4908 198 0 0 20 0 1 0 273296811 6492635136 1119692 33554432000 4194304 5992684 140735294393168 140735294385400 4227694 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 1585116 1119692 156 440 0 1584672 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 6349612

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 12239
/proc/meminfo: memFree=20268100/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=8581248 CPUtime=102.23 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 1475726 0 0 0 9869 354 0 0 20 0 1 0 273296811 8787197952 2138719 33554432000 4194304 5992684 140735294393168 140735294388488 5044393 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 2145312 2138719 203 440 0 2144868 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8590396

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 12239
/proc/meminfo: memFree=17725756/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=11137152 CPUtime=162.19 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 3827424 0 0 0 15582 637 0 0 20 0 1 0 273296811 11404443648 2779035 33554432000 4194304 5992684 140735294393168 140735294388488 5044337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 2784288 2779035 203 440 0 2783844 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 11146300

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 12239
/proc/meminfo: memFree=15224692/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=13627520 CPUtime=222.14 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4202496 6147234 0 0 0 21297 917 0 0 20 0 1 0 273296811 13954580480 3397469 33554432000 4194304 5992684 140735294393168 140735294388488 5044393 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3406880 3397469 203 440 0 3406436 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 13636668

[startup+282.3 s]
/proc/loadavg: 2.80 2.21 2.06 2/186 12243
/proc/meminfo: memFree=6746216/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=263.41 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 1355 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 263.41
Current children cumulated vsize (KiB) 15406140

[startup+342.3 s]
/proc/loadavg: 4.51 2.81 2.27 2/183 12244
/proc/meminfo: memFree=3515796/32873844 swapFree=7364/7364
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=267.1 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 1724 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 267.1
Current children cumulated vsize (KiB) 15406140
heavy processes:
  %CPU=21 pid=12240 uid=0 cmd=

[startup+402.307 s]
/proc/loadavg: 5.16 3.30 2.47 3/183 12244
/proc/meminfo: memFree=201356/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=271.07 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2121 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 271.07
Current children cumulated vsize (KiB) 15406140
heavy processes:
  %CPU=16 pid=12240 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 12237 6 506 18446744073709551615 

[startup+462.3 s]
/proc/loadavg: 5.08 3.62 2.63 2/183 12244
/proc/meminfo: memFree=184764/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140
heavy processes:
  %CPU=13 pid=12240 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 12237 6 506 18446744073709551615 

[startup+522.3 s]
/proc/loadavg: 5.03 3.87 2.77 2/183 12244
/proc/meminfo: memFree=286460/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140
heavy processes:
  %CPU=10 pid=12240 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 12237 6 506 18446744073709551615 

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

[startup+525.507 s]
/proc/loadavg: 5.02 3.88 2.79 2/183 12244
/proc/meminfo: memFree=286584/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140

[startup+538.3 s]
/proc/loadavg: 5.10 3.94 2.81 2/183 12244
/proc/meminfo: memFree=336688/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140

[startup+541.5 s]
/proc/loadavg: 5.17 3.97 2.83 2/183 12244
/proc/meminfo: memFree=497012/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140

[startup+544.7 s]
/proc/loadavg: 5.24 4.00 2.85 2/183 12244
/proc/meminfo: memFree=518680/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140

[startup+545.5 s]
/proc/loadavg: 5.24 4.00 2.85 2/183 12244
/proc/meminfo: memFree=520168/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=15396992 CPUtime=272.17 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) S 12236 12236 9054 0 -1 4204032 7599883 0 0 0 24986 2231 0 0 20 0 1 0 273296811 15766519808 3835007 33554432000 4194304 5992684 140735294393168 140735294388824 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 3849248 3835007 208 440 0 3848804 0
Current children cumulated CPU time (s) 272.17
Current children cumulated vsize (KiB) 15406140

[startup+545.9 s]
/proc/loadavg: 5.24 4.00 2.85 2/183 12244
/proc/meminfo: memFree=520168/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=0 CPUtime=272.47 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4204036 7599883 0 0 0 24986 2261 0 0 20 0 1 0 273296811 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.47
Current children cumulated vsize (KiB) 9148

[startup+546.1 s]
/proc/loadavg: 5.24 4.00 2.85 2/183 12244
/proc/meminfo: memFree=520168/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=0 CPUtime=272.67 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4204036 7599883 0 0 0 24986 2281 0 0 20 0 1 0 273296811 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.67
Current children cumulated vsize (KiB) 9148

[startup+546.2 s]
/proc/loadavg: 5.24 4.00 2.85 2/183 12244
/proc/meminfo: memFree=520168/32873844 swapFree=7372/7372
[pid=12236] ppid=12234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12236/stat : 12236 (npSolver-pbo-It) S 12234 12236 9054 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 273296811 9367552 275 33554432000 4194304 5064252 140735381382112 140735381381024 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12236/statm: 2287 275 233 213 0 72 0
[pid=12237] ppid=12236 vsize=0 CPUtime=272.77 cores=1,3,5,7
/proc/12237/stat : 12237 (npSolver-pbo) R 12236 12236 9054 0 -1 4204036 7599883 0 0 0 24986 2291 0 0 20 0 1 0 273296811 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12237/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.77
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 546.225
CPU time (s): 272.808
CPU user time (s): 249.868
CPU system time (s): 22.9395
CPU usage (%): 49.9442
Max. virtual memory (cumulated for all children) (KiB): 15406140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.868
system time used= 22.9395
maximum resident set size= 15340296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7600258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1779713
involuntary context switches= 960

runsolver used 0.942856 second user time and 2.55661 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 00:35:20
IDJOB=3698102
IDBENCH=2934
IDSOLVER=2275
FILE ID=node133/3698102-1338071720
RUNJOBID= node133-1338048810-9071
PBS_JOBID= 14624373
Free space on /tmp= 71596 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698102-1338071720/watcher-3698102-1338071720 -o /tmp/evaluation-result-3698102-1338071720/solver-3698102-1338071720 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698102-1338071720.opb 432947808 HOME HOME

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=432947808

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.540
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		: 2666.540
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.540
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:        28839212 kB
Buffers:          302980 kB
Cached:          2787652 kB
SwapCached:            0 kB
Active:           681916 kB
Inactive:        2550956 kB
Active(anon):     144512 kB
Inactive(anon):        0 kB
Active(file):     537404 kB
Inactive(file):  2550956 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14164 kB
Writeback:             0 kB
AnonPages:        148868 kB
Mapped:            15660 kB
Shmem:               212 kB
Slab:             661708 kB
SReclaimable:     103764 kB
SUnreclaim:       557944 kB
KernelStack:        1520 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     272332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 64468 MiB
End job on node133 at 2012-05-27 00:44:27