Trace number 3702775

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.03 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.58/3.69	c run inc solver
3.58/3.69	c [INC SYSTEM] run initial solver
3.58/3.69	c [INC SYSTEM] preprocess with white file
18.02/18.22	c [INC SYSTEM] finished preprocessing in 14 s
18.02/18.22	c [INC SYSTEM] execute solver
26.03/26.28	c [INC SEARCH] formula is SAT
26.15/26.34	c [INC SYSTEM] solved the initial formula
26.26/26.47	c model valid
26.26/26.47	c current solution ok
34.02/34.35	o 394
34.02/34.35	c starting approximation
34.02/34.35	c factor = 2
34.02/34.35	c current bound: 197
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	s UNKNOWN

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-3702775-1338056274/watcher-3702775-1338056274 -o /tmp/evaluation-result-3702775-1338056274/solver-3702775-1338056274 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702775-1338056274.opb 404752724 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2043
/proc/meminfo: memFree=27288144/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0

[startup+0.043445 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2043
/proc/meminfo: memFree=27288144/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2043
/proc/meminfo: memFree=27288144/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2043
/proc/meminfo: memFree=27288144/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700263 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2043
/proc/meminfo: memFree=27288144/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 2045
/proc/meminfo: memFree=27255948/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=38724 CPUtime=1.49 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) R 2043 2043 1653 0 -1 4202496 4098 0 0 0 148 1 0 0 20 0 1 0 271755967 39653376 6113 33554432000 4194304 5992684 140736856347088 140736856342824 4809151 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2044/statm: 9681 6113 146 440 0 9237 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47872

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 2045
/proc/meminfo: memFree=27105384/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=216904 CPUtime=3.09 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) R 2043 2043 1653 0 -1 4202496 25264 0 0 0 302 7 0 0 20 0 1 0 271755967 222109696 44605 33554432000 4194304 5992684 140736856347088 140736856342168 4571359 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2044/statm: 54226 44605 162 440 0 53782 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 226052

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 2049
/proc/meminfo: memFree=25670552/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=237048 CPUtime=3.68 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 30980 0 0 0 342 26 0 0 20 0 1 0 271755967 242737152 54770 33554432000 4194304 5992684 140736856347088 140736856341536 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2044/statm: 59262 54770 169 440 0 58818 0
[pid=2048] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2048/stat : 2048 (cp2_pre.sh) S 2044 2043 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271756337 9367552 276 33554432000 4194304 5064252 140733874056096 140733874054800 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2048/statm: 2287 276 234 213 0 72 0
[pid=2049] ppid=2048 vsize=619396 CPUtime=2.58 cores=1,3,5,7
/proc/2049/stat : 2049 (coprocessor) R 2048 2043 1653 0 -1 4202496 48305 0 0 0 242 16 0 0 20 0 1 0 271756337 634261504 133788 33554432000 4194304 6586260 140735012801584 140735012797848 5511711 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/2049/statm: 154849 133788 164 584 0 154261 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 874740

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 2049
/proc/meminfo: memFree=25029256/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=237048 CPUtime=3.68 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 30980 0 0 0 342 26 0 0 20 0 1 0 271755967 242737152 54770 33554432000 4194304 5992684 140736856347088 140736856341536 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2044/statm: 59262 54770 169 440 0 58818 0
[pid=2048] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2048/stat : 2048 (cp2_pre.sh) S 2044 2043 1653 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271756337 9367552 276 33554432000 4194304 5064252 140733874056096 140733874054800 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2048/statm: 2287 276 234 213 0 72 0
[pid=2049] ppid=2048 vsize=827128 CPUtime=8.98 cores=1,3,5,7
/proc/2049/stat : 2049 (coprocessor) R 2048 2043 1653 0 -1 4202496 80849 0 0 0 874 24 0 0 20 0 1 0 271756337 846979072 200058 33554432000 4194304 6586260 140735012801584 140735012796952 4690024 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/2049/statm: 206782 200058 189 584 0 206194 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1082472

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 1.94 3/181 2053
/proc/meminfo: memFree=25826596/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=237048 CPUtime=18.05 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 30996 82535 0 0 342 26 1384 53 20 0 1 0 271755967 242737152 54773 33554432000 4194304 5992684 140736856347088 140736856333352 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2044/statm: 59262 54773 171 440 0 58818 0
[pid=2053] ppid=2044 vsize=463108 CPUtime=7.26 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) R 2044 2043 1653 0 -1 4202496 65787 0 0 0 710 16 0 0 20 0 1 0 271757790 474222592 96420 33554432000 4194304 5654031 140733208197280 140733208195064 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 115777 96420 141 357 0 115417 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 709304

[startup+51.1006 s]
/proc/loadavg: 2.17 2.04 1.95 3/185 2059
/proc/meminfo: memFree=24835844/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 97655 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 97655 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=433788 CPUtime=16.68 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 58794 0 0 0 1651 17 0 0 20 0 1 0 271759408 444198912 94354 33554432000 4194304 5208918 140735473827696 140735473824072 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 108447 94354 104 248 0 108196 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1188044

[startup+102.301 s]
/proc/loadavg: 2.11 2.05 1.96 3/184 2059
/proc/meminfo: memFree=24817644/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 97655 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 97655 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=442116 CPUtime=67.88 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 60644 0 0 0 6769 19 0 0 20 0 1 0 271759408 452726784 97098 33554432000 4194304 5208918 140735473827696 140735473823464 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 110529 97098 105 248 0 110278 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 1196372

[startup+162.301 s]
/proc/loadavg: 2.04 2.04 1.96 3/186 2063
/proc/meminfo: memFree=24807828/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 97655 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 97655 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=442116 CPUtime=127.87 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 61201 0 0 0 12766 21 0 0 20 0 1 0 271759408 452726784 98232 33554432000 4194304 5208918 140735473827696 140735473824008 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 110529 98232 105 248 0 110278 0
Current children cumulated CPU time (s) 162.12

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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/185 2075
/proc/meminfo: memFree=24554012/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=482884 CPUtime=1447.63 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 81488 0 0 0 144693 70 0 0 20 0 1 0 271759408 494473216 106930 33554432000 4194304 5208918 140735473827696 140735473825784 4229075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 120721 106930 105 248 0 120470 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1237140

[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 1.98 3/185 2075
/proc/meminfo: memFree=24675088/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=484304 CPUtime=1507.62 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 81821 0 0 0 150692 70 0 0 20 0 1 0 271759408 495927296 112884 33554432000 4194304 5208918 140735473827696 140735473825544 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 121076 112884 105 248 0 120825 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1238560

[startup+1602.3 s]
/proc/loadavg: 2.13 2.04 2.00 3/185 2075
/proc/meminfo: memFree=24653124/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=569104 CPUtime=1567.61 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 83264 0 0 0 156688 73 0 0 20 0 1 0 271759408 582762496 118393 33554432000 4194304 5208918 140735473827696 140735473825544 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 142276 118393 105 248 0 142025 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1323360

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/185 2076
/proc/meminfo: memFree=24685952/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=488136 CPUtime=1627.6 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 83949 0 0 0 162684 76 0 0 20 0 1 0 271759408 499851264 111703 33554432000 4194304 5208918 140735473827696 140735473825544 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 122034 111703 105 248 0 121783 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1242392

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 2076
/proc/meminfo: memFree=24639848/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=491668 CPUtime=1687.59 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 84748 0 0 0 168682 77 0 0 20 0 1 0 271759408 503468032 116590 33554432000 4194304 5208918 140735473827696 140735473823464 4212881 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 122917 116590 105 248 0 122666 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1245924

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/185 2076
/proc/meminfo: memFree=24683416/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=491668 CPUtime=1747.58 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 86002 0 0 0 174677 81 0 0 20 0 1 0 271759408 503468032 110450 33554432000 4194304 5208918 140735473827696 140735473825784 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 122917 110450 105 248 0 122666 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1245924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.03 2.00 2/179 2077
/proc/meminfo: memFree=25800468/32873844 swapFree=6088/6088
[pid=2043] ppid=2041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2043/stat : 2043 (npSolver-pbo-It) S 2041 2043 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271755967 9367552 275 33554432000 4194304 5064252 140734001265088 140734001264000 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2043/statm: 2287 275 233 213 0 72 0
[pid=2044] ppid=2043 vsize=269820 CPUtime=26.23 cores=1,3,5,7
/proc/2044/stat : 2044 (npSolver-pbo) S 2043 2043 1653 0 -1 4202496 34185 83051 0 0 475 694 1384 70 20 0 1 0 271755967 276295680 62408 33554432000 4194304 5992684 140736856347088 140736856339376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/2044/statm: 67455 62408 194 440 0 67011 0
[pid=2053] ppid=2044 vsize=466140 CPUtime=8.02 cores=1,3,5,7
/proc/2053/stat : 2053 (glucosInc) S 2044 2043 1653 0 -1 4202496 67022 0 0 0 785 17 0 0 20 0 1 0 271757790 477327360 98027 33554432000 4194304 5654031 140733208197280 140733208195592 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2053/statm: 116535 98027 147 357 0 116175 0
[pid=2058] ppid=2044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2044 2043 1653 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271759407 9367552 266 33554432000 4194304 5064252 140733837123072 140733837121984 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2058/statm: 2287 266 226 213 0 72 0
[pid=2059] ppid=2058 vsize=491668 CPUtime=1765.78 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2043 1653 0 -1 4202496 86007 0 0 0 176497 81 0 0 20 0 1 0 271759408 503468032 113010 33554432000 4194304 5208918 140735473827696 140735473824072 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2059/statm: 122917 113010 105 248 0 122666 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1245924

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.52
CPU time (s): 1800.03
CPU user time (s): 1791.41
CPU system time (s): 8.62
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 1457540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.09338 second user time and 13.26 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-26 20:17:54
IDJOB=3702775
IDBENCH=2013
IDSOLVER=2278
FILE ID=node108/3702775-1338056274
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71700 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702775-1338056274/watcher-3702775-1338056274 -o /tmp/evaluation-result-3702775-1338056274/solver-3702775-1338056274 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702775-1338056274.opb 404752724 HOME HOME

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=404752724

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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:        27288788 kB
Buffers:          247328 kB
Cached:          4538588 kB
SwapCached:            0 kB
Active:           592972 kB
Inactive:        4214440 kB
Active(anon):      23956 kB
Inactive(anon):        0 kB
Active(file):     569016 kB
Inactive(file):  4214440 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22560 kB
Writeback:             0 kB
AnonPages:         18484 kB
Mapped:            15252 kB
Shmem:               200 kB
Slab:             639708 kB
SReclaimable:      81872 kB
SUnreclaim:       557836 kB
KernelStack:        1544 kB
PageTables:         3728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71504 MiB
End job on node108 at 2012-05-26 20:47:56