Trace number 3751976

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.05 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
MD5SUM810966efbb409d6e2e91a116be6e9263
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
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.04	c model valid
0.00/0.04	c current solution ok
0.00/0.05	o 1203
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:1203 search for 1202
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: 128, 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.11	c [INC SEARCH] isOptimum variable: 0
11.27/11.30	c formula is SAT
11.27/11.30	c [INC SEARCH] copied best model
11.27/11.30	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.27/11.31	c model valid
11.27/11.31	c current solution ok
11.27/11.31	o 1182
11.27/11.31	c [INC SEARCH] iteration: 1
11.27/11.31	c [INC BOUNDS] best value:1182 search for 1181
11.27/11.31	c [INC SYSTEM] there exists a inc, kill it!
11.27/11.31	c write failed with 2
11.27/11.31	c [INC SYSTEM] create new solver instance
11.27/11.31	c [INC] encode full formula
11.27/11.31	c (debug) using card networks
11.27/11.31	c old isEQ: 96, new EQ is 0
11.27/11.36	c set iterative enc to: card
11.27/11.36	c set iterative enc to: none
11.27/11.37	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.51	HOME/npSolver-pbo-Itdqb.sh: line 18:  6280 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-3751976-1339117362/watcher-3751976-1339117362 -o /tmp/evaluation-result-3751976-1339117362/solver-3751976-1339117362 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751976-1339117362.opb 1975984613 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6279
/proc/meminfo: memFree=29676208/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0

[startup+0.0788771 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6279
/proc/meminfo: memFree=29676208/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6279
/proc/meminfo: memFree=29676208/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300184 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6279
/proc/meminfo: memFree=29676208/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700194 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 6279
/proc/meminfo: memFree=29676208/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 6288
/proc/meminfo: memFree=29630008/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=11644 CPUtime=0.1 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 4499 3637 0 0 7 2 1 0 20 0 1 0 377863098 11923456 2317 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 2911 2317 188 442 0 2465 0
[pid=6288] ppid=6280 vsize=36212 CPUtime=1.37 cores=1,3,5,7
/proc/6288/stat : 6288 (glucosInc) R 6280 6279 2890 0 -1 4202496 7736 0 0 0 136 1 0 0 20 0 1 0 377863109 37081088 8010 33554432000 4194304 5654031 140737403777424 140737403775512 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6288/statm: 9053 8010 140 357 0 8693 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 57004

[startup+3.10038 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 6288
/proc/meminfo: memFree=29622376/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=11644 CPUtime=0.1 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 4499 3637 0 0 7 2 1 0 20 0 1 0 377863098 11923456 2317 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 2911 2317 188 442 0 2465 0
[pid=6288] ppid=6280 vsize=40920 CPUtime=2.97 cores=1,3,5,7
/proc/6288/stat : 6288 (glucosInc) R 6280 6279 2890 0 -1 4202496 8768 0 0 0 296 1 0 0 20 0 1 0 377863109 41902080 8531 33554432000 4194304 5654031 140737403777424 140737403765240 4214505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6288/statm: 10230 8531 142 357 0 9870 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 61712

[startup+6.30039 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 6288
/proc/meminfo: memFree=29602332/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=11644 CPUtime=0.1 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 4499 3637 0 0 7 2 1 0 20 0 1 0 377863098 11923456 2317 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 2911 2317 188 442 0 2465 0
[pid=6288] ppid=6280 vsize=52256 CPUtime=6.17 cores=1,3,5,7
/proc/6288/stat : 6288 (glucosInc) R 6280 6279 2890 0 -1 4202496 10644 0 0 0 615 2 0 0 20 0 1 0 377863109 53510144 10823 33554432000 4194304 5654031 140737403777424 140737403765240 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6288/statm: 13064 10823 142 357 0 12704 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 73048

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 6290
/proc/meminfo: memFree=29585620/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=36332 CPUtime=1.3 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 7437 0 0 0 129 1 0 0 20 0 1 0 377864235 37203968 7737 33554432000 4194304 5654031 140735579596032 140735579583848 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6290/statm: 9083 7737 140 357 0 8723 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 58500

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/182 6290
/proc/meminfo: memFree=29512120/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=56668 CPUtime=14.1 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 10995 0 0 0 1408 2 0 0 20 0 1 0 377864235 58028032 13483 33554432000 4194304 5654031 140735579596032 140735579583848 4215091 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6290/statm: 14167 13483 142 357 0 13807 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 78836

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/182 6290
/proc/meminfo: memFree=29404756/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=64092 CPUtime=39.7 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 12030 0 0 0 3967 3 0 0 20 0 1 0 377864235 65630208 15253 33554432000 4194304 5654031 140735579596032 140735579583848 4215076 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6290/statm: 16023 15253 142 357 0 15663 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 86260

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/182 6290
/proc/meminfo: memFree=29619572/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=101624 CPUtime=90.89 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 13806 0 0 0 9085 4 0 0 20 0 1 0 377864235 104062976 24749 33554432000 4194304 5654031 140735579596032 140735579594056 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6290/statm: 25406 24749 142 357 0 25046 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 123792

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 6290
/proc/meminfo: memFree=29333324/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=150944 CPUtime=150.87 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 16634 0 0 0 15079 8 0 0 20 0 1 0 377864235 154566656 36405 33554432000 4194304 5654031 140735579596032 140735579593960 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6290/statm: 37736 36405 142 357 0 37376 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 173112

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 6291
/proc/meminfo: memFree=29558728/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=150944 CPUtime=210.85 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 19648 0 0 0 21072 13 0 0 20 0 1 0 377864235 154566656 35381 33554432000 4194304 5654031 140735579596032 140735579593960 4215040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6290/statm: 37736 35381 142 357 0 37376 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 173112

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/184 6347
/proc/meminfo: memFree=30000412/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=313240 CPUtime=1350.59 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 56798 0 0 0 134962 97 0 0 20 0 1 0 377864235 320757760 61349 33554432000 4194304 5654031 140735579596032 140735579594120 4217744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 78310 61349 142 357 0 77950 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 335408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6348
/proc/meminfo: memFree=30041420/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=231852 CPUtime=1410.6 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 58145 0 0 0 140959 101 0 0 20 0 1 0 377864235 237416448 50597 33554432000 4194304 5654031 140735579596032 140735579594120 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 57963 50597 142 357 0 57603 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 254020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6348
/proc/meminfo: memFree=30100176/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=150944 CPUtime=1470.58 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 59025 0 0 0 146954 104 0 0 20 0 1 0 377864235 154566656 36303 33554432000 4194304 5654031 140735579596032 140735579594056 4217077 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 37736 36303 142 357 0 37376 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 173112

[startup+1542.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/182 6355
/proc/meminfo: memFree=30033248/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=313240 CPUtime=1530.57 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 60630 0 0 0 152951 106 0 0 20 0 1 0 377864235 320757760 69071 33554432000 4194304 5654031 140735579596032 140735579594120 4233236 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 78310 69071 142 357 0 77950 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 335408

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/182 6355
/proc/meminfo: memFree=30056236/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=313240 CPUtime=1590.56 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 62506 0 0 0 158945 111 0 0 20 0 1 0 377864235 320757760 58789 33554432000 4194304 5654031 140735579596032 140735579594120 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 78310 58789 142 357 0 77950 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 335408

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 6358
/proc/meminfo: memFree=30100400/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=231852 CPUtime=1650.53 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 63929 0 0 0 164939 114 0 0 20 0 1 0 377864235 237416448 48591 33554432000 4194304 5654031 140735579596032 140735579594120 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 57963 48591 142 357 0 57603 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 254020

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 6359
/proc/meminfo: memFree=29907848/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=445500 CPUtime=1710.52 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 64965 0 0 0 170934 118 0 0 20 0 1 0 377864235 456192000 79264 33554432000 4194304 5654031 140735579596032 140735579594120 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 111375 79264 142 357 0 111015 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 467668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6359
/proc/meminfo: memFree=29998256/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=313240 CPUtime=1770.51 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 66831 0 0 0 176929 122 0 0 20 0 1 0 377864235 320757760 64933 33554432000 4194304 5654031 140735579596032 140735579594120 4208659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 78310 64933 142 357 0 77950 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 335408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6359
/proc/meminfo: memFree=29930712/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=313240 CPUtime=1788.71 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 66858 0 0 0 178748 123 0 0 20 0 1 0 377864235 320757760 73125 33554432000 4194304 5654031 140735579596032 140735579594120 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 78310 73125 142 357 0 77950 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 335408

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6359
/proc/meminfo: memFree=29930712/32873648 swapFree=7376/7376
[pid=6279] ppid=6277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6279/stat : 6279 (npSolver-pbo-It) S 6277 6279 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377863098 9367552 275 33554432000 4194304 5064252 140735285185024 140735285183936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6279/statm: 2287 275 233 213 0 72 0
[pid=6280] ppid=6279 vsize=13020 CPUtime=11.34 cores=1,3,5,7
/proc/6280/stat : 6280 (npSolver-pbo) S 6279 6279 2890 0 -1 4202496 6905 15555 0 0 13 2 1116 3 20 0 1 0 377863098 13332480 2661 33554432000 4194304 6004724 140736233849216 140736233835064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6280/statm: 3255 2661 188 442 0 2809 0
[pid=6290] ppid=6280 vsize=313240 CPUtime=1788.71 cores=1,3,5,7
/proc/6290/stat : 6290 (glucosInc) R 6280 6279 2890 0 -1 4202496 66858 0 0 0 178748 123 0 0 20 0 1 0 377864235 320757760 73125 33554432000 4194304 5654031 140735579596032 140735579594120 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6290/statm: 78310 73125 142 357 0 77950 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 335408

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6279 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=306281
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=68989
# CPU time returned by wait4() is 11.3753
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.77
CPU system time (s): 1.28
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 467668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3063
system time used= 0.068989
maximum resident set size= 54120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22834
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= 214
involuntary context switches= 59

runsolver used 5.03323 second user time and 19.1711 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-08 03:02:42
IDJOB=3751976
IDBENCH=1988
IDSOLVER=2335
FILE ID=node113/3751976-1339117362
RUNJOBID= node113-1339111913-4673
PBS_JOBID= 14643740
Free space on /tmp= 71076 MiB

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

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

MD5SUM BENCH= 810966efbb409d6e2e91a116be6e9263
RANDOM SEED=1975984613

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.92
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.026
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:        29676216 kB
Buffers:          448432 kB
Cached:          1167880 kB
SwapCached:         2204 kB
Active:          2245968 kB
Inactive:          26028 kB
Active(anon):     651784 kB
Inactive(anon):     5732 kB
Active(file):    1594184 kB
Inactive(file):    20296 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:              8528 kB
Writeback:             0 kB
AnonPages:        667156 kB
Mapped:            11688 kB
Shmem:                 0 kB
Slab:             781768 kB
SReclaimable:     225600 kB
SUnreclaim:       556168 kB
KernelStack:        1464 kB
PageTables:         5440 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     840448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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= 71132 MiB
End job on node113 at 2012-06-08 03:32:43