Trace number 3748798

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 (fixed)? (TO) 1800.11 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark736
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.58/1.63	c run inc solver
1.58/1.63	c [INC SYSTEM] run initial solver
1.58/1.63	c [INC SYSTEM] preprocess with white file
2.88/2.95	c [INC SYSTEM] finished preprocessing in 1 s
2.88/2.95	c [INC SYSTEM] execute solver
3.27/3.35	c [INC SEARCH] formula is SAT
3.27/3.35	c [INC SYSTEM] solved the initial formula
3.96/4.03	c model valid
3.96/4.03	c current solution ok
5.01/5.22	o 6825
5.01/5.22	c execute binary inc search
5.01/5.22	c [INC SEARCH] current bound: 3412
5.01/5.22	c [INC SEARCH] iteration: 0
5.01/5.22	c [INC SEARCH] lower bound: 0 upperbound 6825 current bound: 3412 best value:6825
5.01/5.22	c [INC SYSTEM] there exists a inc, kill it!
5.01/5.22	c write failed with 2
5.01/5.22	c [INC SYSTEM] create new solver instance
5.01/5.22	c [INC] encode full formula
5.01/5.22	c fallback to adder encoding
5.63/5.84	c set iterative enc to: adder
5.63/5.84	c set iterative enc to: none
5.73/5.94	c [INC SEARCH] isOptimum variable: 0

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-3748798-1339116027/watcher-3748798-1339116027 -o /tmp/evaluation-result-3748798-1339116027/solver-3748798-1339116027 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748798-1339116027.opb 1756149949 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 25950
/proc/meminfo: memFree=28849676/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0

[startup+0.0599731 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 25950
/proc/meminfo: memFree=28849676/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100341 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 25950
/proc/meminfo: memFree=28849676/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 25950
/proc/meminfo: memFree=28849676/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 25950
/proc/meminfo: memFree=28849676/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 25952
/proc/meminfo: memFree=28658208/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229596 CPUtime=1.48 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) R 25950 25950 23584 0 -1 4202496 40838 0 0 0 138 10 0 0 20 0 1 0 377727259 235106304 57016 33554432000 4194304 6004724 140735425146624 140735425142136 4582507 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25951/statm: 57399 57016 137 442 0 56953 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 238744

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 25954
/proc/meminfo: memFree=28561144/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229596 CPUtime=2.93 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 40872 11332 0 0 151 13 124 5 20 0 1 0 377727259 235106304 57035 33554432000 4194304 6004724 140735425146624 140735425132904 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25951/statm: 57399 57035 152 442 0 56953 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 238744

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 25957
/proc/meminfo: memFree=28600092/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 238748

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 25960
/proc/meminfo: memFree=28422424/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=159912 CPUtime=6.74 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 29126 0 0 0 667 7 0 0 20 0 1 0 377727853 163749888 32829 33554432000 4194304 5654031 140735632790128 140735632777944 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 39978 32829 142 357 0 39618 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 398660

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 25960
/proc/meminfo: memFree=28412876/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=161352 CPUtime=19.54 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 29504 0 0 0 1947 7 0 0 20 0 1 0 377727853 165224448 34229 33554432000 4194304 5654031 140735632790128 140735632777944 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 40338 34229 142 357 0 39978 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 400100

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 26007
/proc/meminfo: memFree=28374612/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=163236 CPUtime=45.14 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 30608 0 0 0 4505 9 0 0 20 0 1 0 377727853 167153664 34271 33554432000 4194304 5654031 140735632790128 140735632777944 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 40809 34271 142 357 0 40449 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 401984

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 26007
/proc/meminfo: memFree=28358480/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=165960 CPUtime=96.34 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 31864 0 0 0 9624 10 0 0 20 0 1 0 377727853 169943040 36973 33554432000 4194304 5654031 140735632790128 140735632777944 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 41490 36973 142 357 0 41130 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 404708

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 26007
/proc/meminfo: memFree=28345844/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=168624 CPUtime=156.32 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 34179 0 0 0 15619 13 0 0 20 0 1 0 377727853 172670976 36627 33554432000 4194304 5654031 140735632790128 140735632777944 4214597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 42156 36627 142 357 0 41796 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 407372

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 26007
/proc/meminfo: memFree=28353208/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=172196 CPUtime=216.3 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 36605 0 0 0 21615 15 0 0 20 0 1 0 377727853 176328704 37467 33554432000 4194304 5654031 140735632790128 140735632777944 4232935 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 43049 37467 142 357 0 42689 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 410944

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 26008
/proc/meminfo: memFree=28332428/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=172964 CPUtime=276.29 cores=0,2,4,6

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

/proc/meminfo: memFree=28226932/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=268128 CPUtime=1296.12 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 54486 0 0 0 129567 45 0 0 20 0 1 0 377727853 274563072 60248 33554432000 4194304 5654031 140735632790128 140735632777944 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 67032 60248 142 357 0 66672 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 506876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 26040
/proc/meminfo: memFree=28257728/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=219148 CPUtime=1356.11 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 55743 0 0 0 135563 48 0 0 20 0 1 0 377727853 224407552 47766 33554432000 4194304 5654031 140735632790128 140735632777944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 54787 47766 142 357 0 54427 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 457896

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 26040
/proc/meminfo: memFree=28207260/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=269588 CPUtime=1416.1 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 56142 0 0 0 141562 48 0 0 20 0 1 0 377727853 276058112 53783 33554432000 4194304 5654031 140735632790128 140735632777944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 67397 53783 142 357 0 67037 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 508336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 26041
/proc/meminfo: memFree=28150228/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=270668 CPUtime=1476.09 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 56411 0 0 0 147560 49 0 0 20 0 1 0 377727853 277164032 62228 33554432000 4194304 5654031 140735632790128 140735632777944 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 67667 62228 142 357 0 67307 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 509416

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/182 26041
/proc/meminfo: memFree=28256760/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=220896 CPUtime=1536.08 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 57636 0 0 0 153556 52 0 0 20 0 1 0 377727853 226197504 48205 33554432000 4194304 5654031 140735632790128 140735632777944 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 55224 48205 142 357 0 54864 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 459644

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/182 26041
/proc/meminfo: memFree=28197852/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=271540 CPUtime=1596.07 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 58101 0 0 0 159554 53 0 0 20 0 1 0 377727853 278056960 57351 33554432000 4194304 5654031 140735632790128 140735632777944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 67885 57351 142 357 0 67525 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 510288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 26041
/proc/meminfo: memFree=28157944/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=271996 CPUtime=1656.05 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 58244 0 0 0 165552 53 0 0 20 0 1 0 377727853 278523904 62079 33554432000 4194304 5654031 140735632790128 140735632777944 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 67999 62079 142 357 0 67639 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 510744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 26041
/proc/meminfo: memFree=28267472/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=222276 CPUtime=1716.04 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 59499 0 0 0 171550 54 0 0 20 0 1 0 377727853 227610624 48050 33554432000 4194304 5654031 140735632790128 140735632777944 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 55569 48050 142 357 0 55209 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 461024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 26044
/proc/meminfo: memFree=28205228/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=272604 CPUtime=1776.03 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 59863 0 0 0 177548 55 0 0 20 0 1 0 377727853 279146496 55054 33554432000 4194304 5654031 140735632790128 140735632777944 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 68151 55054 142 357 0 67791 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 511352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 26045
/proc/meminfo: memFree=28190760/32873844 swapFree=7900/7900
[pid=25950] ppid=25948 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (npSolver-pbo-I.) S 25948 25950 23584 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377727259 9367552 274 33554432000 4194304 5064252 140735490206544 140735490205456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25950/statm: 2287 274 233 213 0 72 0
[pid=25951] ppid=25950 vsize=229600 CPUtime=5.77 cores=0,2,4,6
/proc/25951/stat : 25951 (npSolver-pbo) S 25950 25950 23584 0 -1 4202496 61776 20715 0 0 293 110 163 11 20 0 1 0 377727259 235110400 57062 33554432000 4194304 6004724 140735425146624 140735425131544 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/25951/statm: 57400 57062 178 442 0 56954 0
[pid=25959] ppid=25951 vsize=272604 CPUtime=1794.34 cores=0,2,4,6
/proc/25959/stat : 25959 (glucosInc) R 25951 25950 23584 0 -1 4202496 59888 0 0 0 179379 55 0 0 20 0 1 0 377727853 279146496 56612 33554432000 4194304 5654031 140735632790128 140735632777944 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25959/statm: 68151 56612 142 357 0 67791 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 511352

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 25950 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1798.35
CPU system time (s): 1.76
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 560256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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 3.40048 second user time and 10.4434 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 02:40:27
IDJOB=3748798
IDBENCH=1971
IDSOLVER=2333
FILE ID=node137/3748798-1339116027
RUNJOBID= node137-1339112420-25565
PBS_JOBID= 14643716
Free space on /tmp= 70376 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748798-1339116027/watcher-3748798-1339116027 -o /tmp/evaluation-result-3748798-1339116027/solver-3748798-1339116027 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748798-1339116027.opb 1756149949 HOME HOME

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

MD5SUM BENCH= 54ffab8e8a4cb46f5f9473284ad05d3b
RANDOM SEED=1756149949

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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.90
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.600
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.600
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:        28850204 kB
Buffers:          295056 kB
Cached:          2533160 kB
SwapCached:         4640 kB
Active:          1543920 kB
Inactive:        1624204 kB
Active(anon):     335580 kB
Inactive(anon):     6612 kB
Active(file):    1208340 kB
Inactive(file):  1617592 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             24844 kB
Writeback:             0 kB
AnonPages:        282736 kB
Mapped:            10072 kB
Shmem:                 0 kB
Slab:             714928 kB
SReclaimable:     156256 kB
SUnreclaim:       558672 kB
KernelStack:        1504 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     501432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 70292 MiB
End job on node137 at 2012-06-08 03:10:30