Trace number 3752058

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-quickBound (fixed)? (TO) 1800.05 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM292e71503f1e4f136e087e61da3c7ed4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark117
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 118
Optimality of the best value was proved NO
Number of variables2470
Total number of constraints4744
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1357
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

6.28/6.31	c run inc solver
6.28/6.31	c [INC SYSTEM] run initial solver
6.28/6.31	c [INC SYSTEM] preprocess with white file
26.32/26.60	c [INC SYSTEM] finished preprocessing in 20 s
26.32/26.60	c [INC SYSTEM] execute solver
1800.05/1800.61	HOME/npSolver-pbo-Itdqb.sh: line 18: 26685 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3752058-1339125787/watcher-3752058-1339125787 -o /tmp/evaluation-result-3752058-1339125787/solver-3752058-1339125787 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752058-1339125787.opb 238023961 HOME HOME 

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 2.01 2.00 3/178 26684
/proc/meminfo: memFree=25545308/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0

[startup+0.0193219 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26684
/proc/meminfo: memFree=25545308/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100145 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26684
/proc/meminfo: memFree=25545308/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30015 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26684
/proc/meminfo: memFree=25545308/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26684
/proc/meminfo: memFree=25545308/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26686
/proc/meminfo: memFree=25453832/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=170380 CPUtime=1.49 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) R 26684 26684 12376 0 -1 4202496 7906 0 0 0 145 4 0 0 20 0 1 0 378704163 174469120 31438 33554432000 4194304 6004724 140736345087008 140736345081608 4582618 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 42595 31438 154 442 0 42149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179528

[startup+3.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26686
/proc/meminfo: memFree=25375512/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=301452 CPUtime=3.09 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) R 26684 26684 12376 0 -1 4202496 8539 0 0 0 302 7 0 0 20 0 1 0 378704163 308686848 61134 33554432000 4194304 6004724 140736345087008 140736345081624 4579232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 75363 61134 154 442 0 74917 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 310600

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26686
/proc/meminfo: memFree=25124776/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=936916 CPUtime=6.28 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) R 26684 26684 12376 0 -1 4202496 9798 0 0 0 557 71 0 0 20 0 1 0 378704163 959401984 203107 33554432000 4194304 6004724 140736345087008 140736345082880 5193835 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 234229 203107 157 442 0 233783 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 946064

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26688
/proc/meminfo: memFree=24051128/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=6.3 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9805 0 0 0 557 73 0 0 20 0 1 0 378704163 549117952 102946 33554432000 4194304 6004724 140736345087008 140736345081472 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102946 163 442 0 133616 0
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (cp2_pre.sh) S 26685 26684 12376 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378704794 9367552 277 33554432000 4194304 5064252 140736513642784 140736513641488 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26687/statm: 2287 277 234 213 0 72 0
[pid=26688] ppid=26687 vsize=772292 CPUtime=6.37 cores=0,2,4,6
/proc/26688/stat : 26688 (coprocessor) R 26687 26684 12376 0 -1 4202496 18462 0 0 0 610 27 0 0 20 0 1 0 378704795 790827008 161891 33554432000 4194304 6586260 140733480565280 140733480561032 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 193073 161891 158 584 0 192485 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1326836

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/182 26688
/proc/meminfo: memFree=23743032/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=6.3 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9805 0 0 0 557 73 0 0 20 0 1 0 378704163 549117952 102946 33554432000 4194304 6004724 140736345087008 140736345081472 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102946 163 442 0 133616 0
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (cp2_pre.sh) S 26685 26684 12376 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378704794 9367552 277 33554432000 4194304 5064252 140736513642784 140736513641488 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26687/statm: 2287 277 234 213 0 72 0
[pid=26688] ppid=26687 vsize=772292 CPUtime=19 cores=0,2,4,6
/proc/26688/stat : 26688 (coprocessor) R 26687 26684 12376 0 -1 4202496 18462 0 0 0 1807 93 0 0 20 0 1 0 378704795 790827008 161891 33554432000 4194304 6586260 140733480565280 140733480561032 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 16 0 0
/proc/26688/statm: 193073 161891 158 584 0 192485 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1326836

[startup+51.1065 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 26690
/proc/meminfo: memFree=23787124/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1073412 CPUtime=24.49 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 133439 0 0 0 2412 37 0 0 20 0 1 0 378706824 1099173888 238730 33554432000 4194304 5654031 140734670036720 140734670024536 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26690/statm: 268353 238730 140 357 0 267993 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 1618808

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 26690
/proc/meminfo: memFree=23770268/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1094516 CPUtime=75.67 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 134088 0 0 0 7530 37 0 0 20 0 1 0 378706824 1120784384 242956 33554432000 4194304 5654031 140734670036720 140734670024536 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 273629 242956 140 357 0 273269 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 1639912

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 26690
/proc/meminfo: memFree=23759024/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1094516 CPUtime=135.66 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 134602 0 0 0 13529 37 0 0 20 0 1 0 378706824 1120784384 245003 33554432000 4194304 5654031 140734670036720 140734670024536 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 273629 245003 140 357 0 273269 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 1639912

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26690
/proc/meminfo: memFree=23750648/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1102872 CPUtime=195.65 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 134617 0 0 0 19528 37 0 0 20 0 1 0 378706824 1129340928 246551 33554432000 4194304 5654031 140734670036720 140734670024536 4233239 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 275718 246551 140 357 0 275358 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 1648268

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26692
/proc/meminfo: memFree=23743780/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/181 26701
/proc/meminfo: memFree=23671420/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1138100 CPUtime=1335.42 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137550 0 0 0 133503 39 0 0 20 0 1 0 378706824 1165414400 265129 33554432000 4194304 5654031 140734670036720 140734670024536 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 284525 265129 140 357 0 284165 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 1683496

[startup+1422.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 26701
/proc/meminfo: memFree=23671672/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1138100 CPUtime=1395.4 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137551 0 0 0 139501 39 0 0 20 0 1 0 378706824 1165414400 265130 33554432000 4194304 5654031 140734670036720 140734670024536 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 284525 265130 140 357 0 284165 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 1683496

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 26701
/proc/meminfo: memFree=23667204/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1455.39 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137555 0 0 0 145500 39 0 0 20 0 1 0 378706824 1174507520 265645 33554432000 4194304 5654031 140734670036720 140734670024536 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 265645 140 357 0 286385 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 1692376

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26753
/proc/meminfo: memFree=24481220/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1515.38 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137556 0 0 0 151499 39 0 0 20 0 1 0 378706824 1174507520 266157 33554432000 4194304 5654031 140734670036720 140734670024536 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 266157 140 357 0 286385 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1692376

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/179 26757
/proc/meminfo: memFree=24464144/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1575.37 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137556 0 0 0 157498 39 0 0 20 0 1 0 378706824 1174507520 266157 33554432000 4194304 5654031 140734670036720 140734670024536 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 266157 140 357 0 286385 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 1692376

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 26760
/proc/meminfo: memFree=24455008/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1635.36 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137557 0 0 0 163497 39 0 0 20 0 1 0 378706824 1174507520 266669 33554432000 4194304 5654031 140734670036720 140734670024536 4233341 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 266669 140 357 0 286385 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 1692376

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26760
/proc/meminfo: memFree=24436772/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1695.35 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137562 0 0 0 169496 39 0 0 20 0 1 0 378706824 1174507520 267185 33554432000 4194304 5654031 140734670036720 140734670024536 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 267185 140 357 0 286385 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1692376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26760
/proc/meminfo: memFree=24430940/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1755.34 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137636 0 0 0 175495 39 0 0 20 0 1 0 378706824 1174507520 267770 33554432000 4194304 5654031 140734670036720 140734670024536 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 267770 140 357 0 286385 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 1692376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26761
/proc/meminfo: memFree=24430940/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1773.65 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137636 0 0 0 177326 39 0 0 20 0 1 0 378706824 1174507520 267770 33554432000 4194304 5654031 140734670036720 140734670024536 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 267770 140 357 0 286385 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1692376

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26761
/proc/meminfo: memFree=24430940/32873624 swapFree=7112/7112
[pid=26684] ppid=26682 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26684/stat : 26684 (npSolver-pbo-It) S 26682 26684 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378704163 9367552 274 33554432000 4194304 5064252 140734140668832 140734140667744 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26684/statm: 2287 274 233 213 0 72 0
[pid=26685] ppid=26684 vsize=536248 CPUtime=26.4 cores=0,2,4,6
/proc/26685/stat : 26685 (npSolver-pbo) S 26684 26684 12376 0 -1 4202496 9823 19364 0 0 557 73 1904 106 20 0 1 0 378704163 549117952 102951 33554432000 4194304 6004724 140736345087008 140736345073288 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/26685/statm: 134062 102951 167 442 0 133616 0
[pid=26690] ppid=26685 vsize=1146980 CPUtime=1773.65 cores=0,2,4,6
/proc/26690/stat : 26690 (glucosInc) R 26685 26684 12376 0 -1 4202496 137636 0 0 0 177326 39 0 0 20 0 1 0 378706824 1174507520 267770 33554432000 4194304 5654031 140734670036720 140734670024536 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26690/statm: 286745 267770 140 357 0 286385 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1692376

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26684 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=625256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=802725
# CPU time returned by wait4() is 26.428
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.61
CPU time (s): 1800.05
CPU user time (s): 1797.87
CPU system time (s): 2.18
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 1692376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6253
system time used= 1.80272
maximum resident set size= 812428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29561
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1571104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 72

runsolver used 2.80457 second user time and 7.06093 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-08 05:23:07
IDJOB=3752058
IDBENCH=2640
IDSOLVER=2335
FILE ID=node121/3752058-1339125787
RUNJOBID= node121-1339111019-14194
PBS_JOBID= 14643732
Free space on /tmp= 71164 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_13.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752058-1339125787/watcher-3752058-1339125787 -o /tmp/evaluation-result-3752058-1339125787/solver-3752058-1339125787 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752058-1339125787.opb 238023961 HOME HOME

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

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=238023961

node121.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.042
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.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		: 2667.042
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.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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.91
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        25545688 kB
Buffers:          712828 kB
Cached:          4948804 kB
SwapCached:            0 kB
Active:          3035024 kB
Inactive:        3386296 kB
Active(anon):     747944 kB
Inactive(anon):    10736 kB
Active(file):    2287080 kB
Inactive(file):  3375560 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9316 kB
Writeback:             0 kB
AnonPages:        799864 kB
Mapped:            15956 kB
Shmem:               200 kB
Slab:             764796 kB
SReclaimable:     208784 kB
SUnreclaim:       556012 kB
KernelStack:        1504 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1037552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70860 MiB
End job on node121 at 2012-06-08 05:53:08