Trace number 3747175

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
MD5SUMd4957a1112a9baa7413020ddf827f352
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1043
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1037
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
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 constraint2
Number of terms in the objective function 1963
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 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
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.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
0.00/0.04	c [INC SEARCH] formula is SAT
0.00/0.04	c [INC SYSTEM] solved the initial formula
0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.06	o 1189
0.00/0.06	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.06	c write failed with 2
0.00/0.06	c [INC SEARCH] iteration: 0
0.00/0.06	c [INC BOUNDS] best value:1189 search for 1188
0.00/0.06	c [INC SYSTEM] create new solver instance
0.00/0.06	c [INC] encode full formula
0.00/0.06	c (debug) using card networks
0.00/0.06	c old isEQ: 41, new EQ is 0
0.00/0.11	c set iterative enc to: card
0.00/0.11	c set iterative enc to: none
0.00/0.12	c [INC SEARCH] isOptimum variable: 0
806.15/806.34	c formula is SAT
806.15/806.35	c [INC SEARCH] copied best model
806.15/806.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
806.15/806.35	c model valid
806.15/806.35	c current solution ok
806.15/806.35	o 1178
806.15/806.35	c [INC SEARCH] iteration: 1
806.15/806.35	c [INC BOUNDS] best value:1178 search for 1177
806.15/806.35	c [INC SYSTEM] there exists a inc, kill it!
806.15/806.35	c write failed with 2
806.15/806.35	c [INC SYSTEM] create new solver instance
806.15/806.35	c [INC] encode full formula
806.15/806.35	c (debug) using card networks
806.15/806.35	c old isEQ: 96, new EQ is 0
806.24/806.41	c set iterative enc to: card
806.24/806.41	c set iterative enc to: none
806.24/806.42	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	HOME/npSolver-pbo-Itd.sh: line 18:  8055 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3747175-1339098575/watcher-3747175-1339098575 -o /tmp/evaluation-result-3747175-1339098575/solver-3747175-1339098575 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747175-1339098575.opb 658677749 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: 4.82 2.93 1.26 4/178 8054
/proc/meminfo: memFree=20135552/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0

[startup+0.089524 s]
/proc/loadavg: 4.82 2.93 1.26 4/178 8054
/proc/meminfo: memFree=20135552/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100327 s]
/proc/loadavg: 4.82 2.93 1.26 4/178 8054
/proc/meminfo: memFree=20135552/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 4.82 2.93 1.26 4/178 8054
/proc/meminfo: memFree=20135552/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700288 s]
/proc/loadavg: 4.82 2.93 1.26 4/178 8054
/proc/meminfo: memFree=20135552/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 4.82 2.93 1.26 4/181 8063
/proc/meminfo: memFree=26293656/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=35836 CPUtime=1.36 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 6919 0 0 0 135 1 0 0 20 0 1 0 375983006 36696064 7751 33554432000 4194304 5654031 140737276014128 140737276011816 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 8959 7751 140 357 0 8599 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56628

[startup+3.10035 s]
/proc/loadavg: 4.60 2.92 1.27 3/180 8063
/proc/meminfo: memFree=29654808/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=36312 CPUtime=2.96 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 7877 0 0 0 295 1 0 0 20 0 1 0 375983006 37183488 7955 33554432000 4194304 5654031 140737276014128 140737276001944 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 9078 7955 141 357 0 8718 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 57104

[startup+6.30032 s]
/proc/loadavg: 4.60 2.92 1.27 3/180 8063
/proc/meminfo: memFree=29655488/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=47924 CPUtime=6.17 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 10348 0 0 0 614 3 0 0 20 0 1 0 375983006 49074176 10739 33554432000 4194304 5654031 140737276014128 140737276001944 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 11981 10739 142 357 0 11621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 68716

[startup+12.7003 s]
/proc/loadavg: 4.20 2.89 1.28 3/180 8063
/proc/meminfo: memFree=29633284/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=47924 CPUtime=12.57 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 10502 0 0 0 1254 3 0 0 20 0 1 0 375983006 49074176 11339 33554432000 4194304 5654031 140737276014128 140737276001944 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 11981 11339 142 357 0 11621 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68716

[startup+25.5004 s]
/proc/loadavg: 3.86 2.86 1.28 3/180 8064
/proc/meminfo: memFree=29627552/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=66600 CPUtime=25.36 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 11512 0 0 0 2532 4 0 0 20 0 1 0 375983006 68198400 16008 33554432000 4194304 5654031 140737276014128 140737276012152 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 16650 16008 142 357 0 16290 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87392

[startup+51.1004 s]
/proc/loadavg: 3.22 2.79 1.30 3/180 8066
/proc/meminfo: memFree=29632892/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=85456 CPUtime=50.96 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 13397 0 0 0 5091 5 0 0 20 0 1 0 375983006 87506944 14835 33554432000 4194304 5654031 140737276014128 140737276012008 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 21364 14835 142 357 0 21004 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 106248

[startup+102.307 s]
/proc/loadavg: 2.49 2.65 1.34 3/179 8066
/proc/meminfo: memFree=29596024/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=97668 CPUtime=102.15 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 14276 0 0 0 10208 7 0 0 20 0 1 0 375983006 100012032 23775 33554432000 4194304 5654031 140737276014128 140737276001944 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 24417 23775 142 357 0 24057 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 118460

[startup+162.3 s]
/proc/loadavg: 2.19 2.54 1.37 3/179 8066
/proc/meminfo: memFree=29593260/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=97668 CPUtime=162.14 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 14515 0 0 0 16203 11 0 0 20 0 1 0 375983006 100012032 23775 33554432000 4194304 5654031 140737276014128 140737276001944 4232505 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 24417 23775 142 357 0 24057 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 118460

[startup+222.3 s]
/proc/loadavg: 2.06 2.43 1.41 3/179 8066
/proc/meminfo: memFree=29592992/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=11644 CPUtime=0.11 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 4718 3636 0 0 7 2 1 1 20 0 1 0 375982994 11923456 2539 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 2911 2539 175 442 0 2465 0
[pid=8063] ppid=8055 vsize=97668 CPUtime=222.13 cores=1,3,5,7
/proc/8063/stat : 8063 (glucosInc) R 8055 8054 7832 0 -1 4202496 14773 0 0 0 22199 14 0 0 20 0 1 0 375983006 100012032 23775 33554432000 4194304 5654031 140737276014128 140737276001944 4215006 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8063/statm: 24417 23775 142 357 0 24057 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 118460

[startup+282.3 s]

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

/proc/loadavg: 2.03 2.03 1.80 3/179 8102
/proc/meminfo: memFree=29580248/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=121116 CPUtime=495.78 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 32630 0 0 0 49540 38 0 0 20 0 1 0 376063637 124022784 25099 33554432000 4194304 5654031 140734102956624 140734102944440 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 30279 25099 142 357 0 29919 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 143284

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 1.81 3/179 8102
/proc/meminfo: memFree=29580252/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=121116 CPUtime=555.77 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 35127 0 0 0 55534 43 0 0 20 0 1 0 376063637 124022784 25099 33554432000 4194304 5654031 140734102956624 140734102944440 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 30279 25099 142 357 0 29919 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 143284

[startup+1422.31 s]
/proc/loadavg: 1.93 2.00 1.82 3/179 8245
/proc/meminfo: memFree=31221460/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=202036 CPUtime=615.77 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 38286 0 0 0 61527 50 0 0 20 0 1 0 376063637 206884864 45755 33554432000 4194304 5654031 140734102956624 140734102944440 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 50509 45755 142 357 0 50149 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 224204

[startup+1482.3 s]
/proc/loadavg: 1.97 2.00 1.82 3/179 8245
/proc/meminfo: memFree=31223800/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=171216 CPUtime=675.75 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 40497 0 0 0 67520 55 0 0 20 0 1 0 376063637 175325184 39032 33554432000 4194304 5654031 140734102956624 140734102954552 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 42804 39032 142 357 0 42444 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 193384

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.83 3/178 8245
/proc/meminfo: memFree=31141736/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=252124 CPUtime=735.74 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 42806 0 0 0 73513 61 0 0 20 0 1 0 376063637 258174976 52200 33554432000 4194304 5654031 140734102956624 140734102944440 4216337 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 63031 52200 142 357 0 62671 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 274292

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.84 3/179 8246
/proc/meminfo: memFree=31145052/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=171216 CPUtime=795.73 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 44709 0 0 0 79507 66 0 0 20 0 1 0 376063637 175325184 40056 33554432000 4194304 5654031 140734102956624 140734102944440 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 42804 40056 142 357 0 42444 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 193384

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.84 3/179 8246
/proc/meminfo: memFree=31103264/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=202036 CPUtime=855.72 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 46715 0 0 0 85501 71 0 0 20 0 1 0 376063637 206884864 49339 33554432000 4194304 5654031 140734102956624 140734102944440 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 50509 49339 142 357 0 50149 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 224204

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.85 3/179 8246
/proc/meminfo: memFree=31105112/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=121896 CPUtime=915.71 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 48438 0 0 0 91496 75 0 0 20 0 1 0 376063637 124821504 29852 33554432000 4194304 5654031 140734102956624 140734102954648 4215115 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 30474 29852 142 357 0 30114 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 144064

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.86 3/179 8246
/proc/meminfo: memFree=31120788/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=171216 CPUtime=975.7 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 50345 0 0 0 97490 80 0 0 20 0 1 0 376063637 175325184 41592 33554432000 4194304 5654031 140734102956624 140734102944440 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 42804 41592 142 357 0 42444 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 193384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 1.86 3/179 8246
/proc/meminfo: memFree=31063076/32873852 swapFree=6864/6864
[pid=8054] ppid=8052 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8054/stat : 8054 (npSolver-pbo-It) S 8052 8054 7832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375982994 9367552 274 33554432000 4194304 5064252 140736935276672 140736935275584 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8054/statm: 2287 274 233 213 0 72 0
[pid=8055] ppid=8054 vsize=13020 CPUtime=806.27 cores=1,3,5,7
/proc/8055/stat : 8055 (npSolver-pbo) S 8054 8054 7832 0 -1 4202496 7169 28396 0 0 13 3 80550 61 20 0 1 0 375982994 13332480 2648 33554432000 4194304 6004724 140733803273248 140733803259096 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8055/statm: 3255 2648 175 442 0 2809 0
[pid=8096] ppid=8055 vsize=252124 CPUtime=993.81 cores=1,3,5,7
/proc/8096/stat : 8096 (glucosInc) R 8055 8054 7832 0 -1 4202496 51248 0 0 0 99299 82 0 0 20 0 1 0 376063637 258174976 54248 33554432000 4194304 5654031 140734102956624 140734102954712 4214944 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8096/statm: 63031 54248 142 357 0 62671 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 274292

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 8054 and gives
#  childrusage.ru_utime.tv_sec=805
#  childrusage.ru_utime.tv_usec=644523
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=646901
# CPU time returned by wait4() is 806.291
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1798.62
CPU system time (s): 1.46
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 283864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.645
system time used= 0.646901
maximum resident set size= 244544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242
involuntary context switches= 875

runsolver used 3.41148 second user time and 9.2326 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-07 21:49:35
IDJOB=3747175
IDBENCH=1986
IDSOLVER=2332
FILE ID=node129/3747175-1339098575
RUNJOBID= node129-1339098175-7849
PBS_JOBID= 14643724
Free space on /tmp= 64328 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747175-1339098575/watcher-3747175-1339098575 -o /tmp/evaluation-result-3747175-1339098575/solver-3747175-1339098575 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747175-1339098575.opb 658677749 HOME HOME

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

MD5SUM BENCH= d4957a1112a9baa7413020ddf827f352
RANDOM SEED=658677749

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        20015412 kB
Buffers:           88092 kB
Cached:         10122820 kB
SwapCached:         2160 kB
Active:          1921244 kB
Inactive:        9795708 kB
Active(anon):    1505784 kB
Inactive(anon):     2728 kB
Active(file):     415460 kB
Inactive(file):  9792980 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100408 kB
Dirty:             13696 kB
Writeback:             0 kB
AnonPages:       1511116 kB
Mapped:            10084 kB
Shmem:                 0 kB
Slab:             996744 kB
SReclaimable:     438536 kB
SUnreclaim:       558208 kB
KernelStack:        1504 kB
PageTables:         7300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2021120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 70772 MiB
End job on node129 at 2012-06-07 22:19:36