Trace number 3698431

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? (TO) 1800.07 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
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 variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
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 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.09	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.09	c [INC SYSTEM] execute solver
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/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-3698431-1338099216/watcher-3698431-1338099216 -o /tmp/evaluation-result-3698431-1338099216/solver-3698431-1338099216 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698431-1338099216.opb 43224624 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: 2.00 2.48 3.23 3/181 12891
/proc/meminfo: memFree=27987496/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0

[startup+0.104144 s]
/proc/loadavg: 2.00 2.48 3.23 3/181 12891
/proc/meminfo: memFree=27987496/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200293 s]
/proc/loadavg: 2.00 2.48 3.23 3/181 12891
/proc/meminfo: memFree=27987496/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.00 2.48 3.23 3/181 12891
/proc/meminfo: memFree=27987496/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700212 s]
/proc/loadavg: 2.00 2.48 3.23 3/181 12891
/proc/meminfo: memFree=27987496/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.48 3.23 3/184 12897
/proc/meminfo: memFree=27981024/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=10728 CPUtime=1.39 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 2875 0 0 0 139 0 0 0 20 0 1 0 276047043 10985472 1952 33554432000 4194304 5654031 140735944482192 140735944479992 4216213 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 2682 1952 141 357 0 2322 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 22384

[startup+3.10029 s]
/proc/loadavg: 2.00 2.47 3.23 3/184 12897
/proc/meminfo: memFree=27976436/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=10728 CPUtime=2.99 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 3617 0 0 0 299 0 0 0 20 0 1 0 276047043 10985472 2190 33554432000 4194304 5654031 140735944482192 140735944480120 4218701 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 2682 2190 141 357 0 2322 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 22384

[startup+6.30029 s]
/proc/loadavg: 2.00 2.47 3.23 3/184 12897
/proc/meminfo: memFree=27967792/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=16896 CPUtime=6.19 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 3912 0 0 0 619 0 0 0 20 0 1 0 276047043 17301504 3507 33554432000 4194304 5654031 140735944482192 140735944470008 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 4224 3507 141 357 0 3864 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28552

[startup+12.7003 s]
/proc/loadavg: 2.08 2.47 3.22 3/184 12897
/proc/meminfo: memFree=27952612/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=28388 CPUtime=12.59 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 4534 0 0 0 1258 1 0 0 20 0 1 0 276047043 29069312 6605 33554432000 4194304 5654031 140735944482192 140735944470008 4232839 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 7097 6605 141 357 0 6737 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40044

[startup+25.5004 s]
/proc/loadavg: 2.07 2.45 3.20 3/184 12897
/proc/meminfo: memFree=27939464/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=28708 CPUtime=25.39 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 4888 0 0 0 2538 1 0 0 20 0 1 0 276047043 29396992 6625 33554432000 4194304 5654031 140735944482192 140735944480072 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 7177 6625 141 357 0 6817 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40364

[startup+51.1005 s]
/proc/loadavg: 2.04 2.42 3.17 3/184 12897
/proc/meminfo: memFree=27918168/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=44664 CPUtime=50.97 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 5480 0 0 0 5096 1 0 0 20 0 1 0 276047043 45735936 10265 33554432000 4194304 5654031 140735944482192 140735944479992 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12897/statm: 11166 10265 141 357 0 10806 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 56320

[startup+102.301 s]
/proc/loadavg: 2.08 2.36 3.11 3/183 12897
/proc/meminfo: memFree=27885104/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=70236 CPUtime=102.17 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 6084 0 0 0 10215 2 0 0 20 0 1 0 276047043 71921664 15531 33554432000 4194304 5654031 140735944482192 140735944470008 4232939 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 17559 15531 141 357 0 17199 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 81892

[startup+162.3 s]
/proc/loadavg: 2.03 2.29 3.03 3/183 12898
/proc/meminfo: memFree=27865492/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=70236 CPUtime=162.16 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 6085 0 0 0 16213 3 0 0 20 0 1 0 276047043 71921664 16043 33554432000 4194304 5654031 140735944482192 140735944470008 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 17559 16043 141 357 0 17199 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 81892

[startup+222.307 s]
/proc/loadavg: 2.01 2.24 2.97 3/183 12898
/proc/meminfo: memFree=27849976/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=82284 CPUtime=222.15 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 6355 0 0 0 22212 3 0 0 20 0 1 0 276047043 84258816 19379 33554432000 4194304 5654031 140735944482192 140735944480072 4232960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 20571 19379 141 357 0 20211 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 93940

[startup+282.3 s]

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

/proc/loadavg: 2.01 2.01 2.27 3/183 12909
/proc/meminfo: memFree=27738088/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=162424 CPUtime=1361.96 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 18827 0 0 0 136165 31 0 0 20 0 1 0 276047043 166322176 33255 33554432000 4194304 5654031 140735944482192 140735944480280 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 40606 33255 141 357 0 40246 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 174080

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.25 3/183 12912
/proc/meminfo: memFree=27843992/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=150704 CPUtime=1421.96 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 19266 0 0 0 142164 32 0 0 20 0 1 0 276047043 154320896 30440 33554432000 4194304 5654031 140735944482192 140735944480120 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 37676 30440 141 357 0 37316 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 162360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/183 12912
/proc/meminfo: memFree=27851624/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=101848 CPUtime=1481.95 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 19869 0 0 0 148161 34 0 0 20 0 1 0 276047043 104292352 24500 33554432000 4194304 5654031 140735944482192 140735944480072 4232939 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 25462 24500 141 357 0 25102 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 113504

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 2.22 3/183 12912
/proc/meminfo: memFree=27772496/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=181988 CPUtime=1541.95 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 21271 0 0 0 154158 37 0 0 20 0 1 0 276047043 186355712 39170 33554432000 4194304 5654031 140735944482192 140735944480280 4233173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 45497 39170 141 357 0 45137 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 193644

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.20 3/184 12915
/proc/meminfo: memFree=27775292/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=151168 CPUtime=1601.93 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 21782 0 0 0 160155 38 0 0 20 0 1 0 276047043 154796032 37229 33554432000 4194304 5654031 140735944482192 140735944480120 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 37792 37229 141 357 0 37432 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 162824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/183 12915
/proc/meminfo: memFree=27767752/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=163996 CPUtime=1661.92 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 22667 0 0 0 166152 40 0 0 20 0 1 0 276047043 167931904 36678 33554432000 4194304 5654031 140735944482192 140735944480120 4232994 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 40999 36678 141 357 0 40639 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 175652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/183 12916
/proc/meminfo: memFree=27740820/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=194816 CPUtime=1721.9 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 23261 0 0 0 172149 41 0 0 20 0 1 0 276047043 199491584 42377 33554432000 4194304 5654031 140735944482192 140735944480280 4233173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 48704 42377 141 357 0 48344 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 206472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/183 12916
/proc/meminfo: memFree=27756844/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=163996 CPUtime=1781.89 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 23592 0 0 0 178147 42 0 0 20 0 1 0 276047043 167931904 38214 33554432000 4194304 5654031 140735944482192 140735944480120 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 40999 38214 141 357 0 40639 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 175652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.15 3/182 12956
/proc/meminfo: memFree=27569132/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=163996 CPUtime=1800 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 23595 0 0 0 179957 43 0 0 20 0 1 0 276047043 167931904 39750 33554432000 4194304 5654031 140735944482192 140735944480120 4232794 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 40999 39750 141 357 0 40639 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 175652

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.15 3/182 12956
/proc/meminfo: memFree=27569132/32873844 swapFree=7124/7124
[pid=12891] ppid=12889 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12891/stat : 12891 (npSolver-pbo-It) S 12889 12891 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276047034 9367552 275 33554432000 4194304 5064252 140735960967840 140735960966752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12891/statm: 2287 275 233 213 0 72 0
[pid=12892] ppid=12891 vsize=2508 CPUtime=0.07 cores=1,3,5,7
/proc/12892/stat : 12892 (npSolver-pbo) S 12891 12891 10899 0 -1 4202496 416 2119 0 0 3 0 4 0 20 0 1 0 276047034 2568192 292 33554432000 4194304 5992684 140734512623744 140734512610008 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/12892/statm: 627 292 163 440 0 183 0
[pid=12897] ppid=12892 vsize=163996 CPUtime=1800 cores=1,3,5,7
/proc/12897/stat : 12897 (glucosInc) R 12892 12891 10899 0 -1 4202496 23595 0 0 0 179957 43 0 0 20 0 1 0 276047043 167931904 39750 33554432000 4194304 5654031 140735944482192 140735944480120 4232794 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12897/statm: 40999 39750 141 357 0 40639 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 175652

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12891 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=83987
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=14997
# CPU time returned by wait4() is 0.098984
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1799.64
CPU system time (s): 0.43
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 206472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.083987
system time used= 0.014997
maximum resident set size= 6576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 6

runsolver used 6.89695 second user time and 19.472 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 08:13:36
IDJOB=3698431
IDBENCH=89869
IDSOLVER=2275
FILE ID=node134/3698431-1338099216
RUNJOBID= node134-1338099212-12766
PBS_JOBID= 14624458
Free space on /tmp= 71044 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698431-1338099216/watcher-3698431-1338099216 -o /tmp/evaluation-result-3698431-1338099216/solver-3698431-1338099216 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698431-1338099216.opb 43224624 HOME HOME

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=43224624

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.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		: 2667.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27987660 kB
Buffers:          366020 kB
Cached:          3647828 kB
SwapCached:            0 kB
Active:          1474736 kB
Inactive:        2564884 kB
Active(anon):      21924 kB
Inactive(anon):     5996 kB
Active(file):    1452812 kB
Inactive(file):  2558888 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17980 kB
Writeback:             0 kB
AnonPages:         38156 kB
Mapped:            15724 kB
Shmem:               212 kB
Slab:             706512 kB
SReclaimable:     147560 kB
SUnreclaim:       558952 kB
KernelStack:        1528 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     141140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71016 MiB
End job on node134 at 2012-05-27 08:43:37