Trace number 3700775

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.14 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-libpango-perl.cudf.paranoid.opb
MD5SUMb7b0ef2e50d23764d88cd828dc25ccbd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark176205
Best CPU time to get the best result obtained on this benchmark1313.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
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.64	c run usual solver
1.37/1.43	c model valid
1.37/1.43	c current solution ok
1.56/1.62	o 2491921
1.56/1.62	c current bound: 1245960
1.56/1.62	c fallback to adder encoding
1800.09/1800.51	./satsolver.sh: line 5: 11154 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-3700775-1338084254/watcher-3700775-1338084254 -o /tmp/evaluation-result-3700775-1338084254/solver-3700775-1338084254 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700775-1338084254.opb 174845953 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11140
/proc/meminfo: memFree=31211140/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0

[startup+0.0410829 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11140
/proc/meminfo: memFree=31211140/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11140
/proc/meminfo: memFree=31211140/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11140
/proc/meminfo: memFree=31211140/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11140
/proc/meminfo: memFree=31211140/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11144
/proc/meminfo: memFree=31171780/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=10096 CPUtime=1.46 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) R 11140 11140 5140 0 -1 4202496 3347 14222 0 0 78 7 58 3 20 0 1 0 274553967 10338304 1885 33554432000 4194304 5992684 140737328054528 140737328049136 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 2524 1885 173 440 0 2080 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19244

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11152
/proc/meminfo: memFree=31155136/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 94788
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 11154
/proc/meminfo: memFree=30929976/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=181952 CPUtime=3.77 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 32603 0 0 0 370 7 0 0 20 0 1 0 274554219 186318848 36608 33554432000 4194304 5208918 140736754194464 140736754192296 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11154/statm: 45488 36608 105 248 0 45237 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 285888

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11154
/proc/meminfo: memFree=30918404/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=181952 CPUtime=10.16 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 32603 0 0 0 1009 7 0 0 20 0 1 0 274554219 186318848 36608 33554432000 4194304 5208918 140736754194464 140736754192296 4211197 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11154/statm: 45488 36608 105 248 0 45237 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 285888

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 11154
/proc/meminfo: memFree=30917596/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=181952 CPUtime=22.96 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 32603 0 0 0 2289 7 0 0 20 0 1 0 274554219 186318848 36608 33554432000 4194304 5208918 140736754194464 140736754192296 4211182 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11154/statm: 45488 36608 105 248 0 45237 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 285888

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11154
/proc/meminfo: memFree=30894080/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=186076 CPUtime=48.56 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 33510 0 0 0 4848 8 0 0 20 0 1 0 274554219 190541824 38537 33554432000 4194304 5208918 140736754194464 140736754192296 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 46519 38537 105 248 0 46268 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 290012

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 11154
/proc/meminfo: memFree=30878440/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=192828 CPUtime=99.74 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 35879 0 0 0 9964 10 0 0 20 0 1 0 274554219 197455872 41734 33554432000 4194304 5208918 140736754194464 140736754192312 4229039 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11154/statm: 48207 41734 105 248 0 47956 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 296764

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11155
/proc/meminfo: memFree=30836328/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=205324 CPUtime=159.71 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 39489 0 0 0 15958 13 0 0 20 0 1 0 274554219 210251776 44736 33554432000 4194304 5208918 140736754194464 140736754192296 4212859 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11154/statm: 51331 44736 105 248 0 51080 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 309260

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11162
/proc/meminfo: memFree=30854032/32873844 swapFree=7364/7364

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 11231
/proc/meminfo: memFree=30577624/32873844 swapFree=7368/7368
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=382000 CPUtime=1419.47 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 84661 0 0 0 141858 89 0 0 20 0 1 0 274554219 391168000 85594 33554432000 4194304 5208918 140736754194464 140736754190840 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 95500 85594 105 248 0 95249 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 485936

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 11231
/proc/meminfo: memFree=30591092/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=384684 CPUtime=1479.46 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 86021 0 0 0 147853 93 0 0 20 0 1 0 274554219 393916416 83147 33554432000 4194304 5208918 140736754194464 140736754192216 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 96171 83147 105 248 0 95920 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 488620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 11231
/proc/meminfo: memFree=30575644/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=386212 CPUtime=1539.45 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 86948 0 0 0 153850 95 0 0 20 0 1 0 274554219 395481088 82877 33554432000 4194304 5208918 140736754194464 140736754190840 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 96553 82877 105 248 0 96302 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 490148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11234
/proc/meminfo: memFree=30575388/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=389656 CPUtime=1599.43 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 87973 0 0 0 159846 97 0 0 20 0 1 0 274554219 399007744 87067 33554432000 4194304 5208918 140736754194464 140736754190840 4229760 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 97414 87067 105 248 0 97163 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 493592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11235
/proc/meminfo: memFree=30591552/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=393552 CPUtime=1659.43 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 89573 0 0 0 165842 101 0 0 20 0 1 0 274554219 402997248 84998 33554432000 4194304 5208918 140736754194464 140736754190840 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 98388 84998 105 248 0 98137 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 497488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11235
/proc/meminfo: memFree=30560900/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=397256 CPUtime=1719.42 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 90835 0 0 0 171839 103 0 0 20 0 1 0 274554219 406790144 87103 33554432000 4194304 5208918 140736754194464 140736754190280 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 99314 87103 105 248 0 99063 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 501192

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11235
/proc/meminfo: memFree=30573328/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=398812 CPUtime=1779.41 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 91569 0 0 0 177836 105 0 0 20 0 1 0 274554219 408383488 87415 33554432000 4194304 5208918 140736754194464 140736754190840 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 99703 87415 105 248 0 99452 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 502748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 11235
/proc/meminfo: memFree=30546272/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=399964 CPUtime=1797.61 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 91859 0 0 0 179656 105 0 0 20 0 1 0 274554219 409563136 91282 33554432000 4194304 5208918 140736754194464 140736754190840 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 99991 91282 105 248 0 99740 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 503900

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.03 2.01 2.00 3/183 11235
/proc/meminfo: memFree=30546272/32873844 swapFree=7364/7364
[pid=11140] ppid=11138 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (npSolver-pbo.sh) S 11138 11140 5140 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274553967 9367552 275 33554432000 4194304 5064252 140734217590736 140734217589648 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11140/statm: 2287 275 233 213 0 72 0
[pid=11141] ppid=11140 vsize=85640 CPUtime=2.48 cores=0,2,4,6
/proc/11141/stat : 11141 (npSolver-pbo) S 11140 11140 5140 0 -1 4202496 8853 14739 0 0 160 26 58 4 20 0 1 0 274553967 87695360 18751 33554432000 4194304 5992684 140737328054528 140737328046848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11141/statm: 21410 18751 183 440 0 20966 0
[pid=11153] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11153/stat : 11153 (satsolver.sh) S 11141 11140 5140 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274554219 9367552 267 33554432000 4194304 5064252 140735914078976 140735914077888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11153/statm: 2287 267 226 213 0 72 0
[pid=11154] ppid=11153 vsize=399964 CPUtime=1797.61 cores=0,2,4,6
/proc/11154/stat : 11154 (glucose) R 11153 11140 5140 0 -1 4202496 91859 0 0 0 179656 105 0 0 20 0 1 0 274554219 409563136 91282 33554432000 4194304 5208918 140736754194464 140736754190840 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11154/statm: 99991 91282 105 248 0 99740 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 503900

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1798.76
CPU system time (s): 1.37879
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 632844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.37879
maximum resident set size= 467620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116442
page faults= 0
swaps= 0
block input operations= 0
block output operations= 132896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166
involuntary context switches= 2751

runsolver used 6.69698 second user time and 19.1611 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 04:04:14
IDJOB=3700775
IDBENCH=72202
IDSOLVER=2277
FILE ID=node109/3700775-1338084254
RUNJOBID= node109-1338052962-5156
PBS_JOBID= 14624414
Free space on /tmp= 71328 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-libpango-perl.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700775-1338084254/watcher-3700775-1338084254 -o /tmp/evaluation-result-3700775-1338084254/solver-3700775-1338084254 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700775-1338084254.opb 174845953 HOME HOME

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

MD5SUM BENCH= b7b0ef2e50d23764d88cd828dc25ccbd
RANDOM SEED=174845953

node109.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.264
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.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		: 2667.264
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.264
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.91
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.264
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.264
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.264
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.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31211512 kB
Buffers:          245244 kB
Cached:           554104 kB
SwapCached:            0 kB
Active:           752004 kB
Inactive:         118404 kB
Active(anon):      61504 kB
Inactive(anon):    12140 kB
Active(file):     690500 kB
Inactive(file):   106264 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21352 kB
Writeback:             0 kB
AnonPages:        123260 kB
Mapped:            15372 kB
Shmem:               200 kB
Slab:             650688 kB
SReclaimable:      92880 kB
SUnreclaim:       557808 kB
KernelStack:        1520 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     196588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71252 MiB
End job on node109 at 2012-05-27 04:34:14