Trace number 3747178

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_18.opb.PB06.opb
MD5SUMe1d6958876c3f9359c6b5193f1345bd5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1041
Best CPU time to get the best result obtained on this benchmark1796.74
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 variables1964
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 1964
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 1964
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 1964
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
0.00/0.04	c [INC SEARCH] formula is SAT
0.00/0.04	c [INC SYSTEM] solved the initial formula
0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.06	o 1198
0.00/0.06	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.06	c write failed with 2
0.00/0.06	c [INC SEARCH] iteration: 0
0.00/0.06	c [INC BOUNDS] best value:1198 search for 1197
0.00/0.06	c [INC SYSTEM] create new solver instance
0.00/0.06	c [INC] encode full formula
0.00/0.06	c (debug) using card networks
0.00/0.06	c old isEQ: 41, new EQ is 0
0.00/0.11	c set iterative enc to: card
0.00/0.11	c set iterative enc to: none
0.00/0.12	c [INC SEARCH] isOptimum variable: 0
195.59/195.71	c formula is SAT
195.59/195.71	c [INC SEARCH] copied best model
195.59/195.71	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
195.59/195.72	c model valid
195.59/195.72	c current solution ok
195.59/195.72	o 1176
195.59/195.72	c [INC SEARCH] iteration: 1
195.59/195.72	c [INC BOUNDS] best value:1176 search for 1175
195.59/195.72	c [INC SYSTEM] there exists a inc, kill it!
195.59/195.72	c write failed with 2
195.59/195.72	c [INC SYSTEM] create new solver instance
195.59/195.72	c [INC] encode full formula
195.59/195.72	c (debug) using card networks
195.59/195.72	c old isEQ: 96, new EQ is 0
195.59/195.77	c set iterative enc to: card
195.59/195.77	c set iterative enc to: none
195.59/195.79	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1800.40	c write failed with -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-3747178-1339098640/watcher-3747178-1339098640 -o /tmp/evaluation-result-3747178-1339098640/solver-3747178-1339098640 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747178-1339098640.opb 261770730 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 1.56 0.76 3/179 22576
/proc/meminfo: memFree=28995744/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0

[startup+0.0854979 s]
/proc/loadavg: 2.00 1.56 0.76 3/179 22576
/proc/meminfo: memFree=28995744/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 2.00 1.56 0.76 3/179 22576
/proc/meminfo: memFree=28995744/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300203 s]
/proc/loadavg: 2.00 1.56 0.76 3/179 22576
/proc/meminfo: memFree=28995744/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.00 1.56 0.76 3/179 22576
/proc/meminfo: memFree=28995744/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 1.56 0.76 3/182 22585
/proc/meminfo: memFree=28951352/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=35864 CPUtime=1.35 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 7475 0 0 0 134 1 0 0 20 0 1 0 375988908 36724736 7749 33554432000 4194304 5654031 140737180601824 140737180589640 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 8966 7749 140 357 0 8606 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 56656

[startup+3.10041 s]
/proc/loadavg: 2.00 1.56 0.76 3/182 22585
/proc/meminfo: memFree=28949180/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=36656 CPUtime=2.96 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 8549 0 0 0 294 2 0 0 20 0 1 0 375988908 37535744 8074 33554432000 4194304 5654031 140737180601824 140737180589640 4232518 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 9164 8074 141 357 0 8804 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 57448

[startup+6.3004 s]
/proc/loadavg: 2.00 1.56 0.76 3/182 22585
/proc/meminfo: memFree=29013116/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=52264 CPUtime=6.16 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 10577 0 0 0 613 3 0 0 20 0 1 0 375988908 53518336 10184 33554432000 4194304 5654031 140737180601824 140737180589640 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 13066 10184 142 357 0 12706 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 73056

[startup+12.7004 s]
/proc/loadavg: 2.00 1.57 0.77 3/182 22585
/proc/meminfo: memFree=28962316/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=52264 CPUtime=12.56 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 10770 0 0 0 1253 3 0 0 20 0 1 0 375988908 53518336 12421 33554432000 4194304 5654031 140737180601824 140737180589640 4215290 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 13066 12421 142 357 0 12706 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 73056

[startup+25.5004 s]
/proc/loadavg: 2.14 1.62 0.80 3/182 22585
/proc/meminfo: memFree=28928436/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=59448 CPUtime=25.35 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 11566 0 0 0 2532 3 0 0 20 0 1 0 375988908 60874752 14190 33554432000 4194304 5654031 140737180601824 140737180589640 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 14862 14190 142 357 0 14502 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 80240

[startup+51.1004 s]
/proc/loadavg: 2.09 1.65 0.83 3/182 22585
/proc/meminfo: memFree=28929756/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=94460 CPUtime=50.94 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 12429 0 0 0 5090 4 0 0 20 0 1 0 375988908 96727040 16424 33554432000 4194304 5654031 140737180601824 140737180599704 4215121 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 23615 16424 142 357 0 23255 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 115252

[startup+102.307 s]
/proc/loadavg: 2.04 1.70 0.89 3/181 22585
/proc/meminfo: memFree=28920380/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=94460 CPUtime=102.13 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 13314 0 0 0 10208 5 0 0 20 0 1 0 375988908 96727040 22912 33554432000 4194304 5654031 140737180601824 140737180589640 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 23615 22912 142 357 0 23255 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 115252

[startup+162.3 s]
/proc/loadavg: 2.11 1.79 0.97 3/181 22585
/proc/meminfo: memFree=28876176/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 4575 3628 0 0 6 2 1 0 20 0 1 0 375988896 11923456 2395 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22577/statm: 2911 2395 175 442 0 2465 0
[pid=22585] ppid=22577 vsize=95648 CPUtime=162.11 cores=1,3,5,7
/proc/22585/stat : 22585 (glucosInc) R 22577 22576 22344 0 -1 4202496 14893 0 0 0 16203 8 0 0 20 0 1 0 375988908 97943552 23273 33554432000 4194304 5654031 140737180601824 140737180589640 4232462 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22585/statm: 23912 23273 142 357 0 23552 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 116440

[startup+222.3 s]
/proc/loadavg: 2.07 1.84 1.03 3/181 22587
/proc/meminfo: memFree=28923024/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=59336 CPUtime=26.48 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 11581 0 0 0 2645 3 0 0 20 0 1 0 376008475 60760064 14188 33554432000 4194304 5654031 140733309129904 140733309127704 4215091 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22587/statm: 14834 14188 142 357 0 14474 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 81504

[startup+282.3 s]

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

/proc/meminfo: memFree=28775144/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=215664 CPUtime=1046.3 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 47580 0 0 0 104557 73 0 0 20 0 1 0 376008475 220839936 50163 33554432000 4194304 5654031 140733309129904 140733309117720 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 53916 50163 142 357 0 53556 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 237832

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/181 22620
/proc/meminfo: memFree=28777168/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=215664 CPUtime=1106.31 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 49205 0 0 0 110554 77 0 0 20 0 1 0 376008475 220839936 48627 33554432000 4194304 5654031 140733309129904 140733309117720 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 53916 48627 142 357 0 53556 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 237832

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 22667
/proc/meminfo: memFree=28892968/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=288452 CPUtime=1166.28 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 50955 0 0 0 116548 80 0 0 20 0 1 0 376008475 295374848 60534 33554432000 4194304 5654031 140733309129904 140733309117720 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 72113 60534 142 357 0 71753 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 310620

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.72 3/181 22667
/proc/meminfo: memFree=28828856/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=290696 CPUtime=1226.28 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 53142 0 0 0 122543 85 0 0 20 0 1 0 376008475 297672704 63868 33554432000 4194304 5654031 140733309129904 140733309117720 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 72674 63868 142 357 0 72314 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 312864

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.73 3/181 22668
/proc/meminfo: memFree=28778292/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=372084 CPUtime=1286.26 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 55081 0 0 0 128536 90 0 0 20 0 1 0 376008475 381014016 75644 33554432000 4194304 5654031 140733309129904 140733309117720 4217040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 93021 75644 142 357 0 92661 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 394252

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.74 3/181 22668
/proc/meminfo: memFree=28790376/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=290696 CPUtime=1346.25 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 56498 0 0 0 134532 93 0 0 20 0 1 0 376008475 297672704 62844 33554432000 4194304 5654031 140733309129904 140733309117720 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 72674 62844 142 357 0 72314 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 312864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/181 22668
/proc/meminfo: memFree=28802528/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=290696 CPUtime=1406.24 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 58418 0 0 0 140527 97 0 0 20 0 1 0 376008475 297672704 61308 33554432000 4194304 5654031 140733309129904 140733309117720 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 72674 61308 142 357 0 72314 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 312864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/181 22668
/proc/meminfo: memFree=28807744/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=240608 CPUtime=1466.22 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 59526 0 0 0 146522 100 0 0 20 0 1 0 376008475 246382592 58447 33554432000 4194304 5654031 140733309129904 140733309117720 4232611 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 60152 58447 142 357 0 59792 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 262776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/181 22668
/proc/meminfo: memFree=28794500/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=290696 CPUtime=1526.22 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 61243 0 0 0 152517 105 0 0 20 0 1 0 376008475 297672704 71548 33554432000 4194304 5654031 140733309129904 140733309117720 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 72674 71548 142 357 0 72314 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 312864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/182 22672
/proc/meminfo: memFree=28781604/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=290696 CPUtime=1586.21 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 63168 0 0 0 158513 108 0 0 20 0 1 0 376008475 297672704 62844 33554432000 4194304 5654031 140733309129904 140733309117720 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 72674 62844 142 357 0 72314 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 312864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.79 3/182 22672
/proc/meminfo: memFree=28888968/32873844 swapFree=7120/7120
[pid=22576] ppid=22574 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22576/stat : 22576 (npSolver-pbo-It) S 22574 22576 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375988896 9367552 274 33554432000 4194304 5064252 140733254945696 140733254944608 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22576/statm: 2287 274 233 213 0 72 0
[pid=22577] ppid=22576 vsize=13020 CPUtime=195.7 cores=1,3,5,7
/proc/22577/stat : 22577 (npSolver-pbo) S 22576 22576 22344 0 -1 4202496 7027 19861 0 0 13 3 19543 11 20 0 1 0 375988896 13332480 2649 33554432000 4194304 6004724 140736115790160 140736115776008 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22577/statm: 3255 2649 175 442 0 2809 0
[pid=22587] ppid=22577 vsize=160468 CPUtime=1604.31 cores=1,3,5,7
/proc/22587/stat : 22587 (glucosInc) R 22577 22576 22344 0 -1 4202496 63182 0 0 0 160322 109 0 0 20 0 1 0 376008475 164319232 39484 33554432000 4194304 5654031 140733309129904 140733309117720 4215132 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22587/statm: 40117 39484 142 357 0 39757 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 182636

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.8
CPU system time (s): 1.24281
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 394252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.24281
maximum resident set size= 347632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90449
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= 300
involuntary context switches= 1987

runsolver used 3.19451 second user time and 8.32473 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-07 21:50:40
IDJOB=3747178
IDBENCH=1987
IDSOLVER=2332
FILE ID=node142/3747178-1339098640
RUNJOBID= node142-1339098175-22361
PBS_JOBID= 14643711
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= e1d6958876c3f9359c6b5193f1345bd5
RANDOM SEED=261770730

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:       32873844 kB
MemFree:        28996124 kB
Buffers:          368016 kB
Cached:          2472260 kB
SwapCached:          112 kB
Active:          1635472 kB
Inactive:        1402968 kB
Active(anon):     189464 kB
Inactive(anon):    11164 kB
Active(file):    1446008 kB
Inactive(file):  1391804 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:              8428 kB
Writeback:             0 kB
AnonPages:        215116 kB
Mapped:            11676 kB
Shmem:               188 kB
Slab:             692568 kB
SReclaimable:     134140 kB
SUnreclaim:       558428 kB
KernelStack:        1504 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     352612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71156 MiB
End job on node142 at 2012-06-07 22:20:41