Trace number 3747181

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.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_33.opb.PB06.opb
MD5SUM4609670c187ed2b426f26d3b2e2df0b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1035
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1034
Optimality of the best value was proved NO
Number of variables1965
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 1965
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 1965
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 1965
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 1190
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:1190 search for 1189
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
1751.44/1751.85	c formula is SAT
1751.44/1751.86	c [INC SEARCH] copied best model
1751.44/1751.86	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1751.44/1751.86	c model valid
1751.44/1751.86	c current solution ok
1751.44/1751.86	o 1177
1751.44/1751.86	c [INC SEARCH] iteration: 1
1751.44/1751.86	c [INC BOUNDS] best value:1177 search for 1176
1751.44/1751.86	c [INC SYSTEM] there exists a inc, kill it!
1751.44/1751.86	c write failed with 2
1751.44/1751.87	c [INC SYSTEM] create new solver instance
1751.44/1751.87	c [INC] encode full formula
1751.44/1751.87	c (debug) using card networks
1751.44/1751.87	c old isEQ: 112, new EQ is 0
1751.56/1751.92	c set iterative enc to: card
1751.56/1751.92	c set iterative enc to: none
1751.56/1751.93	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.40	s UNKNOWN
1800.03/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.03/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-3747181-1339098885/watcher-3747181-1339098885 -o /tmp/evaluation-result-3747181-1339098885/solver-3747181-1339098885 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747181-1339098885.opb 696256657 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.07 1.91 1.16 3/178 4258
/proc/meminfo: memFree=31200496/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (runsolver) D 4256 4258 4113 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 376014463 12095488 52 33554432000 4194304 5436572 140735481847792 140735481844088 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/4258/statm: 2953 52 31 304 0 2645 0

[startup+0.0823759 s]
/proc/loadavg: 2.07 1.91 1.16 3/178 4258
/proc/meminfo: memFree=31200496/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100179 s]
/proc/loadavg: 2.07 1.91 1.16 3/178 4258
/proc/meminfo: memFree=31200496/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300174 s]
/proc/loadavg: 2.07 1.91 1.16 3/178 4258
/proc/meminfo: memFree=31200496/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70017 s]
/proc/loadavg: 2.07 1.91 1.16 3/178 4258
/proc/meminfo: memFree=31200496/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.07 1.91 1.16 3/181 4267
/proc/meminfo: memFree=31157556/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=36352 CPUtime=1.36 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 7667 0 0 0 135 1 0 0 20 0 1 0 376014476 37224448 7919 33554432000 4194304 5654031 140734086406656 140734086404744 4215188 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 9088 7919 140 357 0 8728 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 57144

[startup+3.10025 s]
/proc/loadavg: 2.07 1.91 1.16 3/181 4269
/proc/meminfo: memFree=31177424/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=36352 CPUtime=2.96 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 8480 0 0 0 295 1 0 0 20 0 1 0 376014476 37224448 8226 33554432000 4194304 5654031 140734086406656 140734086394472 4218793 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 9088 8226 141 357 0 8728 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 57144

[startup+6.30032 s]
/proc/loadavg: 2.07 1.92 1.16 3/181 4269
/proc/meminfo: memFree=31157124/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=52156 CPUtime=6.16 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 10228 0 0 0 614 2 0 0 20 0 1 0 376014476 53407744 11021 33554432000 4194304 5654031 140734086406656 140734086394472 4209087 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 13039 11021 142 357 0 12679 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 72948

[startup+12.7003 s]
/proc/loadavg: 2.06 1.92 1.16 3/181 4269
/proc/meminfo: memFree=31133936/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=56620 CPUtime=12.55 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 11254 0 0 0 1253 2 0 0 20 0 1 0 376014476 57978880 13478 33554432000 4194304 5654031 140734086406656 140734086394472 4233168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 14155 13478 142 357 0 13795 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 77412

[startup+25.5003 s]
/proc/loadavg: 2.05 1.92 1.18 3/181 4270
/proc/meminfo: memFree=31125760/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=56620 CPUtime=25.34 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 11287 0 0 0 2532 2 0 0 20 0 1 0 376014476 57978880 13507 33554432000 4194304 5654031 140734086406656 140734086394472 4232651 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 14155 13507 142 357 0 13795 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 77412

[startup+51.1003 s]
/proc/loadavg: 2.03 1.92 1.20 3/181 4270
/proc/meminfo: memFree=31103716/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=64148 CPUtime=50.94 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 11367 0 0 0 5092 2 0 0 20 0 1 0 376014476 65687552 14609 33554432000 4194304 5654031 140734086406656 140734086404536 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 16037 14609 142 357 0 15677 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 84940

[startup+102.307 s]
/proc/loadavg: 2.01 1.93 1.24 3/181 4270
/proc/meminfo: memFree=31038608/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=75752 CPUtime=102.14 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 11924 0 0 0 10211 3 0 0 20 0 1 0 376014476 77570048 18219 33554432000 4194304 5654031 140734086406656 140734086404456 4232968 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 18938 18219 142 357 0 18578 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 96544

[startup+162.3 s]
/proc/loadavg: 2.00 1.94 1.28 3/181 4270
/proc/meminfo: memFree=31014620/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=94608 CPUtime=162.12 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 13600 0 0 0 16208 4 0 0 20 0 1 0 376014476 96878592 21468 33554432000 4194304 5654031 140734086406656 140734086404536 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 23652 21468 142 357 0 23292 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 115400

[startup+222.3 s]
/proc/loadavg: 2.00 1.95 1.32 3/181 4270
/proc/meminfo: memFree=31055568/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=94608 CPUtime=222.11 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 13602 0 0 0 22207 4 0 0 20 0 1 0 376014476 96878592 21980 33554432000 4194304 5654031 140734086406656 140734086394472 4232607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 23652 21980 142 357 0 23292 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 115400

[startup+282.3 s]

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

/proc/meminfo: memFree=30885472/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=140024 CPUtime=1241.93 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 38109 0 0 0 124141 52 0 0 20 0 1 0 376014476 143384576 34358 33554432000 4194304 5654031 140734086406656 140734086394472 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 35006 34358 142 357 0 34646 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 160816

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.76 2/176 4317
/proc/meminfo: memFree=31109104/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=140024 CPUtime=1301.93 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 39372 0 0 0 130138 55 0 0 20 0 1 0 376014476 143384576 34358 33554432000 4194304 5654031 140734086406656 140734086394472 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 35006 34358 142 357 0 34646 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 160816

[startup+1362.3 s]
/proc/loadavg: 2.43 2.11 1.81 3/182 4345
/proc/meminfo: memFree=26164892/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=189344 CPUtime=1361.91 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 41002 0 0 0 136132 59 0 0 20 0 1 0 376014476 193888256 44424 33554432000 4194304 5654031 140734086406656 140734086394472 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 47336 44424 142 357 0 46976 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 210136

[startup+1422.31 s]
/proc/loadavg: 2.39 2.17 1.85 3/181 4347
/proc/meminfo: memFree=26184036/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=189344 CPUtime=1421.91 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 42271 0 0 0 142127 64 0 0 20 0 1 0 376014476 193888256 45960 33554432000 4194304 5654031 140734086406656 140734086394472 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 47336 45960 142 357 0 46976 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 210136

[startup+1482.3 s]
/proc/loadavg: 2.14 2.14 1.86 3/181 4347
/proc/meminfo: memFree=26095132/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=189344 CPUtime=1481.89 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 43543 0 0 0 148121 68 0 0 20 0 1 0 376014476 193888256 46472 33554432000 4194304 5654031 140734086406656 140734086394472 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 47336 46472 142 357 0 46976 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 210136

[startup+1542.3 s]
/proc/loadavg: 2.05 2.11 1.86 3/181 4350
/proc/meminfo: memFree=26045200/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=189344 CPUtime=1541.89 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 44813 0 0 0 154118 71 0 0 20 0 1 0 376014476 193888256 45448 33554432000 4194304 5654031 140734086406656 140734086394472 4232912 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 47336 45448 142 357 0 46976 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 210136

[startup+1602.3 s]
/proc/loadavg: 2.02 2.09 1.87 3/181 4351
/proc/meminfo: memFree=25967956/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=208140 CPUtime=1601.88 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 46699 0 0 0 160114 74 0 0 20 0 1 0 376014476 213135360 50147 33554432000 4194304 5654031 140734086406656 140734086394472 4214990 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 52035 50147 142 357 0 51675 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 228932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 1.87 3/181 4351
/proc/meminfo: memFree=25916028/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=208140 CPUtime=1661.87 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 47971 0 0 0 166110 77 0 0 20 0 1 0 376014476 213135360 48611 33554432000 4194304 5654031 140734086406656 140734086394472 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 52035 48611 142 357 0 51675 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 228932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 1.88 3/181 4351
/proc/meminfo: memFree=26093020/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=11644 CPUtime=0.09 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 4748 3120 0 0 7 1 1 0 20 0 1 0 376014464 11923456 2568 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 2911 2568 175 442 0 2465 0
[pid=4267] ppid=4260 vsize=208140 CPUtime=1721.85 cores=0,2,4,6
/proc/4267/stat : 4267 (glucosInc) R 4260 4258 4113 0 -1 4202496 49237 0 0 0 172106 79 0 0 20 0 1 0 376014476 213135360 47587 33554432000 4194304 5654031 140734086406656 140734086394472 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4267/statm: 52035 47587 142 357 0 51675 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 228932

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 1.89 3/181 4353
/proc/meminfo: memFree=26149868/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=13020 CPUtime=1751.59 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 7200 53500 0 0 13 2 175062 82 20 0 1 0 376014464 13332480 2649 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 3255 2649 175 442 0 2809 0
[pid=4353] ppid=4260 vsize=82612 CPUtime=30.34 cores=0,2,4,6
/proc/4353/stat : 4353 (glucosInc) R 4260 4258 4113 0 -1 4202496 10986 0 0 0 3031 3 0 0 20 0 1 0 376189657 84594688 18956 33554432000 4194304 5654031 140733306718080 140733306705896 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4353/statm: 20653 18956 142 357 0 20293 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 104780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.05 1.89 3/181 4353
/proc/meminfo: memFree=26133204/32873648 swapFree=7628/7628
[pid=4258] ppid=4256 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4258/stat : 4258 (npSolver-pbo-It) S 4256 4258 4113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376014463 9367552 275 33554432000 4194304 5064252 140735251085632 140735251084544 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4258/statm: 2287 275 233 213 0 72 0
[pid=4260] ppid=4258 vsize=13020 CPUtime=1751.59 cores=0,2,4,6
/proc/4260/stat : 4260 (npSolver-pbo) S 4258 4258 4113 0 -1 4202496 7200 53500 0 0 13 2 175062 82 20 0 1 0 376014464 13332480 2649 33554432000 4194304 6004724 140735841195120 140735841180968 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4260/statm: 3255 2649 175 442 0 2809 0
[pid=4353] ppid=4260 vsize=82612 CPUtime=48.44 cores=0,2,4,6
/proc/4353/stat : 4353 (glucosInc) R 4260 4258 4113 0 -1 4202496 10994 0 0 0 4841 3 0 0 20 0 1 0 376189657 84594688 19986 33554432000 4194304 5654031 140733306718080 140733306705896 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4353/statm: 20653 19986 142 357 0 20293 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 104780

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.07
CPU user time (s): 1799.18
CPU system time (s): 0.889864
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 309840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.889864
maximum resident set size= 263500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72074
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= 269
involuntary context switches= 2698

runsolver used 3.11952 second user time and 8.49371 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-07 21:54:45
IDJOB=3747181
IDBENCH=1990
IDSOLVER=2332
FILE ID=node122/3747181-1339098885
RUNJOBID= node122-1339098177-4129
PBS_JOBID= 14643731
Free space on /tmp= 71148 MiB

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

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

MD5SUM BENCH= 4609670c187ed2b426f26d3b2e2df0b2
RANDOM SEED=696256657

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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.54
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.533
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.533
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:        31201040 kB
Buffers:           47016 kB
Cached:           801472 kB
SwapCached:         2080 kB
Active:           163412 kB
Inactive:         748188 kB
Active(anon):      63324 kB
Inactive(anon):     2068 kB
Active(file):     100088 kB
Inactive(file):   746120 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099388 kB
Dirty:             11228 kB
Writeback:             0 kB
AnonPages:        199836 kB
Mapped:             8928 kB
Shmem:                 0 kB
Slab:             622728 kB
SReclaimable:      66748 kB
SUnreclaim:       555980 kB
KernelStack:        1504 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     189232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 69996 MiB
End job on node122 at 2012-06-07 22:24:45