Trace number 3752271

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 inc-topdown-quickBound (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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.54	c run inc solver
0.00/0.54	c [INC SYSTEM] run initial solver
0.00/0.54	c [INC SYSTEM] preprocess with white file
3.37/3.44	c [INC SYSTEM] finished preprocessing in 2 s
3.37/3.44	c [INC SYSTEM] execute solver
1800.04/1800.40	c an unexpexted return value has been received, exit
1800.04/1800.40	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-3752271-1339150488/watcher-3752271-1339150488 -o /tmp/evaluation-result-3752271-1339150488/solver-3752271-1339150488 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752271-1339150488.opb 1956653843 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/180 16275
/proc/meminfo: memFree=31422608/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0

[startup+0.0378939 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16275
/proc/meminfo: memFree=31422608/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16275
/proc/meminfo: memFree=31422608/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16275
/proc/meminfo: memFree=31422608/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16275
/proc/meminfo: memFree=31422608/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16279
/proc/meminfo: memFree=31231344/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=0.53 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5503 0 0 0 49 4 0 0 20 0 1 0 25015457 39051264 6843 33554432000 4194304 6004724 140736541316224 140736541310688 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6843 163 442 0 9088 0
[pid=16278] ppid=16276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16278/stat : 16278 (cp2_pre.sh) S 16276 16275 13680 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 25015512 9367552 277 33554432000 4194304 5064252 140734608992384 140734608991088 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16278/statm: 2287 277 234 213 0 72 0
[pid=16279] ppid=16278 vsize=201868 CPUtime=0.94 cores=0,2,4,6
/proc/16279/stat : 16279 (coprocessor) R 16278 16275 13680 0 -1 4202496 32964 0 0 0 87 7 0 0 20 0 1 0 25015512 206712832 45764 33554432000 4194304 6586260 140735833358528 140735833354792 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/16279/statm: 50467 45765 166 584 0 49879 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 258300

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16279
/proc/meminfo: memFree=31168260/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=0.53 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5503 0 0 0 49 4 0 0 20 0 1 0 25015457 39051264 6843 33554432000 4194304 6004724 140736541316224 140736541310688 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6843 163 442 0 9088 0
[pid=16278] ppid=16276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16278/stat : 16278 (cp2_pre.sh) S 16276 16275 13680 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 25015512 9367552 277 33554432000 4194304 5064252 140734608992384 140734608991088 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16278/statm: 2287 277 234 213 0 72 0
[pid=16279] ppid=16278 vsize=237232 CPUtime=2.53 cores=0,2,4,6
/proc/16279/stat : 16279 (coprocessor) R 16278 16275 13680 0 -1 4202496 39620 0 0 0 240 13 0 0 20 0 1 0 25015512 242925568 58177 33554432000 4194304 6586260 140735833358528 140735833354552 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/16279/statm: 59308 58177 204 584 0 58720 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 293664

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16281
/proc/meminfo: memFree=31297660/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=104180 CPUtime=2.85 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 19892 0 0 0 281 4 0 0 20 0 1 0 25015801 106680320 21340 33554432000 4194304 5654031 140736839516272 140736839514056 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16281/statm: 26045 21340 140 357 0 25685 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 151464

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 16281
/proc/meminfo: memFree=31290160/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=105516 CPUtime=9.24 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 20241 0 0 0 920 4 0 0 20 0 1 0 25015801 108048384 22709 33554432000 4194304 5654031 140736839516272 140736839504088 4232710 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16281/statm: 26379 22709 141 357 0 26019 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 152800

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 16281
/proc/meminfo: memFree=31284584/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=106756 CPUtime=22.05 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 20578 0 0 0 2200 5 0 0 20 0 1 0 25015801 109318144 23171 33554432000 4194304 5654031 140736839516272 140736839504088 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16281/statm: 26689 23171 142 357 0 26329 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 154040

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 16281
/proc/meminfo: memFree=31308480/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=126808 CPUtime=47.64 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 21338 0 0 0 4759 5 0 0 20 0 1 0 25015801 129851392 27922 33554432000 4194304 5654031 140736839516272 140736839504088 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16281/statm: 31702 27922 142 357 0 31342 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 174092

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16281
/proc/meminfo: memFree=31247848/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=145484 CPUtime=98.84 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 21634 0 0 0 9878 6 0 0 20 0 1 0 25015801 148975616 32776 33554432000 4194304 5654031 140736839516272 140736839504088 4233216 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16281/statm: 36371 32776 142 357 0 36011 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 192768

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16281
/proc/meminfo: memFree=31236812/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=157156 CPUtime=158.82 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 22534 0 0 0 15876 6 0 0 20 0 1 0 25015801 160927744 36129 33554432000 4194304 5654031 140736839516272 140736839504088 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 39289 36129 142 357 0 38929 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 204440

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16282
/proc/meminfo: memFree=31238132/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=157156 CPUtime=218.79 cores=0,2,4,6

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

/proc/loadavg: 2.11 2.03 2.01 3/183 16345
/proc/meminfo: memFree=31296812/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=169068 CPUtime=1298.62 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 30889 0 0 0 129846 16 0 0 20 0 1 0 25015801 173125632 39396 33554432000 4194304 5654031 140736839516272 140736839504088 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 42267 39396 142 357 0 41907 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 216352

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16345
/proc/meminfo: memFree=31286448/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=169068 CPUtime=1358.6 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 31416 0 0 0 135844 16 0 0 20 0 1 0 25015801 173125632 39396 33554432000 4194304 5654031 140736839516272 140736839504088 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 42267 39396 142 357 0 41907 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 216352

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 16348
/proc/meminfo: memFree=31356268/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=169068 CPUtime=1418.6 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 31944 0 0 0 141843 17 0 0 20 0 1 0 25015801 173125632 39396 33554432000 4194304 5654031 140736839516272 140736839504088 4233455 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 42267 39396 142 357 0 41907 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 216352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 16348
/proc/meminfo: memFree=31352336/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=169068 CPUtime=1478.58 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 32473 0 0 0 147840 18 0 0 20 0 1 0 25015801 173125632 39396 33554432000 4194304 5654031 140736839516272 140736839504088 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 42267 39396 142 357 0 41907 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 216352

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16352
/proc/meminfo: memFree=31302752/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=218388 CPUtime=1538.58 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 33001 0 0 0 153839 19 0 0 20 0 1 0 25015801 223629312 49633 33554432000 4194304 5654031 140736839516272 140736839504088 4215091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 54597 49633 142 357 0 54237 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 265672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16352
/proc/meminfo: memFree=31279304/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=218388 CPUtime=1598.57 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 33528 0 0 0 159837 20 0 0 20 0 1 0 25015801 223629312 49121 33554432000 4194304 5654031 140736839516272 140736839504088 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 54597 49121 142 357 0 54237 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 265672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16352
/proc/meminfo: memFree=31247716/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=218388 CPUtime=1658.56 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 34055 0 0 0 165836 20 0 0 20 0 1 0 25015801 223629312 47585 33554432000 4194304 5654031 140736839516272 140736839504088 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 54597 47585 142 357 0 54237 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 265672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16353
/proc/meminfo: memFree=31269804/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=169068 CPUtime=1718.55 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 34061 0 0 0 171835 20 0 0 20 0 1 0 25015801 173125632 39396 33554432000 4194304 5654031 140736839516272 140736839504088 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 42267 39396 142 357 0 41907 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 216352

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 16355
/proc/meminfo: memFree=31317296/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=218388 CPUtime=1778.54 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 34592 0 0 0 177833 21 0 0 20 0 1 0 25015801 223629312 51169 33554432000 4194304 5654031 140736839516272 140736839504088 4233148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 54597 51169 142 357 0 54237 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 265672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16355
/proc/meminfo: memFree=31357872/32873844 swapFree=7632/7632
[pid=16275] ppid=16273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16275/stat : 16275 (npSolver-pbo-It) S 16273 16275 13680 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 25015457 9367552 274 33554432000 4194304 5064252 140733870840608 140733870839520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16275/statm: 2287 274 233 213 0 72 0
[pid=16276] ppid=16275 vsize=38136 CPUtime=3.4 cores=0,2,4,6
/proc/16276/stat : 16276 (npSolver-pbo) S 16275 16275 13680 0 -1 4202496 5520 40523 0 0 49 4 271 16 20 0 1 0 25015457 39051264 6847 33554432000 4194304 6004724 140736541316224 140736541302504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16276/statm: 9534 6847 167 442 0 9088 0
[pid=16281] ppid=16276 vsize=169068 CPUtime=1796.64 cores=0,2,4,6
/proc/16281/stat : 16281 (glucosInc) R 16276 16275 13680 0 -1 4202496 34592 0 0 0 179643 21 0 0 20 0 1 0 25015801 173125632 39396 33554432000 4194304 5654031 140736839516272 140736839504088 4232484 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16281/statm: 42267 39396 142 357 0 41907 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 216352

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 16275 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=215511
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=219966
# CPU time returned by wait4() is 3.43548
# 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): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.63
CPU system time (s): 0.41
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 293664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.21551
system time used= 0.219966
maximum resident set size= 240320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 66872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 16

runsolver used 2.6046 second user time and 7.32589 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 12:14:48
IDJOB=3752271
IDBENCH=71844
IDSOLVER=2335
FILE ID=node135/3752271-1339150488
RUNJOBID= node135-1339134279-13696
PBS_JOBID= 14643799
Free space on /tmp= 70568 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752271-1339150488/watcher-3752271-1339150488 -o /tmp/evaluation-result-3752271-1339150488/solver-3752271-1339150488 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752271-1339150488.opb 1956653843 HOME HOME

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1956653843

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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	: 5274.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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		: 2666.905
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31422608 kB
Buffers:           97324 kB
Cached:           261780 kB
SwapCached:         2516 kB
Active:           586580 kB
Inactive:          55556 kB
Active(anon):     284104 kB
Inactive(anon):     1452 kB
Active(file):     302476 kB
Inactive(file):    54104 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098908 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:        408116 kB
Mapped:             9992 kB
Shmem:                 0 kB
Slab:             667672 kB
SReclaimable:     109172 kB
SUnreclaim:       558500 kB
KernelStack:        1520 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     440964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 70540 MiB
End job on node135 at 2012-06-08 12:44:49