Trace number 3749339

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_1.opb
MD5SUM3262a45f0e59552e467da6c31a32418a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-73
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -70
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint60
Maximum length of a constraint109
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75586
Sum of products size (including duplicates)151172
Number of different products37793
Sum of products size75586

Solver Data

0.00/0.15	c run inc solver
0.00/0.15	c [INC SYSTEM] run initial solver
0.00/0.15	c [INC SYSTEM] preprocess with white file
0.00/0.85	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.85	c [INC SYSTEM] execute solver
0.00/0.89	c [INC SEARCH] formula is SAT
0.00/0.90	c [INC SYSTEM] solved the initial formula
0.00/0.93	c model valid
0.00/0.93	c current solution ok
1.07/1.17	o 0
1.07/1.17	c execute binary inc search
1.07/1.17	c [INC SEARCH] current bound: 500
1.07/1.17	c [INC SEARCH] iteration: 0
1.07/1.17	c [INC SEARCH] lower bound: 0 upperbound 1000 current bound: 500 best value:1000
1.07/1.17	c [INC SYSTEM] there exists a inc, kill it!
1.07/1.17	c write failed with 2
1.07/1.17	c [INC SYSTEM] create new solver instance
1.07/1.17	c [INC] encode full formula
1.07/1.17	c (debug) using card networks
1.07/1.17	c old isEQ: 0, new EQ is 0
1.17/1.20	c set iterative enc to: card
1.17/1.20	c set iterative enc to: none
1.17/1.20	c [INC SEARCH] isOptimum variable: 0
232.73/232.84	c [INC SEARCH] formula is UNSAT
232.73/232.84	c [INC SYSTEM] there exists a inc, kill it!
232.73/232.84	c write failed with 2
232.73/232.84	c sat variable: 0 optimum/unsat variable: 1
232.73/232.84	c [INC SEARCH] set lower bound to 501 upperbound 1000
232.73/232.84	c [INC SEARCH] current bound: 750
232.73/232.84	c [INC SEARCH] iteration: 1
232.73/232.84	c [INC SEARCH] lower bound: 501 upperbound 1000 current bound: 750 best value:1000
232.73/232.84	c [INC SYSTEM] create new solver instance
232.73/232.84	c [INC] encode full formula
232.73/232.84	c (debug) using card networks
232.73/232.84	c old isEQ: 0, new EQ is 0
232.73/232.86	c set iterative enc to: card
232.73/232.86	c set iterative enc to: none
232.73/232.88	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.41	HOME/npSolver-pbo-I.sh: line 18: 13306 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

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-3749339-1339129956/watcher-3749339-1339129956 -o /tmp/evaluation-result-3749339-1339129956/solver-3749339-1339129956 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749339-1339129956.opb 509623836 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.93 2.03 2.05 4/180 13305
/proc/meminfo: memFree=31787440/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0

[startup+0.0190921 s]
/proc/loadavg: 1.93 2.03 2.05 4/180 13305
/proc/meminfo: memFree=31787440/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100163 s]
/proc/loadavg: 1.93 2.03 2.05 4/180 13305
/proc/meminfo: memFree=31787440/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 1.93 2.03 2.05 4/180 13305
/proc/meminfo: memFree=31787440/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700311 s]
/proc/loadavg: 1.93 2.03 2.05 4/180 13305
/proc/meminfo: memFree=31787440/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.93 2.03 2.05 3/183 13311
/proc/meminfo: memFree=31754716/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 24956

[startup+3.10037 s]
/proc/loadavg: 1.93 2.03 2.05 3/183 13314
/proc/meminfo: memFree=31738764/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=27928 CPUtime=1.88 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 6170 0 0 0 187 1 0 0 20 0 1 0 22962366 28598272 6279 33554432000 4194304 5654031 140734920181424 140734920169240 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 6982 6279 140 357 0 6622 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52884

[startup+6.30038 s]
/proc/loadavg: 2.02 2.04 2.06 3/183 13314
/proc/meminfo: memFree=31731172/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=28472 CPUtime=5.09 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 8140 0 0 0 507 2 0 0 20 0 1 0 22962366 29155328 6211 33554432000 4194304 5654031 140734920181424 140734920179192 4208641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 7118 6211 142 357 0 6758 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53428

[startup+12.7004 s]
/proc/loadavg: 2.01 2.04 2.06 3/183 13314
/proc/meminfo: memFree=31700888/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=46864 CPUtime=11.48 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 9549 0 0 0 1146 2 0 0 20 0 1 0 22962366 47988736 10085 33554432000 4194304 5654031 140734920181424 140734920169240 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 11716 10085 142 357 0 11356 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 71820

[startup+25.5004 s]
/proc/loadavg: 2.08 2.06 2.06 3/183 13314
/proc/meminfo: memFree=31673460/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=39792 CPUtime=24.28 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 9834 0 0 0 2425 3 0 0 20 0 1 0 22962366 40747008 9245 33554432000 4194304 5654031 140734920181424 140734920169240 4232729 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 9948 9245 142 357 0 9588 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 64748

[startup+51.1004 s]
/proc/loadavg: 2.05 2.05 2.06 3/183 13314
/proc/meminfo: memFree=31703432/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=58536 CPUtime=49.87 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 10955 0 0 0 4984 3 0 0 20 0 1 0 22962366 59940864 12942 33554432000 4194304 5654031 140734920181424 140734920169240 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 14634 12942 142 357 0 14274 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83492

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.05 3/183 13314
/proc/meminfo: memFree=31685668/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=77296 CPUtime=101.07 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 11365 0 0 0 10103 4 0 0 20 0 1 0 22962366 79151104 15900 33554432000 4194304 5654031 140734920181424 140734920169240 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 19324 15900 142 357 0 18964 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 102252

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 13315
/proc/meminfo: memFree=31659840/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=96152 CPUtime=161.05 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 11966 0 0 0 16101 4 0 0 20 0 1 0 22962366 98459648 20730 33554432000 4194304 5654031 140734920181424 140734920169240 4233168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 24038 20730 142 357 0 23678 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 121108

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/183 13315
/proc/meminfo: memFree=31665352/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=1.19 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6073 17840 0 0 23 22 60 14 20 0 1 0 22962245 16187392 3556 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3556 176 442 0 3506 0
[pid=13314] ppid=13306 vsize=96152 CPUtime=221.04 cores=1,3,5,7
/proc/13314/stat : 13314 (glucosInc) R 13306 13305 8890 0 -1 4202496 12323 0 0 0 22099 5 0 0 20 0 1 0 22962366 98459648 21594 33554432000 4194304 5654031 140734920181424 140734920169240 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13314/statm: 24038 21594 142 357 0 23678 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 121108

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/183 13317
/proc/meminfo: memFree=31706416/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.01 2.00 2.00 3/183 13384
/proc/meminfo: memFree=31747380/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=185932 CPUtime=1069.22 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 28304 0 0 0 106885 37 0 0 20 0 1 0 22985533 190394368 40708 33554432000 4194304 5654031 140736973597472 140736973585288 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 46483 40708 142 357 0 46123 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 210888

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13384
/proc/meminfo: memFree=31753964/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=155112 CPUtime=1129.19 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 28862 0 0 0 112881 38 0 0 20 0 1 0 22985533 158834688 35521 33554432000 4194304 5654031 140736973597472 140736973585288 4218819 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 38778 35521 142 357 0 38418 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 180068

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13431
/proc/meminfo: memFree=31749324/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=185932 CPUtime=1189.19 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 29456 0 0 0 118880 39 0 0 20 0 1 0 22985533 190394368 43780 33554432000 4194304 5654031 140736973597472 140736973585288 4233194 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 46483 43780 142 357 0 46123 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 210888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13431
/proc/meminfo: memFree=31787236/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=105792 CPUtime=1249.16 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 29793 0 0 0 124876 40 0 0 20 0 1 0 22985533 108331008 25356 33554432000 4194304 5654031 140736973597472 140736973585288 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 26448 25356 142 357 0 26088 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 130748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13431
/proc/meminfo: memFree=31715856/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=185932 CPUtime=1309.15 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 30838 0 0 0 130873 42 0 0 20 0 1 0 22985533 190394368 40196 33554432000 4194304 5654031 140736973597472 140736973585288 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 46483 40196 142 357 0 46123 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 210888

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13433
/proc/meminfo: memFree=31748396/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=155112 CPUtime=1369.13 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 31302 0 0 0 136870 43 0 0 20 0 1 0 22985533 158834688 33985 33554432000 4194304 5654031 140736973597472 140736973585288 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 38778 33985 142 357 0 38418 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 180068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13436
/proc/meminfo: memFree=31702576/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=185932 CPUtime=1429.13 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 31899 0 0 0 142868 45 0 0 20 0 1 0 22985533 190394368 40708 33554432000 4194304 5654031 140736973597472 140736973585288 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 46483 40708 142 357 0 46123 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 210888

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 13460
/proc/meminfo: memFree=31666744/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=236020 CPUtime=1489.11 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 32223 0 0 0 148865 46 0 0 20 0 1 0 22985533 241684480 46641 33554432000 4194304 5654031 140736973597472 140736973585288 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 59005 46641 142 357 0 58645 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 260976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13460
/proc/meminfo: memFree=31702420/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=155112 CPUtime=1549.1 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 32688 0 0 0 154862 48 0 0 20 0 1 0 22985533 158834688 37569 33554432000 4194304 5654031 140736973597472 140736973585288 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 38778 37569 142 357 0 38418 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 180068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 13460
/proc/meminfo: memFree=31691748/32873844 swapFree=6868/6868
[pid=13305] ppid=13303 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (npSolver-pbo-I.) S 13303 13305 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22962245 9367552 274 33554432000 4194304 5064252 140733965279216 140733965278128 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13305/statm: 2287 274 233 213 0 72 0
[pid=13306] ppid=13305 vsize=15808 CPUtime=232.81 cores=1,3,5,7
/proc/13306/stat : 13306 (npSolver-pbo) S 13305 13305 8890 0 -1 4202496 6970 30683 0 0 25 22 23214 20 20 0 1 0 22962245 16187392 3582 33554432000 4194304 6004724 140735179845616 140735179830536 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13306/statm: 3952 3582 176 442 0 3506 0
[pid=13317] ppid=13306 vsize=185932 CPUtime=1567.2 cores=1,3,5,7
/proc/13317/stat : 13317 (glucosInc) R 13306 13305 8890 0 -1 4202496 33280 0 0 0 156671 49 0 0 20 0 1 0 22985533 190394368 40196 33554432000 4194304 5654031 140736973597472 140736973585288 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 46483 40196 142 357 0 46123 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 210888

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 13305 and gives
#  childrusage.ru_utime.tv_sec=232
#  childrusage.ru_utime.tv_usec=407668
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=428934
# CPU time returned by wait4() is 232.837
# while last known CPU time is 1800.01
#
# 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.01
CPU user time (s): 1799.1
CPU system time (s): 0.91
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 260976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.408
system time used= 0.428934
maximum resident set size= 86396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174
involuntary context switches= 252

runsolver used 3.23051 second user time and 8.80766 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 06:32:36
IDJOB=3749339
IDBENCH=48171
IDSOLVER=2333
FILE ID=node135/3749339-1339129956
RUNJOBID= node135-1339112432-11228
PBS_JOBID= 14643718
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_1.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749339-1339129956/watcher-3749339-1339129956 -o /tmp/evaluation-result-3749339-1339129956/solver-3749339-1339129956 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749339-1339129956.opb 509623836 HOME HOME

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

MD5SUM BENCH= 3262a45f0e59552e467da6c31a32418a
RANDOM SEED=509623836

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:        31787448 kB
Buffers:           67728 kB
Cached:            48388 kB
SwapCached:         2392 kB
Active:           258932 kB
Inactive:          19020 kB
Active(anon):     162516 kB
Inactive(anon):     1448 kB
Active(file):      96416 kB
Inactive(file):    17572 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67097992 kB
Dirty:              8956 kB
Writeback:             0 kB
AnonPages:        177388 kB
Mapped:             8960 kB
Shmem:                 0 kB
Slab:             655820 kB
SReclaimable:      97292 kB
SUnreclaim:       558528 kB
KernelStack:        1488 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     315016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 70740 MiB
End job on node135 at 2012-06-08 07:02:37