Trace number 3749987

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 (fixed)? (TO) 1800.12 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-air04.opb
MD5SUMbe0d50f47077f17e0f3c28ea78925374
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71079
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.14	c run usual solver
228.30/228.46	c model valid
228.30/228.46	c current solution ok
228.64/228.79	o 79993
228.64/228.79	c current bound: 39996
228.64/228.79	c fallback to adder encoding
1800.09/1800.51	./satsolver.sh: line 5: 10250 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3749987-1339220750/watcher-3749987-1339220750 -o /tmp/evaluation-result-3749987-1339220750/solver-3749987-1339220750 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749987-1339220750.opb 182962248 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: 1.92 1.97 1.68 3/175 10221
/proc/meminfo: memFree=29647520/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0

[startup+0.053354 s]
/proc/loadavg: 1.92 1.97 1.68 3/175 10221
/proc/meminfo: memFree=29647520/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100303 s]
/proc/loadavg: 1.92 1.97 1.68 3/175 10221
/proc/meminfo: memFree=29647520/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300147 s]
/proc/loadavg: 1.92 1.97 1.68 3/175 10221
/proc/meminfo: memFree=29647520/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700155 s]
/proc/loadavg: 1.92 1.97 1.68 3/175 10221
/proc/meminfo: memFree=29647520/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.92 1.97 1.68 4/181 10237
/proc/meminfo: memFree=29573232/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 23928

[startup+3.10039 s]
/proc/loadavg: 1.92 1.97 1.68 4/183 10242
/proc/meminfo: memFree=29374516/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=28260 CPUtime=2.08 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 6808 0 0 0 207 1 0 0 20 0 1 0 388202356 28938240 5899 33554432000 4194304 5208918 140736908585152 140736908583096 4205148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 7065 5899 105 248 0 6814 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 61336

[startup+6.30034 s]
/proc/loadavg: 1.93 1.97 1.68 4/183 10242
/proc/meminfo: memFree=29279684/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=50108 CPUtime=5.28 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 8606 0 0 0 526 2 0 0 20 0 1 0 388202356 51310592 10756 33554432000 4194304 5208918 140736908585152 140736908583016 4212512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 12527 10756 105 248 0 12276 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 83184

[startup+12.7004 s]
/proc/loadavg: 2.09 2.00 1.69 4/183 10242
/proc/meminfo: memFree=29267400/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=50108 CPUtime=11.68 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 8608 0 0 0 1166 2 0 0 20 0 1 0 388202356 51310592 11780 33554432000 4194304 5208918 140736908585152 140736908581528 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 12527 11780 105 248 0 12276 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 83184

[startup+25.5004 s]
/proc/loadavg: 2.07 2.00 1.69 4/183 10242
/proc/meminfo: memFree=29267312/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=73384 CPUtime=24.48 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 10186 0 0 0 2445 3 0 0 20 0 1 0 388202356 75145216 11534 33554432000 4194304 5208918 140736908585152 140736908583096 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 18346 11534 105 248 0 18095 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 106460

[startup+51.1004 s]
/proc/loadavg: 2.05 2.00 1.70 4/183 10242
/proc/meminfo: memFree=29208708/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=123580 CPUtime=50.08 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 12592 0 0 0 5002 6 0 0 20 0 1 0 388202356 126545920 26877 33554432000 4194304 5208918 140736908585152 140736908583144 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 30895 26877 105 248 0 30644 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 156656

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 1.72 4/183 10242
/proc/meminfo: memFree=29181512/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=154400 CPUtime=101.27 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 14248 0 0 0 10116 11 0 0 20 0 1 0 388202356 158105600 31045 33554432000 4194304 5208918 140736908585152 140736908581528 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 38600 31045 105 248 0 38349 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 187476

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.73 4/183 10242
/proc/meminfo: memFree=29198192/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=14780 CPUtime=0.96 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 4640 10172 0 0 12 2 80 2 20 0 1 0 388202256 15134720 3111 33554432000 4194304 6004724 140736018286016 140736018281152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 3695 3111 146 442 0 3249 0
[pid=10239] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10239/stat : 10239 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388202356 9367552 267 33554432000 4194304 5064252 140733866039728 140733866038640 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10239/statm: 2287 267 226 213 0 72 0
[pid=10240] ppid=10239 vsize=74260 CPUtime=161.24 cores=0,2,4,6
/proc/10240/stat : 10240 (glucose) R 10239 10221 10037 0 -1 4202496 16392 0 0 0 16109 15 0 0 20 0 1 0 388202356 76042240 18077 33554432000 4194304 5208918 140736908585152 140736908581528 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10240/statm: 18565 18077 105 248 0 18314 0
Current children cumulated CPU time (s) 162.2

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 4/183 10282
/proc/meminfo: memFree=28822296/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=285320 CPUtime=1192.41 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 67061 0 0 0 119175 66 0 0 20 0 1 0 388225218 292167680 62072 33554432000 4194304 5208918 140737454652560 140737454648328 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 71330 62072 105 248 0 71079 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 400988

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.90 4/184 10285
/proc/meminfo: memFree=28799900/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=236844 CPUtime=1252.4 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 68872 0 0 0 125171 69 0 0 20 0 1 0 388225218 242528256 53317 33554432000 4194304 5208918 140737454652560 140737454648936 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 59211 53317 105 248 0 58960 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 352512

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 1.92 4/183 10285
/proc/meminfo: memFree=28812692/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=368320 CPUtime=1312.39 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 69891 0 0 0 131169 70 0 0 20 0 1 0 388225218 377159680 70174 33554432000 4194304 5208918 140737454652560 140737454650712 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 92080 70174 105 248 0 91829 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 483988

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 1.92 4/183 10285
/proc/meminfo: memFree=28809460/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=287792 CPUtime=1372.38 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 71506 0 0 0 137165 73 0 0 20 0 1 0 388225218 294699008 59732 33554432000 4194304 5208918 140737454652560 140737454648872 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 71948 59732 105 248 0 71697 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 403460

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.92 4/183 10285
/proc/meminfo: memFree=28823928/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=419840 CPUtime=1432.36 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 72656 0 0 0 143162 74 0 0 20 0 1 0 388225218 429916160 79763 33554432000 4194304 5208918 140737454652560 140737454648936 4222329 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 104960 79763 105 248 0 104709 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 535508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.92 4/183 10286
/proc/meminfo: memFree=28820084/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=289132 CPUtime=1492.34 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 73720 0 0 0 149156 78 0 0 20 0 1 0 388225218 296071168 64121 33554432000 4194304 5208918 140737454652560 140737454648936 4205192 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 72283 64121 105 248 0 72032 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 404800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.92 4/183 10286
/proc/meminfo: memFree=28819704/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=209752 CPUtime=1552.33 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 74740 0 0 0 155153 80 0 0 20 0 1 0 388225218 214786048 47980 33554432000 4194304 5208918 140737454652560 140737454650648 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 52438 47980 105 248 0 52187 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 325420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.92 2/175 10309
/proc/meminfo: memFree=29228424/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=240572 CPUtime=1570.54 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 75266 0 0 0 156973 81 0 0 20 0 1 0 388225218 246345728 54124 33554432000 4194304 5208918 140737454652560 140737454648328 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 60143 54124 105 248 0 59892 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 356240

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.92 2/175 10309
/proc/meminfo: memFree=29228424/32873648 swapFree=7376/7376
[pid=10221] ppid=10217 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10221/stat : 10221 (npSolver-pbo.sh) S 10217 10221 10037 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388202255 9367552 275 33554432000 4194304 5064252 140735342830896 140735342829808 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10221/statm: 2287 275 233 213 0 72 0
[pid=10223] ppid=10221 vsize=97372 CPUtime=229.55 cores=0,2,4,6
/proc/10223/stat : 10223 (npSolver-pbo) S 10221 10221 10037 0 -1 4202496 10275 32525 0 0 95 38 22797 25 20 0 1 0 388202256 99708928 20232 33554432000 4194304 6004724 140736018286016 140736018278368 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10223/statm: 24343 20232 173 442 0 23897 0
[pid=10249] ppid=10223 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10249/stat : 10249 (satsolver.sh) S 10223 10221 10037 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 388225218 9367552 266 33554432000 4194304 5064252 140733758619136 140733758618048 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10249/statm: 2287 266 226 213 0 72 0
[pid=10250] ppid=10249 vsize=240572 CPUtime=1570.54 cores=0,2,4,6
/proc/10250/stat : 10250 (glucose) R 10249 10221 10037 0 -1 4202496 75266 0 0 0 156973 81 0 0 20 0 1 0 388225218 246345728 54124 33554432000 4194304 5208918 140737454652560 140737454648328 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10250/statm: 60143 54124 105 248 0 59892 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 356240

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1798.66
CPU system time (s): 1.45878
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 537036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.45878
maximum resident set size= 358632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 130344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271
involuntary context switches= 2085

runsolver used 3.48647 second user time and 9.40557 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-09 07:45:50
IDJOB=3749987
IDBENCH=89888
IDSOLVER=2334
FILE ID=node112/3749987-1339220750
RUNJOBID= node112-1339220750-10194
PBS_JOBID= 14644316
Free space on /tmp= 70264 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-air04.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749987-1339220750/watcher-3749987-1339220750 -o /tmp/evaluation-result-3749987-1339220750/solver-3749987-1339220750 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749987-1339220750.opb 182962248 HOME HOME

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

MD5SUM BENCH= be0d50f47077f17e0f3c28ea78925374
RANDOM SEED=182962248

node112.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.763
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.52
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.763
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		: 2666.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        29647908 kB
Buffers:          341344 kB
Cached:          1990444 kB
SwapCached:         2156 kB
Active:          1560160 kB
Inactive:         777804 kB
Active(anon):       3068 kB
Inactive(anon):     3148 kB
Active(file):    1557092 kB
Inactive(file):   774656 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099400 kB
Dirty:             18224 kB
Writeback:             0 kB
AnonPages:          9136 kB
Mapped:             7936 kB
Shmem:                 0 kB
Slab:             748680 kB
SReclaimable:     192608 kB
SUnreclaim:       556072 kB
KernelStack:        1392 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70128 MiB
End job on node112 at 2012-06-09 08:15:50