Trace number 3701629

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.09 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1440225.opb
MD5SUMae858a83a4b73fde0d05a86f9f6907e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.20351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1285
Total number of constraints330
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint64
Number of terms in the objective function 1285
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1285
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1285
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run usual solver
5.76/5.88	c model valid
5.76/5.88	c current solution ok
5.88/5.94	o 36
5.88/5.94	c current bound: 18
5.88/5.94	c (debug) using card networks
7.57/7.66	c current bound: 27
7.57/7.66	c (debug) using card networks
1800.09/1800.41	c error: unexpected solver exit code
1800.09/1800.41	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-3701629-1338105658/watcher-3701629-1338105658 -o /tmp/evaluation-result-3701629-1338105658/solver-3701629-1338105658 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701629-1338105658.opb 859055398 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.93 2.27 2.08 3/180 15807
/proc/meminfo: memFree=28719752/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0

[startup+0.085467 s]
/proc/loadavg: 2.93 2.27 2.08 3/180 15807
/proc/meminfo: memFree=28719752/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 2.93 2.27 2.08 3/180 15807
/proc/meminfo: memFree=28719752/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 2.93 2.27 2.08 3/180 15807
/proc/meminfo: memFree=28719752/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.93 2.27 2.08 3/180 15807
/proc/meminfo: memFree=28719752/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.93 2.27 2.08 3/184 15814
/proc/meminfo: memFree=28708092/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=3600 CPUtime=0.15 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 871 3385 0 0 2 0 13 0 20 0 1 0 276690718 3686400 466 33554432000 4194304 5992684 140737089658736 140737089653856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15808/statm: 900 466 161 440 0 456 0
[pid=15813] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15813/stat : 15813 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276690736 9367552 267 33554432000 4194304 5064252 140735769207136 140735769206048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15813/statm: 2287 267 226 213 0 72 0
[pid=15814] ppid=15813 vsize=13628 CPUtime=1.31 cores=0,2,4,6
/proc/15814/stat : 15814 (glucose) R 15813 15807 12793 0 -1 4202496 3465 0 0 0 131 0 0 0 20 0 1 0 276690736 13955072 2773 33554432000 4194304 5208918 140737040884256 140737040882104 4229288 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15814/statm: 3407 2773 105 248 0 3156 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 35524

[startup+3.10038 s]
/proc/loadavg: 2.85 2.26 2.08 3/184 15814
/proc/meminfo: memFree=28703440/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=3600 CPUtime=0.15 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 871 3385 0 0 2 0 13 0 20 0 1 0 276690718 3686400 466 33554432000 4194304 5992684 140737089658736 140737089653856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15808/statm: 900 466 161 440 0 456 0
[pid=15813] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15813/stat : 15813 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276690736 9367552 267 33554432000 4194304 5064252 140735769207136 140735769206048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15813/statm: 2287 267 226 213 0 72 0
[pid=15814] ppid=15813 vsize=21024 CPUtime=2.91 cores=0,2,4,6
/proc/15814/stat : 15814 (glucose) R 15813 15807 12793 0 -1 4202496 5549 0 0 0 290 1 0 0 20 0 1 0 276690736 21528576 4345 33554432000 4194304 5208918 140737040884256 140737040882200 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15814/statm: 5256 4345 105 248 0 5005 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 42920

[startup+6.30025 s]
/proc/loadavg: 2.85 2.26 2.08 3/184 15836
/proc/meminfo: memFree=28689640/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=5.94 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1424 12645 0 0 5 5 581 3 20 0 1 0 276690718 5722112 855 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 855 177 440 0 953 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 14736

[startup+12.7004 s]
/proc/loadavg: 2.72 2.26 2.08 3/184 15850
/proc/meminfo: memFree=28676780/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=35060 CPUtime=5 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 7024 0 0 0 499 1 0 0 20 0 1 0 276691486 35901440 8412 33554432000 4194304 5208918 140736935437552 140736935435496 4212649 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 8765 8412 104 248 0 8514 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 58944

[startup+25.5004 s]
/proc/loadavg: 2.61 2.25 2.08 3/184 15850
/proc/meminfo: memFree=28709804/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=54676 CPUtime=17.81 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 8395 0 0 0 1779 2 0 0 20 0 1 0 276691486 55988224 13067 33554432000 4194304 5208918 140736935437552 140736935435496 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 13669 13067 104 248 0 13418 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 78560

[startup+51.1004 s]
/proc/loadavg: 2.48 2.24 2.08 3/184 15850
/proc/meminfo: memFree=28643456/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=85024 CPUtime=43.4 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 9085 0 0 0 4338 2 0 0 20 0 1 0 276691486 87064576 20903 33554432000 4194304 5208918 140736935437552 140736935433864 4211674 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 21256 20903 104 248 0 21005 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 108908

[startup+102.307 s]
/proc/loadavg: 2.19 2.20 2.08 3/183 15850
/proc/meminfo: memFree=28637896/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=134344 CPUtime=94.6 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 10600 0 0 0 9455 5 0 0 20 0 1 0 276691486 137568256 30992 33554432000 4194304 5208918 140736935437552 140736935435544 4211897 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 33586 30992 104 248 0 33335 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 158228

[startup+162.3 s]
/proc/loadavg: 2.07 2.16 2.07 3/183 15851
/proc/meminfo: memFree=28623888/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=134344 CPUtime=154.59 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 12163 0 0 0 15451 8 0 0 20 0 1 0 276691486 137568256 28944 33554432000 4194304 5208918 140736935437552 140736935435640 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 33586 28944 104 248 0 33335 0
Current children cumulated CPU time (s) 162.24

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

/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 32799 0 0 0 135390 50 0 0 20 0 1 0 276691486 239935488 47901 33554432000 4194304 5208918 140736935437552 140736935435704 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 58578 47901 104 248 0 58327 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 258196

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15913
/proc/meminfo: memFree=26377812/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=153404 CPUtime=1414.4 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 33199 0 0 0 141388 52 0 0 20 0 1 0 276691486 157085696 37812 33554432000 4194304 5208918 140736935437552 140736935435544 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 38351 37812 104 248 0 38100 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 177288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15913
/proc/meminfo: memFree=26339520/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=234312 CPUtime=1474.38 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 34099 0 0 0 147385 53 0 0 20 0 1 0 276691486 239935488 47396 33554432000 4194304 5208918 140736935437552 140736935435704 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 58578 47396 104 248 0 58327 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 258196

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15913
/proc/meminfo: memFree=26392504/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=153404 CPUtime=1534.37 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 34489 0 0 0 153382 55 0 0 20 0 1 0 276691486 157085696 34228 33554432000 4194304 5208918 140736935437552 140736935435544 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 38351 34228 104 248 0 38100 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 177288

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 15913
/proc/meminfo: memFree=26348940/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=184224 CPUtime=1594.36 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 35089 0 0 0 159380 56 0 0 20 0 1 0 276691486 188645376 45047 33554432000 4194304 5208918 140736935437552 140736935433320 4229692 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 46056 45047 104 248 0 45805 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 208108

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15914
/proc/meminfo: memFree=26318644/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=234312 CPUtime=1654.36 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 35405 0 0 0 165379 57 0 0 20 0 1 0 276691486 239935488 52516 33554432000 4194304 5208918 140736935437552 140736935433240 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 58578 52516 104 248 0 58327 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 258196

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 15914
/proc/meminfo: memFree=26359468/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=184224 CPUtime=1714.35 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 36379 0 0 0 171376 59 0 0 20 0 1 0 276691486 188645376 41975 33554432000 4194304 5208918 140736935437552 140736935433928 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 46056 41975 104 248 0 45805 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 208108

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 15917
/proc/meminfo: memFree=26322604/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=234312 CPUtime=1774.34 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 36694 0 0 0 177374 60 0 0 20 0 1 0 276691486 239935488 49444 33554432000 4194304 5208918 140736935437552 140736935433928 4229728 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 58578 49444 104 248 0 58327 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 258196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 15917
/proc/meminfo: memFree=26314160/32873844 swapFree=7116/7116
[pid=15807] ppid=15805 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15807/stat : 15807 (npSolver-pbo.sh) S 15805 15807 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276690718 9367552 275 33554432000 4194304 5064252 140736739080784 140736739079696 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15807/statm: 2287 275 233 213 0 72 0
[pid=15808] ppid=15807 vsize=5588 CPUtime=7.65 cores=0,2,4,6
/proc/15808/stat : 15808 (npSolver-pbo) S 15807 15807 12793 0 -1 4202496 1928 20525 0 0 6 6 748 5 20 0 1 0 276690718 5722112 856 33554432000 4194304 5992684 140737089658736 140737089651056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15808/statm: 1397 856 177 440 0 953 0
[pid=15849] ppid=15808 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15849/stat : 15849 (satsolver.sh) S 15808 15807 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276691486 9367552 267 33554432000 4194304 5064252 140734565799504 140734565798416 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15849/statm: 2287 267 226 213 0 72 0
[pid=15850] ppid=15849 vsize=234312 CPUtime=1792.44 cores=0,2,4,6
/proc/15850/stat : 15850 (glucose) R 15849 15807 12793 0 -1 4202496 36698 0 0 0 179184 60 0 0 20 0 1 0 276691486 239935488 51492 33554432000 4194304 5208918 140736935437552 140736935433928 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15850/statm: 58578 51492 104 248 0 58327 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 258196

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.38
CPU system time (s): 0.71
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 258196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.56185
system time used= 0.116982
maximum resident set size= 36864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42
involuntary context switches= 45

runsolver used 2.76758 second user time and 7.05893 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 10:00:58
IDJOB=3701629
IDBENCH=89878
IDSOLVER=2277
FILE ID=node146/3701629-1338105658
RUNJOBID= node146-1338094515-13804
PBS_JOBID= 14624466
Free space on /tmp= 70428 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1440225.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701629-1338105658/watcher-3701629-1338105658 -o /tmp/evaluation-result-3701629-1338105658/solver-3701629-1338105658 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701629-1338105658.opb 859055398 HOME HOME

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

MD5SUM BENCH= ae858a83a4b73fde0d05a86f9f6907e8
RANDOM SEED=859055398

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28719760 kB
Buffers:          336928 kB
Cached:          2866508 kB
SwapCached:         3208 kB
Active:          1077372 kB
Inactive:        2240428 kB
Active(anon):     112140 kB
Inactive(anon):     4108 kB
Active(file):     965232 kB
Inactive(file):  2236320 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:             10632 kB
Writeback:             0 kB
AnonPages:        137320 kB
Mapped:            10920 kB
Shmem:                 0 kB
Slab:             677968 kB
SReclaimable:     118716 kB
SUnreclaim:       559252 kB
KernelStack:        1488 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     258436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 70636 MiB
End job on node146 at 2012-05-27 10:30:58