Trace number 3701318

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 1.0? (TO) 1800.08 1801.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark43.2274
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables603
Total number of constraints1088
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 constraints1088
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

5.69/5.74	c run usual solver
104.71/106.08	c model valid
104.71/106.08	c current solution ok
113.65/115.18	o 80
113.65/115.18	c current bound: 40
978.02/979.74	c current bound: 60
1069.08/1070.64	c model valid
1069.08/1070.64	c current solution ok
1069.12/1070.87	o 60
1069.12/1070.87	c current bound: 50
1205.72/1207.36	c model valid
1205.72/1207.36	c current solution ok
1205.78/1207.59	o 49
1205.78/1207.59	c current bound: 45
1800.08/1801.81	c error: unexpected solver exit code
1800.08/1801.81	s UNKNOWN

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-3701318-1338065775/watcher-3701318-1338065775 -o /tmp/evaluation-result-3701318-1338065775/solver-3701318-1338065775 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701318-1338065775.opb 1020420196 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: 4.26 2.89 2.34 2/179 14176
/proc/meminfo: memFree=14733284/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0

[startup+0.0352639 s]
/proc/loadavg: 4.26 2.89 2.34 2/179 14176
/proc/meminfo: memFree=14733284/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 4.26 2.89 2.34 2/179 14176
/proc/meminfo: memFree=14733284/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300144 s]
/proc/loadavg: 4.26 2.89 2.34 2/179 14176
/proc/meminfo: memFree=14733284/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.80073 s]
/proc/loadavg: 4.26 2.89 2.34 2/179 14176
/proc/meminfo: memFree=14733284/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.90035 s]
/proc/loadavg: 4.26 2.89 2.34 2/179 14176
/proc/meminfo: memFree=14733284/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+3.10032 s]
/proc/loadavg: 4.40 2.94 2.36 3/181 14178
/proc/meminfo: memFree=15299708/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=84072 CPUtime=3.08 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) R 14176 14176 10843 0 -1 4202496 7897 0 0 0 306 2 0 0 20 0 1 0 272701986 86089728 17560 33554432000 4194304 5992684 140733527139728 140733527134808 4228288 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 21018 17560 157 440 0 20574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93220

[startup+6.30026 s]
/proc/loadavg: 4.44 2.97 2.37 3/181 14178
/proc/meminfo: memFree=13240980/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=396332 CPUtime=5.73 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 38641 0 0 0 538 35 0 0 20 0 1 0 272701986 405843968 74170 33554432000 4194304 5992684 140733527139728 140733527133760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 99083 74170 164 440 0 98639 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 405480

[startup+12.7004 s]
/proc/loadavg: 4.41 2.99 2.38 3/182 14180
/proc/meminfo: memFree=10416340/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=396332 CPUtime=5.73 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 38641 0 0 0 538 35 0 0 20 0 1 0 272701986 405843968 74170 33554432000 4194304 5992684 140733527139728 140733527133760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 99083 74170 164 440 0 98639 0
[pid=14179] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14179/stat : 14179 (cp2_pre.sh) S 14177 14176 10843 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272702560 9367552 277 33554432000 4194304 5064252 140737237587280 140737237585984 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14179/statm: 2287 277 234 213 0 72 0
[pid=14180] ppid=14179 vsize=1024596 CPUtime=6.93 cores=1,3,5,7
/proc/14180/stat : 14180 (coprocessor) R 14179 14176 10843 0 -1 4202496 90441 0 0 0 668 25 0 0 20 0 1 0 272702561 1049186304 224982 33554432000 4194304 6586260 140734793629168 140734793624984 4498526 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/14180/statm: 256149 224982 168 584 0 255561 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1439224

[startup+25.5004 s]
/proc/loadavg: 4.35 3.02 2.40 2/183 14181
/proc/meminfo: memFree=9307624/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=396332 CPUtime=5.73 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 38641 0 0 0 538 35 0 0 20 0 1 0 272701986 405843968 74170 33554432000 4194304 5992684 140733527139728 140733527133760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 99083 74170 164 440 0 98639 0
[pid=14179] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14179/stat : 14179 (cp2_pre.sh) S 14177 14176 10843 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272702560 9367552 277 33554432000 4194304 5064252 140737237587280 140737237585984 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14179/statm: 2287 277 234 213 0 72 0
[pid=14180] ppid=14179 vsize=1026132 CPUtime=19.73 cores=1,3,5,7
/proc/14180/stat : 14180 (coprocessor) R 14179 14176 10843 0 -1 4202496 90762 0 0 0 1948 25 0 0 20 0 1 0 272702561 1050759168 225303 33554432000 4194304 6586260 140734793629168 140734793624984 4498526 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/14180/statm: 256533 225303 168 584 0 255945 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1440760

[startup+51.1069 s]
/proc/loadavg: 4.49 3.18 2.47 2/183 14181
/proc/meminfo: memFree=6736116/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=396332 CPUtime=5.73 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 38641 0 0 0 538 35 0 0 20 0 1 0 272701986 405843968 74170 33554432000 4194304 5992684 140733527139728 140733527133760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 99083 74170 164 440 0 98639 0
[pid=14179] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14179/stat : 14179 (cp2_pre.sh) S 14177 14176 10843 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272702560 9367552 277 33554432000 4194304 5064252 140737237587280 140737237585984 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14179/statm: 2287 277 234 213 0 72 0
[pid=14180] ppid=14179 vsize=1058648 CPUtime=45.34 cores=1,3,5,7
/proc/14180/stat : 14180 (coprocessor) R 14179 14176 10843 0 -1 4202496 93463 0 0 0 4507 27 0 0 20 0 1 0 272702561 1084055552 253554 33554432000 4194304 6586260 140734793629168 140734793625192 4755085 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/14180/statm: 264662 253554 180 584 0 264074 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1473276

[startup+102.3 s]
/proc/loadavg: 4.48 3.37 2.57 2/182 14184
/proc/meminfo: memFree=4632964/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=396332 CPUtime=70.6 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 38649 119345 0 0 538 36 6422 64 20 0 1 0 272701986 405843968 74170 33554432000 4194304 5992684 140733527139728 140733527134848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 99083 74170 164 440 0 98639 0
[pid=14183] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14183/stat : 14183 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272709049 9367552 267 33554432000 4194304 5064252 140736331404320 140736331403232 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14183/statm: 2287 267 226 213 0 72 0
[pid=14184] ppid=14183 vsize=717664 CPUtime=31.64 cores=1,3,5,7
/proc/14184/stat : 14184 (glucose) R 14183 14176 10843 0 -1 4202496 92262 0 0 0 3141 23 0 0 20 0 1 0 272709050 734887936 145243 33554432000 4194304 5208918 140736967865760 140736967863608 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14184/statm: 179416 145243 103 248 0 179165 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1132292

[startup+162.3 s]
/proc/loadavg: 4.46 3.56 2.68 2/182 14191
/proc/meminfo: memFree=1277272/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=440464 CPUtime=113.89 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 40694 222791 0 0 708 767 9790 124 20 0 1 0 272701986 451035136 85199 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 110116 85199 175 440 0 109672 0
[pid=14190] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14190/stat : 14190 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272713504 9367552 267 33554432000 4194304 5064252 140733742295120 140733742294032 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14190/statm: 2287 267 226 213 0 72 0
[pid=14191] ppid=14190 vsize=713052 CPUtime=47.09 cores=1,3,5,7
/proc/14191/stat : 14191 (glucose) R 14190 14176 10843 0 -1 4202496 90212 0 0 0 4686 23 0 0 20 0 1 0 272713504 730165248 144115 33554432000 4194304 5208918 140735002754864 140735002752712 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14191/statm: 178263 144115 94 248 0 178012 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 1171812

[startup+222.3 s]
/proc/loadavg: 5.06 3.88 2.84 2/182 14191
/proc/meminfo: memFree=729708/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=440464 CPUtime=113.89 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 40694 222791 0 0 708 767 9790 124 20 0 1 0 272701986 451035136 85199 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 110116 85199 175 440 0 109672 0
[pid=14190] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14190/stat : 14190 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272713504 9367552 267 33554432000 4194304 5064252 140733742295120 140733742294032 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14190/statm: 2287 267 226 213 0 72 0
[pid=14191] ppid=14190 vsize=725768 CPUtime=107.09 cores=1,3,5,7

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

/proc/14372/statm: 181597 149840 104 248 0 181346 0
Current children cumulated CPU time (s) 1360.66
Current children cumulated vsize (KiB) 1209724

[startup+1422.3 s]
/proc/loadavg: 2.00 2.06 2.30 3/183 14373
/proc/meminfo: memFree=27619664/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726388 CPUtime=214.62 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92358 0 0 0 21440 22 0 0 20 0 1 0 272822745 743821312 149848 33554432000 4194304 5208918 140734847902560 140734847900616 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181597 149848 104 248 0 181346 0
Current children cumulated CPU time (s) 1420.64
Current children cumulated vsize (KiB) 1209724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.27 3/184 14376
/proc/meminfo: memFree=27654000/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726388 CPUtime=274.61 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92371 0 0 0 27439 22 0 0 20 0 1 0 272822745 743821312 150368 33554432000 4194304 5208918 140734847902560 140734847898936 4229035 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181597 150368 104 248 0 181346 0
Current children cumulated CPU time (s) 1480.63
Current children cumulated vsize (KiB) 1209724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.26 3/183 14376
/proc/meminfo: memFree=27651772/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726528 CPUtime=334.6 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92428 0 0 0 33437 23 0 0 20 0 1 0 272822745 743964672 150918 33554432000 4194304 5208918 140734847902560 140734847900616 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181632 150918 104 248 0 181381 0
Current children cumulated CPU time (s) 1540.62
Current children cumulated vsize (KiB) 1209864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.24 3/183 14377
/proc/meminfo: memFree=27647940/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726668 CPUtime=394.58 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92447 0 0 0 39435 23 0 0 20 0 1 0 272822745 744108032 151878 33554432000 4194304 5208918 140734847902560 140734847900616 4229125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181667 151878 104 248 0 181416 0
Current children cumulated CPU time (s) 1600.6
Current children cumulated vsize (KiB) 1210004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.22 3/183 14377
/proc/meminfo: memFree=27644708/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726808 CPUtime=454.58 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92453 0 0 0 45435 23 0 0 20 0 1 0 272822745 744251392 152709 33554432000 4194304 5208918 140734847902560 140734847900616 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181702 152709 104 248 0 181451 0
Current children cumulated CPU time (s) 1660.6
Current children cumulated vsize (KiB) 1210144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/183 14377
/proc/meminfo: memFree=27609892/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726808 CPUtime=514.56 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92461 0 0 0 51433 23 0 0 20 0 1 0 272822745 744251392 153228 33554432000 4194304 5208918 140734847902560 140734847900616 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181702 153228 104 248 0 181451 0
Current children cumulated CPU time (s) 1720.58
Current children cumulated vsize (KiB) 1210144

[startup+1782.31 s]
/proc/loadavg: 2.00 2.01 2.18 3/183 14377
/proc/meminfo: memFree=27601700/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726948 CPUtime=574.56 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92472 0 0 0 57433 23 0 0 20 0 1 0 272822745 744394752 153750 33554432000 4194304 5208918 140734847902560 140734847900616 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181737 153750 104 248 0 181486 0
Current children cumulated CPU time (s) 1780.58
Current children cumulated vsize (KiB) 1210284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.00 2.01 2.18 3/183 14377
/proc/meminfo: memFree=27640488/32873648 swapFree=6604/6604
[pid=14176] ppid=14174 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14176/stat : 14176 (npSolver-pbo.sh) S 14174 14176 10843 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272701985 9367552 275 33554432000 4194304 5064252 140735545267168 140735545266080 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14176/statm: 2287 275 233 213 0 72 0
[pid=14177] ppid=14176 vsize=465040 CPUtime=1206.02 cores=1,3,5,7
/proc/14177/stat : 14177 (npSolver-pbo) S 14176 14176 10843 0 -1 4202496 44857 522991 0 0 735 769 118810 288 20 0 1 0 272701986 476200960 89024 33554432000 4194304 5992684 140733527139728 140733527132048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14177/statm: 116260 89024 175 440 0 115816 0
[pid=14371] ppid=14177 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14371/stat : 14371 (satsolver.sh) S 14177 14176 10843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272822745 9367552 266 33554432000 4194304 5064252 140734303601008 140734303599920 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14371/statm: 2287 266 226 213 0 72 0
[pid=14372] ppid=14371 vsize=726948 CPUtime=594.06 cores=1,3,5,7
/proc/14372/stat : 14372 (glucose) R 14371 14176 10843 0 -1 4202496 92473 0 0 0 59383 23 0 0 20 0 1 0 272822745 744394752 153751 33554432000 4194304 5208918 140734847902560 140734847900616 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14372/statm: 181737 153751 104 248 0 181486 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1210284

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14176 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.82
CPU time (s): 1800.08
CPU user time (s): 1789.28
CPU system time (s): 10.8
CPU usage (%): 99.9034
Max. virtual memory (cumulated for all children) (KiB): 1660440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.02039 second user time and 11.3543 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 22:56:15
IDJOB=3701318
IDBENCH=2641
IDSOLVER=2277
FILE ID=node148/3701318-1338065775
RUNJOBID= node148-1338052086-10860
PBS_JOBID= 14624389
Free space on /tmp= 71516 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701318-1338065775/watcher-3701318-1338065775 -o /tmp/evaluation-result-3701318-1338065775/solver-3701318-1338065775 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701318-1338065775.opb 1020420196 HOME HOME

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

MD5SUM BENCH= 824c01e4395cf59ee9d4081be7b21301
RANDOM SEED=1020420196

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        14741772 kB
Buffers:          275020 kB
Cached:          5003516 kB
SwapCached:          556 kB
Active:         12335788 kB
Inactive:        4843384 kB
Active(anon):   11890260 kB
Inactive(anon):    13064 kB
Active(file):     445528 kB
Inactive(file):  4830320 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108012 kB
Dirty:            370756 kB
Writeback:             0 kB
AnonPages:      11906864 kB
Mapped:            15032 kB
Shmem:                96 kB
Slab:             789148 kB
SReclaimable:     231528 kB
SUnreclaim:       557620 kB
KernelStack:        1456 kB
PageTables:        27200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    8095392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4454400 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= 71396 MiB
End job on node148 at 2012-05-26 23:26:19