Trace number 3703114

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? (TO) 1800.02 1800.52

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.74	c run inc solver
0.00/0.74	c [INC SYSTEM] run initial solver
0.00/0.74	c [INC SYSTEM] preprocess with white file
26.64/26.70	c [INC SYSTEM] finished preprocessing in 25 s
26.64/26.70	c [INC SYSTEM] execute solver
1800.02/1800.51	c an unexpexted return value has been received, exit
1800.02/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3703114-1338085554/watcher-3703114-1338085554 -o /tmp/evaluation-result-3703114-1338085554/solver-3703114-1338085554 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703114-1338085554.opb 1920988726 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: 1.92 2.00 1.99 3/178 16681
/proc/meminfo: memFree=27135804/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0

[startup+0.0328951 s]
/proc/loadavg: 1.92 2.00 1.99 3/178 16681
/proc/meminfo: memFree=27135804/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100228 s]
/proc/loadavg: 1.92 2.00 1.99 3/178 16681
/proc/meminfo: memFree=27135804/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300333 s]
/proc/loadavg: 1.92 2.00 1.99 3/178 16681
/proc/meminfo: memFree=27135804/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700323 s]
/proc/loadavg: 1.92 2.00 1.99 3/178 16681
/proc/meminfo: memFree=27135804/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 1.92 2.00 1.99 3/182 16685
/proc/meminfo: memFree=26986236/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=0.73 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13810 0 0 0 66 7 0 0 20 0 1 0 274684026 77664256 18513 33554432000 4194304 5992684 140736959887264 140736959881712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18513 164 440 0 18517 0
[pid=16684] ppid=16682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16684/stat : 16684 (cp2_pre.sh) S 16682 16681 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274684101 9367552 277 33554432000 4194304 5064252 140735061929680 140735061928384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16684/statm: 2287 277 234 213 0 72 0
[pid=16685] ppid=16684 vsize=342588 CPUtime=0.74 cores=1,3,5,7
/proc/16685/stat : 16685 (coprocessor) R 16684 16681 1653 0 -1 4202496 25865 0 0 0 64 10 0 0 20 0 1 0 274684101 350810112 73432 33554432000 4194304 6586260 140734869120000 140734869116264 4496358 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/16685/statm: 85647 73432 164 584 0 85059 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 436728

[startup+3.10046 s]
/proc/loadavg: 1.92 2.00 1.99 3/182 16685
/proc/meminfo: memFree=26670876/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=0.73 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13810 0 0 0 66 7 0 0 20 0 1 0 274684026 77664256 18513 33554432000 4194304 5992684 140736959887264 140736959881712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18513 164 440 0 18517 0
[pid=16684] ppid=16682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16684/stat : 16684 (cp2_pre.sh) S 16682 16681 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274684101 9367552 277 33554432000 4194304 5064252 140735061929680 140735061928384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16684/statm: 2287 277 234 213 0 72 0
[pid=16685] ppid=16684 vsize=471088 CPUtime=2.34 cores=1,3,5,7
/proc/16685/stat : 16685 (coprocessor) R 16684 16681 1653 0 -1 4202496 56993 0 0 0 218 16 0 0 20 0 1 0 274684101 482394112 115288 33554432000 4194304 6586260 140734869120000 140734869115928 4774946 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/16685/statm: 117772 115288 173 584 0 117184 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 565228

[startup+6.30046 s]
/proc/loadavg: 1.93 2.00 1.99 3/182 16685
/proc/meminfo: memFree=26497072/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=0.73 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13810 0 0 0 66 7 0 0 20 0 1 0 274684026 77664256 18513 33554432000 4194304 5992684 140736959887264 140736959881712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18513 164 440 0 18517 0
[pid=16684] ppid=16682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16684/stat : 16684 (cp2_pre.sh) S 16682 16681 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274684101 9367552 277 33554432000 4194304 5064252 140735061929680 140735061928384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16684/statm: 2287 277 234 213 0 72 0
[pid=16685] ppid=16684 vsize=537492 CPUtime=5.53 cores=1,3,5,7
/proc/16685/stat : 16685 (coprocessor) R 16684 16681 1653 0 -1 4202496 64739 0 0 0 535 18 0 0 20 0 1 0 274684101 550391808 132743 33554432000 4194304 6586260 140734869120000 140734869115320 5599454 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/16685/statm: 134373 132743 188 584 0 133785 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 631632

[startup+12.7005 s]
/proc/loadavg: 1.93 2.00 1.99 3/182 16685
/proc/meminfo: memFree=26489696/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=0.73 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13810 0 0 0 66 7 0 0 20 0 1 0 274684026 77664256 18513 33554432000 4194304 5992684 140736959887264 140736959881712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18513 164 440 0 18517 0
[pid=16684] ppid=16682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16684/stat : 16684 (cp2_pre.sh) S 16682 16681 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274684101 9367552 277 33554432000 4194304 5064252 140735061929680 140735061928384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16684/statm: 2287 277 234 213 0 72 0
[pid=16685] ppid=16684 vsize=540792 CPUtime=11.93 cores=1,3,5,7
/proc/16685/stat : 16685 (coprocessor) R 16684 16681 1653 0 -1 4202496 65578 0 0 0 1175 18 0 0 20 0 1 0 274684101 553771008 133582 33554432000 4194304 6586260 140734869120000 140734869115320 4676681 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/16685/statm: 135198 133582 188 584 0 134610 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 634932

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.99 3/182 16685
/proc/meminfo: memFree=26311812/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=0.73 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13810 0 0 0 66 7 0 0 20 0 1 0 274684026 77664256 18513 33554432000 4194304 5992684 140736959887264 140736959881712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18513 164 440 0 18517 0
[pid=16684] ppid=16682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16684/stat : 16684 (cp2_pre.sh) S 16682 16681 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274684101 9367552 277 33554432000 4194304 5064252 140735061929680 140735061928384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16684/statm: 2287 277 234 213 0 72 0
[pid=16685] ppid=16684 vsize=792120 CPUtime=24.71 cores=1,3,5,7
/proc/16685/stat : 16685 (coprocessor) R 16684 16681 1653 0 -1 4202496 70111 0 0 0 2180 291 0 0 20 0 1 0 274684101 811130880 170450 33554432000 4194304 6586260 140734869120000 140734869115624 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 1 0 0
/proc/16685/statm: 198030 170450 195 584 0 197442 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 886260

[startup+51.1004 s]
/proc/loadavg: 1.96 2.00 1.99 3/181 16687
/proc/meminfo: memFree=26860708/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=168068 CPUtime=24.38 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 29117 0 0 0 2431 7 0 0 20 0 1 0 274686697 172101632 37496 33554432000 4194304 5654031 140736820029376 140736820017192 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16687/statm: 42017 37496 141 357 0 41657 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 253060

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/181 16687
/proc/meminfo: memFree=26849736/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=170060 CPUtime=75.56 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 30144 0 0 0 7548 8 0 0 20 0 1 0 274686697 174141440 38597 33554432000 4194304 5654031 140736820029376 140736820017192 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16687/statm: 42515 38597 142 357 0 42155 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 255052

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 16688
/proc/meminfo: memFree=26806684/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=190100 CPUtime=135.52 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 31662 0 0 0 13543 9 0 0 20 0 1 0 274686697 194662400 42817 33554432000 4194304 5654031 140736820029376 140736820017192 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16687/statm: 47525 42817 142 357 0 47165 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 275092

[startup+222.3 s]

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

/proc/loadavg: 1.21 1.85 1.96 2/173 16816
/proc/meminfo: memFree=26946024/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=220448 CPUtime=1335.22 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 35487 0 0 0 133506 16 0 0 20 0 1 0 274686697 225738752 47184 33554432000 4194304 5654031 140736820029376 140736820017192 4216344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 55112 47184 142 357 0 54752 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 305440

[startup+1422.31 s]
/proc/loadavg: 1.12 1.71 1.90 2/173 16817
/proc/meminfo: memFree=26924056/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=233004 CPUtime=1395.22 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 36440 0 0 0 139504 18 0 0 20 0 1 0 274686697 238596096 52816 33554432000 4194304 5654031 140736820029376 140736820027256 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 58251 52816 142 357 0 57891 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 317996

[startup+1482.3 s]
/proc/loadavg: 1.04 1.58 1.84 2/174 16820
/proc/meminfo: memFree=26879988/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=282324 CPUtime=1455.2 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 37296 0 0 0 145502 18 0 0 20 0 1 0 274686697 289099776 63888 33554432000 4194304 5654031 140736820029376 140736820017192 4232733 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 70581 63888 142 357 0 70221 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 367316

[startup+1542.3 s]
/proc/loadavg: 1.05 1.48 1.79 2/173 16820
/proc/meminfo: memFree=26915928/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=233004 CPUtime=1515.19 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 37297 0 0 0 151501 18 0 0 20 0 1 0 274686697 238596096 54769 33554432000 4194304 5654031 140736820029376 140736820017192 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 58251 54769 142 357 0 57891 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 317996

[startup+1602.3 s]
/proc/loadavg: 1.02 1.39 1.74 2/173 16820
/proc/meminfo: memFree=26916236/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=233004 CPUtime=1575.19 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 37730 0 0 0 157500 19 0 0 20 0 1 0 274686697 238596096 54769 33554432000 4194304 5654031 140736820029376 140736820027400 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 58251 54769 142 357 0 57891 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 317996

[startup+1662.3 s]
/proc/loadavg: 1.00 1.32 1.69 2/173 16820
/proc/meminfo: memFree=26916112/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=233004 CPUtime=1635.18 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 37730 0 0 0 163499 19 0 0 20 0 1 0 274686697 238596096 54769 33554432000 4194304 5654031 140736820029376 140736820017192 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 58251 54769 142 357 0 57891 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 317996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/172 16820
/proc/meminfo: memFree=26916236/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=233004 CPUtime=1695.17 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 38163 0 0 0 169497 20 0 0 20 0 1 0 274686697 238596096 54769 33554432000 4194304 5654031 140736820029376 140736820017192 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 58251 54769 142 357 0 57891 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 317996

[startup+1782.3 s]
/proc/loadavg: 1.00 1.21 1.60 2/173 16821
/proc/meminfo: memFree=26915740/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=282324 CPUtime=1755.16 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 38593 0 0 0 175495 21 0 0 20 0 1 0 274686697 289099776 62864 33554432000 4194304 5654031 140736820029376 140736820017192 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 70581 62864 142 357 0 70221 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 367316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.19 1.59 2/173 16821
/proc/meminfo: memFree=26882228/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=282324 CPUtime=1773.37 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 38594 0 0 0 177316 21 0 0 20 0 1 0 274686697 289099776 63376 33554432000 4194304 5654031 140736820029376 140736820017192 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 70581 63376 142 357 0 70221 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 367316

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.19 1.59 2/173 16821
/proc/meminfo: memFree=26882228/32873844 swapFree=6088/6088
[pid=16681] ppid=16679 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16681/stat : 16681 (npSolver-pbo-It) S 16679 16681 1653 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274684026 9367552 274 33554432000 4194304 5064252 140736280792016 140736280790928 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16681/statm: 2287 274 233 213 0 72 0
[pid=16682] ppid=16681 vsize=75844 CPUtime=26.65 cores=1,3,5,7
/proc/16682/stat : 16682 (npSolver-pbo) S 16681 16681 1653 0 -1 4202496 13828 71016 0 0 66 7 2254 338 20 0 1 0 274684026 77664256 18516 33554432000 4194304 5992684 140736959887264 140736959873528 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16682/statm: 18961 18516 167 440 0 18517 0
[pid=16687] ppid=16682 vsize=282324 CPUtime=1773.37 cores=1,3,5,7
/proc/16687/stat : 16687 (glucosInc) R 16682 16681 1653 0 -1 4202496 38594 0 0 0 177316 21 0 0 20 0 1 0 274686697 289099776 63376 33554432000 4194304 5654031 140736820029376 140736820017192 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16687/statm: 70581 63376 142 357 0 70221 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 367316

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16681 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=211471
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=469472
# CPU time returned by wait4() is 26.6809
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.02
CPU user time (s): 1796.36
CPU system time (s): 3.66
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 985328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2115
system time used= 3.46947
maximum resident set size= 770620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85220
page faults= 0
swaps= 0
block input operations= 8
block output operations= 153344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 84

runsolver used 3.12352 second user time and 8.94964 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 04:25:54
IDJOB=3703114
IDBENCH=71844
IDSOLVER=2278
FILE ID=node108/3703114-1338085554
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71708 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-3703114-1338085554/watcher-3703114-1338085554 -o /tmp/evaluation-result-3703114-1338085554/solver-3703114-1338085554 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703114-1338085554.opb 1920988726 HOME HOME

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1920988726

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27136556 kB
Buffers:          288424 kB
Cached:          4537048 kB
SwapCached:            0 kB
Active:           729760 kB
Inactive:        4218548 kB
Active(anon):     122412 kB
Inactive(anon):        0 kB
Active(file):     607348 kB
Inactive(file):  4218548 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20696 kB
Writeback:             0 kB
AnonPages:        125788 kB
Mapped:            15704 kB
Shmem:               200 kB
Slab:             650608 kB
SReclaimable:      92548 kB
SUnreclaim:       558060 kB
KernelStack:        1464 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     241004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71688 MiB
End job on node108 at 2012-05-27 04:55:55