Trace number 3700850

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.04 1801.92

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp97ar.opb
MD5SUM346508ea645695d9f01013e13e92c545
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2193774424000000011
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14101
Total number of constraints1739
Number of constraints which are clauses181
Number of constraints which are cardinality constraints (but not clauses)1140
Number of constraints which are nor clauses,nor cardinality constraints418
Minimum length of a constraint2
Maximum length of a constraint2463
Number of terms in the objective function 14101
Biggest coefficient in the objective function 234302934400000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 780311080232800000100
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 234302934400000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 780311080232800000100
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.10/2.18	c run usual solver
27.09/27.31	c model valid
27.09/27.31	c current solution ok
30.63/31.86	o -2633749229819103308
30.63/31.86	c current bound: 7906497421945224192
30.63/31.86	c fallback to adder encoding
1800.04/1801.91	c error: unexpected solver exit code
1800.04/1801.91	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-3700850-1338109957/watcher-3700850-1338109957 -o /tmp/evaluation-result-3700850-1338109957/solver-3700850-1338109957 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700850-1338109957.opb 118981030 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.48 3.92 3.00 3/179 16171
/proc/meminfo: memFree=26972440/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0

[startup+0.0969479 s]
/proc/loadavg: 3.48 3.92 3.00 3/179 16171
/proc/meminfo: memFree=26972440/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100297 s]
/proc/loadavg: 3.48 3.92 3.00 3/179 16171
/proc/meminfo: memFree=26972440/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300293 s]
/proc/loadavg: 3.48 3.92 3.00 3/179 16171
/proc/meminfo: memFree=26972440/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 3.48 3.92 3.00 3/179 16171
/proc/meminfo: memFree=26972440/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 3.48 3.92 3.00 3/181 16173
/proc/meminfo: memFree=26884328/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=151784 CPUtime=1.49 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) R 16171 16171 12793 0 -1 4202496 22954 0 0 0 142 7 0 0 20 0 1 0 277120640 155426816 36707 33554432000 4194304 5992684 140736571653792 140736571623656 4568604 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16172/statm: 37946 36707 160 440 0 37502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160932

[startup+3.10036 s]
/proc/loadavg: 3.48 3.92 3.00 3/181 16173
/proc/meminfo: memFree=26653612/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=243608 CPUtime=2.2 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 30207 0 0 0 193 27 0 0 20 0 1 0 277120640 249454592 49876 33554432000 4194304 5992684 140736571653792 140736571647824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16172/statm: 60902 49876 167 440 0 60458 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 252756
heavy processes:

[startup+6.30049 s]
/proc/loadavg: 3.36 3.89 3.00 3/183 16175
/proc/meminfo: memFree=26075796/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=243608 CPUtime=2.2 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 30207 0 0 0 193 27 0 0 20 0 1 0 277120640 249454592 49876 33554432000 4194304 5992684 140736571653792 140736571647824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16172/statm: 60902 49876 167 440 0 60458 0
[pid=16174] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16174/stat : 16174 (cp2_pre.sh) S 16172 16171 12793 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 277120860 9367552 277 33554432000 4194304 5064252 140734462527232 140734462525936 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16174/statm: 2287 277 234 213 0 72 0
[pid=16175] ppid=16174 vsize=651868 CPUtime=4.08 cores=1,3,5,7
/proc/16175/stat : 16175 (coprocessor) R 16174 16171 12793 0 -1 4202496 57781 0 0 0 388 20 0 0 20 0 1 0 277120860 667512832 158015 33554432000 4194304 6586260 140734020809200 140734020805400 4767965 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16175/statm: 162967 158015 173 584 0 162379 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 913772

[startup+12.7005 s]
/proc/loadavg: 3.25 3.85 2.99 3/183 16178
/proc/meminfo: memFree=26509336/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=243608 CPUtime=11.52 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 30213 72723 0 0 193 27 896 36 20 0 1 0 277120640 249454592 49876 33554432000 4194304 5992684 140736571653792 140736571648912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16172/statm: 60902 49876 167 440 0 60458 0
[pid=16177] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16177/stat : 16177 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277121813 9367552 266 33554432000 4194304 5064252 140733746713152 140733746712064 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16177/statm: 2287 266 226 213 0 72 0
[pid=16178] ppid=16177 vsize=313064 CPUtime=0.95 cores=1,3,5,7
/proc/16178/stat : 16178 (glucose) R 16177 16171 12793 0 -1 4202496 48934 0 0 0 81 14 0 0 20 0 1 0 277121813 320577536 68842 33554432000 4194304 5208918 140734442519840 140734441469480 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16178/statm: 78266 68843 95 248 0 78015 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 574968

[startup+25.5005 s]
/proc/loadavg: 2.97 3.76 2.97 3/183 16178
/proc/meminfo: memFree=26307756/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=243608 CPUtime=11.52 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 30213 72723 0 0 193 27 896 36 20 0 1 0 277120640 249454592 49876 33554432000 4194304 5992684 140736571653792 140736571648912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16172/statm: 60902 49876 167 440 0 60458 0
[pid=16177] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16177/stat : 16177 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277121813 9367552 266 33554432000 4194304 5064252 140733746713152 140733746712064 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16177/statm: 2287 266 226 213 0 72 0
[pid=16178] ppid=16177 vsize=332572 CPUtime=13.75 cores=1,3,5,7
/proc/16178/stat : 16178 (glucose) R 16177 16171 12793 0 -1 4202496 54397 0 0 0 1360 15 0 0 20 0 1 0 277121813 340553728 74816 33554432000 4194304 5208918 140734442519840 140734442517672 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16178/statm: 83143 74816 103 248 0 82892 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 594476

[startup+51.1005 s]
/proc/loadavg: 3.08 3.72 2.98 3/182 16185
/proc/meminfo: memFree=24620504/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1242244 CPUtime=13.17 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 150153 0 0 0 1264 53 0 0 20 0 1 0 277124431 1272057856 261985 33554432000 4194304 5208918 140736327546832 140736327544680 4205631 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 310561 261985 105 248 0 310310 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 2062924

[startup+102.307 s]
/proc/loadavg: 2.47 3.45 2.93 3/183 16186
/proc/meminfo: memFree=24378940/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1253268 CPUtime=64.37 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 152880 0 0 0 6382 55 0 0 20 0 1 0 277124431 1283346432 267778 33554432000 4194304 5208918 140736327546832 140736327544792 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 313317 267778 105 248 0 313066 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 2073948

[startup+162.3 s]
/proc/loadavg: 2.17 3.18 2.86 3/183 16187
/proc/meminfo: memFree=24215120/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1254456 CPUtime=124.35 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 153205 0 0 0 12380 55 0 0 20 0 1 0 277124431 1284562944 268614 33554432000 4194304 5208918 140736327546832 140736327544584 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 313614 268614 105 248 0 313363 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 2075136

[startup+222.3 s]
/proc/loadavg: 2.06 2.97 2.81 3/183 16187
/proc/meminfo: memFree=24018956/32873844 swapFree=7116/7116

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

/proc/16185/statm: 326546 295849 105 248 0 326295 0
Current children cumulated CPU time (s) 1420.75
Current children cumulated vsize (KiB) 2126864

[startup+1482.3 s]
/proc/loadavg: 2.08 2.10 2.23 3/181 16206
/proc/meminfo: memFree=14335228/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1312332 CPUtime=1444.16 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 167991 0 0 0 144333 83 0 0 20 0 1 0 277124431 1343827968 284757 33554432000 4194304 5208918 140736327546832 140736327543208 4229328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 328083 284757 105 248 0 327832 0
Current children cumulated CPU time (s) 1480.74
Current children cumulated vsize (KiB) 2133012

[startup+1542.3 s]
/proc/loadavg: 2.03 2.08 2.21 3/181 16206
/proc/meminfo: memFree=14302336/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1312332 CPUtime=1504.15 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 168060 0 0 0 150331 84 0 0 20 0 1 0 277124431 1343827968 292491 33554432000 4194304 5208918 140736327546832 140736327543208 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 328083 292491 105 248 0 327832 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 2133012

[startup+1602.3 s]
/proc/loadavg: 2.54 2.19 2.23 3/183 16208
/proc/meminfo: memFree=12224392/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1314468 CPUtime=1564.14 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 168624 0 0 0 156329 85 0 0 20 0 1 0 277124431 1346015232 299698 33554432000 4194304 5208918 140736327546832 140736327543208 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 328617 299698 105 248 0 328366 0
Current children cumulated CPU time (s) 1600.72
Current children cumulated vsize (KiB) 2135148

[startup+1662.3 s]
/proc/loadavg: 3.18 2.43 2.31 3/182 16252
/proc/meminfo: memFree=28062976/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1316736 CPUtime=1624.13 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 169514 0 0 0 162324 89 0 0 20 0 1 0 277124431 1348337664 290611 33554432000 4194304 5208918 140736327546832 140736327544680 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16185/statm: 329184 290611 105 248 0 328933 0
Current children cumulated CPU time (s) 1660.71
Current children cumulated vsize (KiB) 2137416

[startup+1722.3 s]
/proc/loadavg: 2.43 2.35 2.29 3/181 16252
/proc/meminfo: memFree=23317328/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1319292 CPUtime=1683.87 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 170183 0 0 0 168297 90 0 0 20 0 1 0 277124431 1350955008 298945 33554432000 4194304 5208918 140736327546832 140736327544584 4228997 0 0 4096 0 0 0 0 17 5 0 0 24 0 0
/proc/16185/statm: 329823 298945 105 248 0 329572 0
Current children cumulated CPU time (s) 1720.45
Current children cumulated vsize (KiB) 2139972

[startup+1782.3 s]
/proc/loadavg: 2.27 2.31 2.28 3/181 16252
/proc/meminfo: memFree=10374364/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1321716 CPUtime=1743.86 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 171077 0 0 0 174292 94 0 0 20 0 1 0 277124431 1353437184 287771 33554432000 4194304 5208918 140736327546832 140736327544920 4229483 0 0 4096 0 0 0 0 17 5 0 0 24 0 0
/proc/16185/statm: 330429 287771 105 248 0 330178 0
Current children cumulated CPU time (s) 1780.44
Current children cumulated vsize (KiB) 2142396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.48 2.36 2.29 3/183 16254
/proc/meminfo: memFree=11724744/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1322112 CPUtime=1763.46 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 171196 0 0 0 176252 94 0 0 20 0 1 0 277124431 1353842688 290445 33554432000 4194304 5208918 140736327546832 140736327544680 4211066 0 0 4096 0 0 0 0 17 5 0 0 24 0 0
/proc/16185/statm: 330528 290445 105 248 0 330277 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2142792

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

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

[startup+1801.9 s]
/proc/loadavg: 2.48 2.36 2.29 3/183 16254
/proc/meminfo: memFree=11724744/32873844 swapFree=7116/7116
[pid=16171] ppid=16169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16171/stat : 16171 (npSolver-pbo.sh) S 16169 16171 12793 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277120639 9367552 275 33554432000 4194304 5064252 140735181399072 140735181397984 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16171/statm: 2287 275 233 213 0 72 0
[pid=16172] ppid=16171 vsize=802384 CPUtime=36.58 cores=1,3,5,7
/proc/16172/stat : 16172 (npSolver-pbo) S 16171 16171 12793 0 -1 4202496 43105 134474 0 0 786 393 2410 69 20 0 1 0 277120640 821641216 153435 33554432000 4194304 5992684 140736571653792 140736571646112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 110 0 0
/proc/16172/statm: 200596 153435 184 440 0 200152 0
[pid=16184] ppid=16172 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16184/stat : 16184 (satsolver.sh) S 16172 16171 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277124430 9367552 267 33554432000 4194304 5064252 140733683447728 140733683446640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16184/statm: 2287 267 226 213 0 72 0
[pid=16185] ppid=16184 vsize=1322112 CPUtime=1763.46 cores=1,3,5,7
/proc/16185/stat : 16185 (glucose) R 16184 16171 12793 0 -1 4202496 171196 0 0 0 176252 94 0 0 20 0 1 0 277124431 1353842688 290445 33554432000 4194304 5208918 140736327546832 140736327544680 4211066 0 0 4096 0 0 0 0 17 5 0 0 24 0 0
/proc/16185/statm: 330528 290445 105 248 0 330277 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2142792

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1801.92
CPU time (s): 1800.04
CPU user time (s): 1794.48
CPU system time (s): 5.56
CPU usage (%): 99.8956
Max. virtual memory (cumulated for all children) (KiB): 2486272

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

runsolver used 4.37134 second user time and 11.6752 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 11:12:37
IDJOB=3700850
IDBENCH=89902
IDSOLVER=2277
FILE ID=node146/3700850-1338109957
RUNJOBID= node146-1338094515-13805
PBS_JOBID= 14624466
Free space on /tmp= 69396 MiB

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

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

MD5SUM BENCH= 346508ea645695d9f01013e13e92c545
RANDOM SEED=118981030

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:        26972068 kB
Buffers:          265608 kB
Cached:          2499452 kB
SwapCached:         2764 kB
Active:          3594660 kB
Inactive:        1467896 kB
Active(anon):    2295820 kB
Inactive(anon):     3472 kB
Active(file):    1298840 kB
Inactive(file):  1464424 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:             29940 kB
Writeback:             0 kB
AnonPages:       2304344 kB
Mapped:             9312 kB
Shmem:                 0 kB
Slab:             695064 kB
SReclaimable:     135836 kB
SUnreclaim:       559228 kB
KernelStack:        1472 kB
PageTables:         8436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3055668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1712128 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= 66020 MiB
End job on node146 at 2012-05-27 11:42:41