Trace number 3702806

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.06 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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.04	o 1189
0.00/0.04	c starting approximation
0.00/0.04	c factor = 1
0.00/0.04	c can not find a suitable factor, leaving approximation
0.00/0.04	c finished approximation
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC BOUNDS] best value:1189 search for 1188
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c (debug) using card networks
0.00/0.09	c set iterative enc to: card
0.00/0.09	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
637.45/637.67	c formula is SAT
637.45/637.67	c [INC SEARCH] copied best model
637.45/637.67	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
637.45/637.68	c model valid
637.45/637.68	c current solution ok
637.45/637.68	o 1178
637.45/637.68	c [INC SEARCH] iteration: 1
637.45/637.68	c [INC BOUNDS] best value:1178 search for 1177
637.45/637.68	c [INC SYSTEM] there exists a inc, kill it!
637.45/637.68	c write failed with 2
637.45/637.68	c [INC SYSTEM] create new solver instance
637.45/637.68	c [INC] encode full formula
637.45/637.68	c (debug) using card networks
637.56/637.73	c set iterative enc to: card
637.56/637.73	c set iterative enc to: none
637.56/637.74	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18:  4909 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3702806-1338054744/watcher-3702806-1338054744 -o /tmp/evaluation-result-3702806-1338054744/solver-3702806-1338054744 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702806-1338054744.opb 1743309551 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.00 1.97 3/178 4908
/proc/meminfo: memFree=27937936/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0

[startup+0.103493 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 4908
/proc/meminfo: memFree=27937936/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200184 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 4908
/proc/meminfo: memFree=27937936/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 4908
/proc/meminfo: memFree=27937936/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700211 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 4908
/proc/meminfo: memFree=27937936/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 4941
/proc/meminfo: memFree=28287580/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=36316 CPUtime=1.38 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 7445 0 0 0 137 1 0 0 20 0 1 0 271600409 37187584 8229 33554432000 4194304 5654031 140733281170368 140733281168136 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 9079 8229 140 357 0 8719 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 47828

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 4964
/proc/meminfo: memFree=28280844/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=40736 CPUtime=2.99 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 9164 0 0 0 297 2 0 0 20 0 1 0 271600409 41713664 8616 33554432000 4194304 5654031 140733281170368 140733281158184 4232563 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 10184 8616 141 357 0 9824 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52248

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 4964
/proc/meminfo: memFree=28261976/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=47928 CPUtime=6.18 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 10513 0 0 0 616 2 0 0 20 0 1 0 271600409 49078272 11329 33554432000 4194304 5654031 140733281170368 140733281158184 4232729 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 11982 11329 142 357 0 11622 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 59440

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 4964
/proc/meminfo: memFree=28244132/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=66604 CPUtime=12.58 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 10984 0 0 0 1256 2 0 0 20 0 1 0 271600409 68202496 12184 33554432000 4194304 5654031 140733281170368 140733281158184 4208694 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 16651 12184 142 357 0 16291 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 78116

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.98 3/181 4964
/proc/meminfo: memFree=28221196/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=85460 CPUtime=25.37 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 12173 0 0 0 2534 3 0 0 20 0 1 0 271600409 87511040 17941 33554432000 4194304 5654031 140733281170368 140733281158184 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 21365 17941 142 357 0 21005 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 96972

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 1.98 3/181 4964
/proc/meminfo: memFree=28189900/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=85460 CPUtime=50.97 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 13446 0 0 0 5092 5 0 0 20 0 1 0 271600409 87511040 20452 33554432000 4194304 5654031 140733281170368 140733281158184 4215055 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 21365 20452 142 357 0 21005 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 96972

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/181 4964
/proc/meminfo: memFree=28153268/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=97672 CPUtime=102.16 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 14400 0 0 0 10209 7 0 0 20 0 1 0 271600409 100016128 24017 33554432000 4194304 5654031 140733281170368 140733281168392 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 24418 24017 142 357 0 24058 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 109184

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 4964
/proc/meminfo: memFree=28151732/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=97672 CPUtime=162.15 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 15558 0 0 0 16204 11 0 0 20 0 1 0 271600409 100016128 24017 33554432000 4194304 5654031 140733281170368 140733281158184 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 24418 24017 142 357 0 24058 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 109184

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 4967
/proc/meminfo: memFree=28146172/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=2364 CPUtime=0.08 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 2434 3126 0 0 6 1 1 0 20 0 1 0 271600398 2420736 305 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 591 305 193 440 0 147 0
[pid=4917] ppid=4909 vsize=146992 CPUtime=222.15 cores=1,3,5,7
/proc/4917/stat : 4917 (glucosInc) R 4909 4908 4763 0 -1 4202496 16608 0 0 0 22201 14 0 0 20 0 1 0 271600409 150519808 34352 33554432000 4194304 5654031 140733281170368 140733281168296 4232803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4917/statm: 36748 34352 142 357 0 36388 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 158504

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 1.99 3/181 5001
/proc/meminfo: memFree=27977840/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=171220 CPUtime=724.42 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 38780 0 0 0 72389 53 0 0 20 0 1 0 271664173 175329280 39319 33554432000 4194304 5654031 140733890763792 140733890751608 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 42805 39319 142 357 0 42445 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 184208

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/181 5002
/proc/meminfo: memFree=27975092/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=252128 CPUtime=784.42 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 40881 0 0 0 78384 58 0 0 20 0 1 0 271664173 258179072 51463 33554432000 4194304 5654031 140733890763792 140733890751608 4215104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 63032 51463 142 357 0 62672 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 265116

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5002
/proc/meminfo: memFree=28021908/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=171220 CPUtime=844.4 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 42384 0 0 0 84378 62 0 0 20 0 1 0 271664173 175329280 39831 33554432000 4194304 5654031 140733890763792 140733890751608 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 42805 39831 142 357 0 42445 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 184208

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5002
/proc/meminfo: memFree=27933456/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=252128 CPUtime=904.39 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 44495 0 0 0 90371 68 0 0 20 0 1 0 271664173 258179072 53511 33554432000 4194304 5654031 140733890763792 140733890761880 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 63032 53511 142 357 0 62672 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 265116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5002
/proc/meminfo: memFree=27931572/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=221392 CPUtime=964.38 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 46170 0 0 0 96367 71 0 0 20 0 1 0 271664173 226705408 48328 33554432000 4194304 5654031 140733890763792 140733890751608 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 55348 48328 142 357 0 54988 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 234380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5005
/proc/meminfo: memFree=27850000/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=352868 CPUtime=1024.37 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 48216 0 0 0 102361 76 0 0 20 0 1 0 271664173 361336832 69109 33554432000 4194304 5654031 140733890763792 140733890761880 4215168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 88217 69109 142 357 0 87857 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 365856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5006
/proc/meminfo: memFree=27915796/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=221392 CPUtime=1084.36 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 50306 0 0 0 108356 80 0 0 20 0 1 0 271664173 226705408 47816 33554432000 4194304 5654031 140733890763792 140733890761880 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 55348 47816 142 357 0 54988 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 234380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5006
/proc/meminfo: memFree=27877140/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=221392 CPUtime=1144.35 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 51524 0 0 0 114351 84 0 0 20 0 1 0 271664173 226705408 52936 33554432000 4194304 5654031 140733890763792 140733890751608 4214957 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 55348 52936 142 357 0 54988 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 234380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5006
/proc/meminfo: memFree=27811048/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=271480 CPUtime=1162.45 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 51845 0 0 0 116160 85 0 0 20 0 1 0 271664173 277995520 62453 33554432000 4194304 5654031 140733890763792 140733890751608 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 67870 62453 142 357 0 67510 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 284468

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.00 3/181 5006
/proc/meminfo: memFree=27811048/32873648 swapFree=6864/6864
[pid=4908] ppid=4906 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4908/stat : 4908 (npSolver-pbo-It) S 4906 4908 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271600398 9367552 275 33554432000 4194304 5064252 140734270759904 140734270758816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 2287 275 233 213 0 72 0
[pid=4909] ppid=4908 vsize=3840 CPUtime=637.61 cores=1,3,5,7
/proc/4909/stat : 4909 (npSolver-pbo) S 4908 4908 4763 0 -1 4202496 5107 38568 0 0 13 2 63693 53 20 0 1 0 271600398 3932160 674 33554432000 4194304 5992684 140736743250896 140736743236728 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4909/statm: 960 674 193 440 0 516 0
[pid=4996] ppid=4909 vsize=271480 CPUtime=1162.45 cores=1,3,5,7
/proc/4996/stat : 4996 (glucosInc) R 4909 4908 4763 0 -1 4202496 51845 0 0 0 116160 85 0 0 20 0 1 0 271664173 277995520 62453 33554432000 4194304 5654031 140733890763792 140733890751608 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4996/statm: 67870 62453 142 357 0 67510 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 284468

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4908 and gives
#  childrusage.ru_utime.tv_sec=637
#  childrusage.ru_utime.tv_usec=71150
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=559914
# CPU time returned by wait4() is 637.631
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1798.66
CPU system time (s): 1.4
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 365856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 637.071
system time used= 0.559914
maximum resident set size= 245736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44050
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= 243
involuntary context switches= 668

runsolver used 2.6506 second user time and 7.19291 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 19:52:24
IDJOB=3702806
IDBENCH=1986
IDSOLVER=2278
FILE ID=node120/3702806-1338054744
RUNJOBID= node120-1338052943-4780
PBS_JOBID= 14624403
Free space on /tmp= 71508 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
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-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702806-1338054744/watcher-3702806-1338054744 -o /tmp/evaluation-result-3702806-1338054744/solver-3702806-1338054744 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702806-1338054744.opb 1743309551 HOME HOME

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

MD5SUM BENCH= d4957a1112a9baa7413020ddf827f352
RANDOM SEED=1743309551

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27938200 kB
Buffers:          235508 kB
Cached:          3586844 kB
SwapCached:          492 kB
Active:          1063648 kB
Inactive:        3079488 kB
Active(anon):     310504 kB
Inactive(anon):    12388 kB
Active(file):     753144 kB
Inactive(file):  3067100 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        352952 kB
Mapped:            14836 kB
Shmem:               120 kB
Slab:             633520 kB
SReclaimable:      78116 kB
SUnreclaim:       555404 kB
KernelStack:        1504 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     502940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71572 MiB
End job on node120 at 2012-05-26 20:22:25