Trace number 3749350

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.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_1.opb
MD5SUM2be9d345a101e171c9ff93c0b5b2195d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1797.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2482
Sum of products size (including duplicates)4964
Number of different products1241
Sum of products size2482

Solver Data

0.00/0.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.04	c [INC SEARCH] formula is SAT
0.00/0.04	c [INC SYSTEM] solved the initial formula
0.00/0.04	c model valid
0.00/0.04	c current solution ok
0.00/0.05	o 0
0.00/0.05	c execute binary inc search
0.00/0.05	c [INC SEARCH] current bound: 100
0.00/0.05	c [INC SEARCH] iteration: 0
0.00/0.05	c [INC SEARCH] lower bound: 0 upperbound 200 current bound: 100 best value:200
0.00/0.05	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.05	c write failed with 2
0.00/0.05	c [INC SYSTEM] create new solver instance
0.00/0.05	c [INC] encode full formula
0.00/0.05	c (debug) using card networks
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.05	c set iterative enc to: card
0.00/0.05	c set iterative enc to: none
0.00/0.05	c [INC SEARCH] isOptimum variable: 0
8.86/8.91	c [INC SEARCH] formula is UNSAT
8.86/8.91	c [INC SYSTEM] there exists a inc, kill it!
8.86/8.91	c write failed with 2
8.86/8.91	c sat variable: 0 optimum/unsat variable: 1
8.86/8.91	c [INC SEARCH] set lower bound to 101 upperbound 200
8.86/8.91	c [INC SEARCH] current bound: 150
8.86/8.91	c [INC SEARCH] iteration: 1
8.86/8.91	c [INC SEARCH] lower bound: 101 upperbound 200 current bound: 150 best value:200
8.86/8.91	c [INC SYSTEM] create new solver instance
8.86/8.91	c [INC] encode full formula
8.86/8.91	c (debug) using card networks
8.86/8.91	c old isEQ: 0, new EQ is 0
8.86/8.91	c set iterative enc to: card
8.86/8.91	c set iterative enc to: none
8.86/8.92	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.40	c an unexpexted return value has been received, exit
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.09/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-3749350-1339130740/watcher-3749350-1339130740 -o /tmp/evaluation-result-3749350-1339130740/solver-3749350-1339130740 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749350-1339130740.opb 690237981 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 2.00 3/178 29207
/proc/meminfo: memFree=29195212/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0

[startup+0.0970211 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29207
/proc/meminfo: memFree=29195212/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29207
/proc/meminfo: memFree=29195212/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29207
/proc/meminfo: memFree=29195212/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29207
/proc/meminfo: memFree=29195212/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29216
/proc/meminfo: memFree=29189880/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=0.03 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1614 3771 0 0 1 1 1 0 20 0 1 0 379198563 3080192 392 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 392 176 442 0 306 0
[pid=29216] ppid=29208 vsize=7984 CPUtime=1.44 cores=0,2,4,6
/proc/29216/stat : 29216 (glucosInc) R 29208 29207 23584 0 -1 4202496 2131 0 0 0 144 0 0 0 20 0 1 0 379198569 8175616 1479 33554432000 4194304 5654031 140735019278640 140735019266456 4232479 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29216/statm: 1996 1479 139 357 0 1636 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20140

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29216
/proc/meminfo: memFree=29186540/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=0.03 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1614 3771 0 0 1 1 1 0 20 0 1 0 379198563 3080192 392 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 392 176 442 0 306 0
[pid=29216] ppid=29208 vsize=10660 CPUtime=3.03 cores=0,2,4,6
/proc/29216/stat : 29216 (glucosInc) R 29208 29207 23584 0 -1 4202496 2639 0 0 0 303 0 0 0 20 0 1 0 379198569 10915840 1959 33554432000 4194304 5654031 140735019278640 140735019266456 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29216/statm: 2665 1959 139 357 0 2305 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 22816

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29216
/proc/meminfo: memFree=29183316/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=0.03 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1614 3771 0 0 1 1 1 0 20 0 1 0 379198563 3080192 392 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 392 176 442 0 306 0
[pid=29216] ppid=29208 vsize=12520 CPUtime=6.23 cores=0,2,4,6
/proc/29216/stat : 29216 (glucosInc) R 29208 29207 23584 0 -1 4202496 3310 0 0 0 623 0 0 0 20 0 1 0 379198569 12820480 2604 33554432000 4194304 5654031 140735019278640 140735019266456 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29216/statm: 3130 2604 139 357 0 2770 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 24676

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29218
/proc/meminfo: memFree=29181336/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=15796 CPUtime=3.77 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 3508 0 0 0 377 0 0 0 20 0 1 0 379199455 16175104 2970 33554432000 4194304 5654031 140734555172880 140734555160696 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29218/statm: 3949 2970 141 357 0 3589 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27952

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29218
/proc/meminfo: memFree=29155456/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=25728 CPUtime=16.56 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 5595 0 0 0 1655 1 0 0 20 0 1 0 379199455 26345472 5630 33554432000 4194304 5654031 140734555172880 140734555160696 4232448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 6432 5630 141 357 0 6072 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 37884

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29218
/proc/meminfo: memFree=29129384/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=44404 CPUtime=42.16 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 6550 0 0 0 4214 2 0 0 20 0 1 0 379199455 45469696 10097 33554432000 4194304 5654031 140734555172880 140734555160696 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 11101 10097 141 357 0 10741 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 56560

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29218
/proc/meminfo: memFree=29108408/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=82416 CPUtime=93.36 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 7632 0 0 0 9334 2 0 0 20 0 1 0 379199455 84393984 13823 33554432000 4194304 5654031 140734555172880 140734555160696 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 20604 13823 141 357 0 20244 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94572

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29218
/proc/meminfo: memFree=29099964/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=82416 CPUtime=153.34 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 7637 0 0 0 15332 2 0 0 20 0 1 0 379199455 84393984 15871 33554432000 4194304 5654031 140734555172880 140734555160696 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 20604 15871 141 357 0 20244 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 94572

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29223
/proc/meminfo: memFree=29143608/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=82416 CPUtime=213.34 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 7791 0 0 0 21331 3 0 0 20 0 1 0 379199455 84393984 20112 33554432000 4194304 5654031 140734555172880 140734555160696 4233201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 20604 20112 141 357 0 20244 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 94572

[startup+282.3 s]

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

/proc/meminfo: memFree=29017408/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=113292 CPUtime=1233.17 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 10984 0 0 0 123288 29 0 0 20 0 1 0 379199455 116011008 27831 33554432000 4194304 5654031 140734555172880 140734555160696 4232540 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 28323 27831 141 357 0 27963 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 125448

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 29255
/proc/meminfo: memFree=28970380/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=162612 CPUtime=1293.18 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 11158 0 0 0 129286 32 0 0 20 0 1 0 379199455 166514688 37587 33554432000 4194304 5654031 140734555172880 140734555170808 4215097 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 40653 37587 141 357 0 40293 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 174768

[startup+1362.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/181 29255
/proc/meminfo: memFree=28963940/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=162612 CPUtime=1353.16 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 11289 0 0 0 135283 33 0 0 20 0 1 0 379199455 166514688 39123 33554432000 4194304 5654031 140734555172880 140734555160696 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 40653 39123 141 357 0 40293 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 174768

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.00 3/181 29256
/proc/meminfo: memFree=28998832/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=193432 CPUtime=1413.16 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 11488 0 0 0 141280 36 0 0 20 0 1 0 379199455 198074368 40726 33554432000 4194304 5654031 140734555172880 140734555160696 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 48358 40726 141 357 0 47998 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 205588

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 29259
/proc/meminfo: memFree=28994572/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=193432 CPUtime=1473.14 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 11617 0 0 0 147276 38 0 0 20 0 1 0 379199455 198074368 41750 33554432000 4194304 5654031 140734555172880 140734555160696 4215353 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 48358 41750 141 357 0 47998 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 205588

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 29259
/proc/meminfo: memFree=28999016/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=193432 CPUtime=1533.13 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 11744 0 0 0 153274 39 0 0 20 0 1 0 379199455 198074368 40726 33554432000 4194304 5654031 140734555172880 140734555170968 4233460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 48358 40726 141 357 0 47998 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 205588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 29308
/proc/meminfo: memFree=29051152/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=193432 CPUtime=1593.12 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 11882 0 0 0 159271 41 0 0 20 0 1 0 379199455 198074368 43286 33554432000 4194304 5654031 140734555172880 140734555160696 4215360 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 48358 43286 141 357 0 47998 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 205588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 29308
/proc/meminfo: memFree=29035040/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=193432 CPUtime=1653.11 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 12015 0 0 0 165268 43 0 0 20 0 1 0 379199455 198074368 44310 33554432000 4194304 5654031 140734555172880 140734555160696 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 48358 44310 141 357 0 47998 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 205588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29309
/proc/meminfo: memFree=29084284/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=113292 CPUtime=1713.09 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 12162 0 0 0 171265 44 0 0 20 0 1 0 379199455 116011008 27831 33554432000 4194304 5654031 140734555172880 140734555170904 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 28323 27831 141 357 0 27963 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 125448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29309
/proc/meminfo: memFree=29082184/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=113292 CPUtime=1773.08 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 12292 0 0 0 177262 46 0 0 20 0 1 0 379199455 116011008 27831 33554432000 4194304 5654031 140734555172880 140734555170904 4232772 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 28323 27831 141 357 0 27963 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 125448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29309
/proc/meminfo: memFree=29033220/32873844 swapFree=7900/7900
[pid=29207] ppid=29205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29207/stat : 29207 (npSolver-pbo-I.) S 29205 29207 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379198563 9367552 275 33554432000 4194304 5064252 140734845883792 140734845882704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29207/statm: 2287 275 233 213 0 72 0
[pid=29208] ppid=29207 vsize=3008 CPUtime=8.9 cores=0,2,4,6
/proc/29208/stat : 29208 (npSolver-pbo) S 29207 29207 23584 0 -1 4202496 1809 8076 0 0 1 1 886 2 20 0 1 0 379198563 3080192 396 33554432000 4194304 6004724 140733829535376 140733829520296 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29208/statm: 752 396 176 442 0 306 0
[pid=29218] ppid=29208 vsize=162612 CPUtime=1791.19 cores=0,2,4,6
/proc/29218/stat : 29218 (glucosInc) R 29208 29207 23584 0 -1 4202496 12341 0 0 0 179072 47 0 0 20 0 1 0 379199455 166514688 38611 33554432000 4194304 5654031 140734555172880 140734555160696 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 40653 38611 141 357 0 40293 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 174768

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.11
CPU user time (s): 1799.6
CPU system time (s): 0.508922
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 205588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.508922
maximum resident set size= 183384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61
involuntary context switches= 1977

runsolver used 5.78412 second user time and 20.0729 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 06:45:40
IDJOB=3749350
IDBENCH=48208
IDSOLVER=2333
FILE ID=node137/3749350-1339130740
RUNJOBID= node137-1339112420-25565
PBS_JOBID= 14643716
Free space on /tmp= 70704 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_1.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749350-1339130740/watcher-3749350-1339130740 -o /tmp/evaluation-result-3749350-1339130740/solver-3749350-1339130740 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749350-1339130740.opb 690237981 HOME HOME

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

MD5SUM BENCH= 2be9d345a101e171c9ff93c0b5b2195d
RANDOM SEED=690237981

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:        29195368 kB
Buffers:          310180 kB
Cached:          2449464 kB
SwapCached:         4640 kB
Active:          1185260 kB
Inactive:        1635888 kB
Active(anon):      57128 kB
Inactive(anon):     6608 kB
Active(file):    1128132 kB
Inactive(file):  1629280 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        194500 kB
Mapped:            10732 kB
Shmem:                 0 kB
Slab:             716240 kB
SReclaimable:     157540 kB
SUnreclaim:       558700 kB
KernelStack:        1504 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     182164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 70696 MiB
End job on node137 at 2012-06-08 07:15:41