Trace number 3751973

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
MD5SUM363fb8dacb34b0fd2f0470bc356b38da
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 1036
Optimality of the best value was proved NO
Number of variables1957
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 1957
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 1957
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 1957
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.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	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.04	c model valid
0.00/0.04	c current solution ok
0.00/0.05	o 1167
0.00/0.05	c starting approximation
0.00/0.05	c factor = 1
0.00/0.05	c can not find a suitable factor, leaving approximation
0.00/0.05	c finished approximation
0.00/0.05	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.05	c write failed with 2
0.00/0.05	c [INC SEARCH] iteration: 0
0.00/0.05	c [INC BOUNDS] best value:1167 search for 1166
0.00/0.05	c [INC SYSTEM] create new solver instance
0.00/0.05	c [INC] encode full formula
0.00/0.05	c (debug) using card networks
0.00/0.05	c old isEQ: 16, new EQ is 0
0.00/0.10	c set iterative enc to: card
0.00/0.10	c set iterative enc to: none
0.00/0.11	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 25382 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-3751973-1339116784/watcher-3751973-1339116784 -o /tmp/evaluation-result-3751973-1339116784/solver-3751973-1339116784 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751973-1339116784.opb 478803947 HOME HOME 

running on 4 cores: 0,2,4,6

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 2.00 2/176 25381
/proc/meminfo: memFree=26223024/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0

[startup+0.088097 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 25381
/proc/meminfo: memFree=26223024/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 25381
/proc/meminfo: memFree=26223024/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 25381
/proc/meminfo: memFree=26223024/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 25381
/proc/meminfo: memFree=26223024/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25390
/proc/meminfo: memFree=26177680/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=36364 CPUtime=1.38 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 7069 0 0 0 137 1 0 0 20 0 1 0 377803852 37236736 7945 33554432000 4194304 5654031 140733341171744 140733341159560 4222938 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 9091 7945 140 357 0 8731 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 57156

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25390
/proc/meminfo: memFree=26174796/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=36364 CPUtime=2.97 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 7719 0 0 0 296 1 0 0 20 0 1 0 377803852 37236736 8205 33554432000 4194304 5654031 140733341171744 140733341169832 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 9091 8205 142 357 0 8731 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 57156

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25390
/proc/meminfo: memFree=26153264/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=52176 CPUtime=6.17 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 9708 0 0 0 616 1 0 0 20 0 1 0 377803852 53428224 12007 33554432000 4194304 5654031 140733341171744 140733341159560 4232528 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 13044 12007 142 357 0 12684 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 72968

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25390
/proc/meminfo: memFree=26135860/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=56636 CPUtime=12.58 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 10501 0 0 0 1256 2 0 0 20 0 1 0 377803852 57995264 12749 33554432000 4194304 5654031 140733341171744 140733341159560 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 14159 12749 142 357 0 13799 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 77428

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25390
/proc/meminfo: memFree=26104612/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=59356 CPUtime=25.37 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 10698 0 0 0 2535 2 0 0 20 0 1 0 377803852 60780544 13965 33554432000 4194304 5654031 140733341171744 140733341159560 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 14839 13965 142 357 0 14479 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 80148

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25390
/proc/meminfo: memFree=26112264/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=94280 CPUtime=50.97 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 11572 0 0 0 5094 3 0 0 20 0 1 0 377803852 96542720 16783 33554432000 4194304 5654031 140733341171744 140733341159560 4232984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 23570 16783 142 357 0 23210 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 115072

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 25390
/proc/meminfo: memFree=26067276/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=143600 CPUtime=102.16 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 12645 0 0 0 10211 5 0 0 20 0 1 0 377803852 147046400 30767 33554432000 4194304 5654031 140733341171744 140733341169672 4232973 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 35900 30767 142 357 0 35540 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 164392

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25438
/proc/meminfo: memFree=26200284/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=94280 CPUtime=162.14 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 14152 0 0 0 16206 8 0 0 20 0 1 0 377803852 96542720 22954 33554432000 4194304 5654031 140733341171744 140733341159560 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 23570 22954 142 357 0 23210 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 115072

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25438
/proc/meminfo: memFree=26081588/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=143600 CPUtime=222.13 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 16511 0 0 0 22200 13 0 0 20 0 1 0 377803852 147046400 31817 33554432000 4194304 5654031 140733341171744 140733341159560 4215919 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25390/statm: 35900 31817 142 357 0 35540 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 164392

[startup+282.3 s]

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

/proc/loadavg: 2.02 2.01 2.00 3/179 25674
/proc/meminfo: memFree=26053828/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=158384 CPUtime=1301.92 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 58870 0 0 0 130099 93 0 0 20 0 1 0 377803852 162185216 38954 33554432000 4194304 5654031 140733341171744 140733341169768 4218807 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 39596 38954 142 357 0 39236 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 179176

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25675
/proc/meminfo: memFree=26045800/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=207704 CPUtime=1361.91 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 59228 0 0 0 136097 94 0 0 20 0 1 0 377803852 212688896 47817 33554432000 4194304 5654031 140733341171744 140733341169672 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 51926 47817 142 357 0 51566 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 228496

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25675
/proc/meminfo: memFree=25958280/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=207704 CPUtime=1421.89 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 59413 0 0 0 142095 94 0 0 20 0 1 0 377803852 212688896 49865 33554432000 4194304 5654031 140733341171744 140733341169672 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 51926 49865 142 357 0 51566 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 228496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25675
/proc/meminfo: memFree=25965764/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=207704 CPUtime=1481.88 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 59597 0 0 0 148093 95 0 0 20 0 1 0 377803852 212688896 50889 33554432000 4194304 5654031 140733341171744 140733341169672 4232607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 51926 50889 142 357 0 51566 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 228496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25675
/proc/meminfo: memFree=26077396/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=228428 CPUtime=1541.88 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 60338 0 0 0 154091 97 0 0 20 0 1 0 377803852 233910272 47660 33554432000 4194304 5654031 140733341171744 140733341169672 4215076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 57107 47660 142 357 0 56747 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 249220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25675
/proc/meminfo: memFree=25940288/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=229160 CPUtime=1601.87 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 62370 0 0 0 160086 101 0 0 20 0 1 0 377803852 234659840 56253 33554432000 4194304 5654031 140733341171744 140733341159560 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 57290 56253 142 357 0 56930 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 249952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25679
/proc/meminfo: memFree=26012116/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=229160 CPUtime=1661.86 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 64808 0 0 0 166081 105 0 0 20 0 1 0 377803852 234659840 56558 33554432000 4194304 5654031 140733341171744 140733341159560 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 57290 56558 142 357 0 56930 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 249952

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 25679
/proc/meminfo: memFree=25838908/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=229160 CPUtime=1721.85 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 66411 0 0 0 172077 108 0 0 20 0 1 0 377803852 234659840 56550 33554432000 4194304 5654031 140733341171744 140733341159560 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 57290 56550 142 357 0 56930 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 249952

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 25679
/proc/meminfo: memFree=25905896/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=259980 CPUtime=1781.84 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 68840 0 0 0 178071 113 0 0 20 0 1 0 377803852 266219520 61440 33554432000 4194304 5654031 140733341171744 140733341159560 4215104 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 64995 61440 142 357 0 64635 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 280772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 25679
/proc/meminfo: memFree=25815228/32873624 swapFree=7112/7112
[pid=25381] ppid=25379 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25381/stat : 25381 (npSolver-pbo-It) S 25379 25381 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377803840 9367552 275 33554432000 4194304 5064252 140733905320368 140733905319280 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25381/statm: 2287 275 233 213 0 72 0
[pid=25382] ppid=25381 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/25382/stat : 25382 (npSolver-pbo) S 25381 25381 12376 0 -1 4202496 2970 3119 0 0 6 2 1 0 20 0 1 0 377803840 11923456 2592 33554432000 4194304 6004724 140733606705936 140733606691784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25382/statm: 2911 2592 188 442 0 2465 0
[pid=25390] ppid=25382 vsize=310068 CPUtime=1799.95 cores=0,2,4,6
/proc/25390/stat : 25390 (glucosInc) R 25382 25381 12376 0 -1 4202496 69677 0 0 0 179881 114 0 0 20 0 1 0 377803852 317509632 72493 33554432000 4194304 5654031 140733341171744 140733341159560 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 77517 72493 142 357 0 77157 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 330860

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 25381 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=82987
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 0.114982
# while last known CPU time is 1800.04
#
# 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.04
CPU user time (s): 1798.88
CPU system time (s): 1.16
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 412248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.082987
system time used= 0.031995
maximum resident set size= 30600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6463
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 11

runsolver used 6.30004 second user time and 16.3175 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-08 02:53:04
IDJOB=3751973
IDBENCH=1981
IDSOLVER=2335
FILE ID=node121/3751973-1339116784
RUNJOBID= node121-1339111019-14194
PBS_JOBID= 14643732
Free space on /tmp= 71228 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751973-1339116784/watcher-3751973-1339116784 -o /tmp/evaluation-result-3751973-1339116784/solver-3751973-1339116784 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751973-1339116784.opb 478803947 HOME HOME

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

MD5SUM BENCH= 363fb8dacb34b0fd2f0470bc356b38da
RANDOM SEED=478803947

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        26223024 kB
Buffers:          711092 kB
Cached:          4883056 kB
SwapCached:            0 kB
Active:          2350724 kB
Inactive:        3384052 kB
Active(anon):     129036 kB
Inactive(anon):    10736 kB
Active(file):    2221688 kB
Inactive(file):  3373316 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:        199060 kB
Mapped:            15516 kB
Shmem:               200 kB
Slab:             764592 kB
SReclaimable:     208568 kB
SUnreclaim:       556024 kB
KernelStack:        1488 kB
PageTables:         3724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     274172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71236 MiB
End job on node121 at 2012-06-08 03:23:04