Trace number 3700769

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 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__64.opb
MD5SUMcc9e86bf563f6565193c3e6b50384be6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark1.76373
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6448
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint64
Maximum length of a constraint577
Number of terms in the objective function 6400
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 214818240
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 214818240
Number of bits of the biggest sum of numbers28
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

0.00/0.05	c run usual solver
0.00/0.45	c model valid
0.00/0.45	c current solution ok
0.00/0.62	o 302596
0.00/0.62	c current bound: 151298
0.00/0.62	c fallback to adder encoding
1570.56/1571.18	c model valid
1570.56/1571.18	c current solution ok
1570.56/1571.19	o 143015
1570.56/1571.19	c current bound: 71507
1570.56/1571.19	c fallback to adder encoding
1724.63/1725.25	c model valid
1724.63/1725.25	c current solution ok
1724.63/1725.27	o 45008
1724.63/1725.27	c current bound: 22504
1724.63/1725.27	c fallback to adder encoding
1725.15/1725.73	c current bound: 33756
1725.15/1725.73	c fallback to adder encoding
1725.74/1726.76	c current bound: 39382
1725.74/1726.76	c fallback to adder encoding
1731.76/1732.12	c current bound: 42195
1731.76/1732.12	c fallback to adder encoding
1736.11/1736.82	c current bound: 43602
1736.11/1736.82	c fallback to adder encoding
1760.77/1761.52	c current bound: 44305
1760.77/1761.52	c fallback to adder encoding
1783.07/1783.88	c current bound: 44657
1783.07/1783.88	c fallback to adder encoding
1800.08/1800.81	c error: unexpected solver exit code
1800.08/1800.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-3700769-1338081777/watcher-3700769-1338081777 -o /tmp/evaluation-result-3700769-1338081777/solver-3700769-1338081777 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700769-1338081777.opb 288558869 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.99 2.05 2.04 3/177 10178
/proc/meminfo: memFree=29185488/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0

[startup+0.0392131 s]
/proc/loadavg: 1.99 2.05 2.04 3/177 10178
/proc/meminfo: memFree=29185488/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10017 s]
/proc/loadavg: 1.99 2.05 2.04 3/177 10178
/proc/meminfo: memFree=29185488/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300163 s]
/proc/loadavg: 1.99 2.05 2.04 3/177 10178
/proc/meminfo: memFree=29185488/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 1.99 2.05 2.04 3/177 10178
/proc/meminfo: memFree=29185488/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.99 2.05 2.04 3/179 10190
/proc/meminfo: memFree=29142328/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 88280

[startup+3.1004 s]
/proc/loadavg: 1.99 2.05 2.04 3/181 10192
/proc/meminfo: memFree=28968264/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=126428 CPUtime=1.79 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 24015 0 0 0 173 6 0 0 20 0 1 0 274303265 129462272 29664 33554432000 4194304 5208918 140737050852880 140737050850728 4211066 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 31607 29664 104 248 0 31356 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 223856

[startup+6.30035 s]
/proc/loadavg: 1.99 2.05 2.04 3/181 10192
/proc/meminfo: memFree=28969440/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=128408 CPUtime=4.98 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 24600 0 0 0 492 6 0 0 20 0 1 0 274303265 131489792 30245 33554432000 4194304 5208918 140737050852880 140737050849256 4211075 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 32102 30245 105 248 0 31851 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 225836

[startup+12.7003 s]
/proc/loadavg: 1.99 2.05 2.04 3/181 10192
/proc/meminfo: memFree=28965500/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=150528 CPUtime=11.39 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 25520 0 0 0 1132 7 0 0 20 0 1 0 274303265 154140672 31155 33554432000 4194304 5208918 140737050852880 140737050851032 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 37632 31155 105 248 0 37381 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 247956

[startup+25.5004 s]
/proc/loadavg: 1.99 2.05 2.04 3/181 10192
/proc/meminfo: memFree=28960792/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=150528 CPUtime=24.19 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 25682 0 0 0 2412 7 0 0 20 0 1 0 274303265 154140672 31308 33554432000 4194304 5208918 140737050852880 140737050851032 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 37632 31308 105 248 0 37381 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 247956

[startup+51.1004 s]
/proc/loadavg: 1.99 2.04 2.03 3/181 10199
/proc/meminfo: memFree=28962060/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=152040 CPUtime=49.78 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 26061 0 0 0 4971 7 0 0 20 0 1 0 274303265 155688960 32191 33554432000 4194304 5208918 140737050852880 140737050850712 4211122 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 38010 32191 105 248 0 37759 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 249468

[startup+102.306 s]
/proc/loadavg: 2.15 2.08 2.04 3/179 10244
/proc/meminfo: memFree=26496748/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=154560 CPUtime=100.97 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 27677 0 0 0 10087 10 0 0 20 0 1 0 274303265 158269440 33565 33554432000 4194304 5208918 140737050852880 140737050850728 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 38640 33565 105 248 0 38389 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 251988

[startup+162.3 s]
/proc/loadavg: 2.62 2.21 2.09 3/181 10246
/proc/meminfo: memFree=16896776/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=157156 CPUtime=160.96 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 28310 0 0 0 16085 11 0 0 20 0 1 0 274303265 160927744 36418 33554432000 4194304 5208918 140737050852880 140737050848648 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 39289 36418 105 248 0 39038 0
Current children cumulated CPU time (s) 162.24

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

/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 39006 0 0 0 142051 24 0 0 20 0 1 0 274303265 207568896 43762 33554432000 4194304 5208918 140737050852880 140737050849256 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 50676 43762 105 248 0 50425 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 300132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/181 10423
/proc/meminfo: memFree=28868872/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=203604 CPUtime=1480.73 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 39210 0 0 0 148049 24 0 0 20 0 1 0 274303265 208490496 46039 33554432000 4194304 5208918 140737050852880 140737050850712 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 50901 46039 105 248 0 50650 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 301032

[startup+1542.31 s]
/proc/loadavg: 2.00 2.04 2.06 3/181 10423
/proc/meminfo: memFree=28867576/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=79132 CPUtime=1.28 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 7772 13897 0 0 68 22 35 3 20 0 1 0 274303135 81031168 13256 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19783 13256 180 440 0 19339 0
[pid=10191] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10191/stat : 10191 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274303265 9367552 266 33554432000 4194304 5064252 140734362869776 140734362868688 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10191/statm: 2287 266 226 213 0 72 0
[pid=10192] ppid=10191 vsize=203604 CPUtime=1540.73 cores=0,2,4,6
/proc/10192/stat : 10192 (glucose) R 10191 10178 3117 0 -1 4202496 39438 0 0 0 154048 25 0 0 20 0 1 0 274303265 208490496 49325 33554432000 4194304 5208918 140737050852880 140737050848648 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10192/statm: 50901 49325 105 248 0 50650 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 301032

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/181 10451
/proc/meminfo: memFree=28956656/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=76540 CPUtime=1571.51 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 13267 59651 0 0 122 30 156960 39 20 0 1 0 274303135 78376960 11618 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19135 11618 182 440 0 18691 0
[pid=10443] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10443/stat : 10443 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274460316 9367552 266 33554432000 4194304 5064252 140734907476752 140734907475664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10443/statm: 2287 266 226 213 0 72 0
[pid=10444] ppid=10443 vsize=125700 CPUtime=30.47 cores=0,2,4,6
/proc/10444/stat : 10444 (glucose) R 10443 10178 3117 0 -1 4202496 23080 0 0 0 3042 5 0 0 20 0 1 0 274460316 128716800 28727 33554432000 4194304 5208918 140737289031920 140737289029752 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10444/statm: 31425 28727 105 248 0 31174 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 220536

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/182 10461
/proc/meminfo: memFree=28971140/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=76540 CPUtime=1571.51 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 13267 59651 0 0 122 30 156960 39 20 0 1 0 274303135 78376960 11618 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19135 11618 182 440 0 18691 0
[pid=10443] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10443/stat : 10443 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274460316 9367552 266 33554432000 4194304 5064252 140734907476752 140734907475664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10443/statm: 2287 266 226 213 0 72 0
[pid=10444] ppid=10443 vsize=148608 CPUtime=90.46 cores=0,2,4,6
/proc/10444/stat : 10444 (glucose) R 10443 10178 3117 0 -1 4202496 24616 0 0 0 9039 7 0 0 20 0 1 0 274460316 152174592 31264 33554432000 4194304 5208918 140737289031920 140737289029752 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10444/statm: 37152 31264 105 248 0 36901 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 243444

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.06 3/181 10519
/proc/meminfo: memFree=28937252/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=76540 CPUtime=1571.51 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 13267 59651 0 0 122 30 156960 39 20 0 1 0 274303135 78376960 11618 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 19135 11618 182 440 0 18691 0
[pid=10443] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10443/stat : 10443 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274460316 9367552 266 33554432000 4194304 5064252 140734907476752 140734907475664 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10443/statm: 2287 266 226 213 0 72 0
[pid=10444] ppid=10443 vsize=150392 CPUtime=150.45 cores=0,2,4,6
/proc/10444/stat : 10444 (glucose) R 10443 10178 3117 0 -1 4202496 25808 0 0 0 15037 8 0 0 20 0 1 0 274460316 154001408 31547 33554432000 4194304 5208918 140737289031920 140737289028232 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10444/statm: 37598 31547 105 248 0 37347 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 245228

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.06 3/181 10561
/proc/meminfo: memFree=28948284/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=74824 CPUtime=1761.22 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 33918 189585 0 0 317 52 175668 85 20 0 1 0 274303135 76619776 16789 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 18706 16789 182 440 0 18262 0
[pid=10560] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10560/stat : 10560 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274479329 9367552 266 33554432000 4194304 5064252 140733945605872 140733945604784 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10560/statm: 2287 266 226 213 0 72 0
[pid=10561] ppid=10560 vsize=99504 CPUtime=20.34 cores=0,2,4,6
/proc/10561/stat : 10561 (glucose) R 10560 10178 3117 0 -1 4202496 21102 0 0 0 2029 5 0 0 20 0 1 0 274479330 101892096 21504 33554432000 4194304 5208918 140737247436256 140737247434088 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10561/statm: 24876 21504 104 248 0 24625 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 192624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 2.11 2.06 2.06 4/181 10568
/proc/meminfo: memFree=28947552/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=74824 CPUtime=1783.59 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 37854 214169 0 0 355 56 177854 94 20 0 1 0 274303135 76619776 16799 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 18706 16799 182 440 0 18262 0
[pid=10567] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10567/stat : 10567 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274481566 9367552 266 33554432000 4194304 5064252 140737006451616 140737006450528 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10567/statm: 2287 266 226 213 0 72 0
[pid=10568] ppid=10567 vsize=97984 CPUtime=16.49 cores=0,2,4,6
/proc/10568/stat : 10568 (glucose) R 10567 10178 3117 0 -1 4202496 19833 0 0 0 1646 3 0 0 20 0 1 0 274481566 100335616 20595 33554432000 4194304 5208918 140735306357712 140735306355544 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10568/statm: 24496 20595 103 248 0 24245 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 191104

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.81 s]
/proc/loadavg: 2.11 2.06 2.06 4/181 10568
/proc/meminfo: memFree=28947552/32873624 swapFree=7104/7104
[pid=10178] ppid=10176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10178/stat : 10178 (npSolver-pbo.sh) S 10176 10178 3117 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274303135 9367552 274 33554432000 4194304 5064252 140735975759920 140735975758832 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10178/statm: 2287 274 233 213 0 72 0
[pid=10179] ppid=10178 vsize=74824 CPUtime=1783.59 cores=0,2,4,6
/proc/10179/stat : 10179 (npSolver-pbo) S 10178 10178 3117 0 -1 4202496 37854 214169 0 0 355 56 177854 94 20 0 1 0 274303135 76619776 16799 33554432000 4194304 5992684 140735920133152 140735920125472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10179/statm: 18706 16799 182 440 0 18262 0
[pid=10567] ppid=10179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10567/stat : 10567 (satsolver.sh) S 10179 10178 3117 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274481566 9367552 266 33554432000 4194304 5064252 140737006451616 140737006450528 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10567/statm: 2287 266 226 213 0 72 0
[pid=10568] ppid=10567 vsize=97984 CPUtime=16.49 cores=0,2,4,6
/proc/10568/stat : 10568 (glucose) R 10567 10178 3117 0 -1 4202496 19833 0 0 0 1646 3 0 0 20 0 1 0 274481566 100335616 20595 33554432000 4194304 5208918 140735306357712 140735306355544 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10568/statm: 24496 20595 103 248 0 24245 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 191104

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10178 and gives
#  childrusage.ru_utime.tv_sec=1782
#  childrusage.ru_utime.tv_usec=108078
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=508770
# CPU time returned by wait4() is 1783.62
# 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): 1800.82
CPU time (s): 1800.08
CPU user time (s): 1798.55
CPU system time (s): 1.53
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 399540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.11
system time used= 1.50877
maximum resident set size= 250476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 521928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1169
involuntary context switches= 2165

runsolver used 2.87756 second user time and 6.98594 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 03:22:57
IDJOB=3700769
IDBENCH=71906
IDSOLVER=2277
FILE ID=node121/3700769-1338081777
RUNJOBID= node121-1338051796-3133
PBS_JOBID= 14624383
Free space on /tmp= 71688 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__64.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700769-1338081777/watcher-3700769-1338081777 -o /tmp/evaluation-result-3700769-1338081777/solver-3700769-1338081777 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700769-1338081777.opb 288558869 HOME HOME

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

MD5SUM BENCH= cc9e86bf563f6565193c3e6b50384be6
RANDOM SEED=288558869

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:        29186288 kB
Buffers:          304584 kB
Cached:          2485140 kB
SwapCached:            0 kB
Active:           663568 kB
Inactive:        2230384 kB
Active(anon):     106684 kB
Inactive(anon):        0 kB
Active(file):     556884 kB
Inactive(file):  2230384 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23876 kB
Writeback:             0 kB
AnonPages:        145876 kB
Mapped:            15344 kB
Shmem:               200 kB
Slab:             653952 kB
SReclaimable:      97960 kB
SUnreclaim:       555992 kB
KernelStack:        1504 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     216472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71652 MiB
End job on node121 at 2012-05-27 03:52:58