Trace number 3748258

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.05 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM77bab7e4b790022242f816374e31f934
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123904
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 124928
Optimality of the best value was proved NO
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.44/5.55	c run inc solver
5.44/5.55	c [INC SYSTEM] run initial solver
5.44/5.55	c [INC SYSTEM] preprocess with white file
26.96/27.10	c [INC SYSTEM] finished preprocessing in 21 s
26.96/27.10	c [INC SYSTEM] execute solver
1323.70/1324.09	c [INC SEARCH] formula is SAT
1323.80/1324.19	c [INC SYSTEM] solved the initial formula
1323.90/1324.27	c model valid
1323.90/1324.27	c current solution ok
1328.71/1329.26	o 204800
1328.71/1329.26	c execute binary inc search
1328.71/1329.26	c [INC SEARCH] current bound: 156160
1328.71/1329.26	c [INC SEARCH] iteration: 0
1328.71/1329.26	c [INC SEARCH] lower bound: 0 upperbound 312320 current bound: 156160 best value:312320
1328.71/1329.26	c [INC SYSTEM] there exists a inc, kill it!
1328.71/1329.26	c write failed with 2
1328.71/1329.27	c [INC SYSTEM] create new solver instance
1328.71/1329.27	c [INC] encode full formula
1328.71/1329.27	c fallback to adder encoding
1328.71/1329.28	c set iterative enc to: adder
1328.71/1329.28	c set iterative enc to: none
1328.84/1329.38	c [INC SEARCH] isOptimum variable: 0
1328.93/1330.17	c [INC SEARCH] formula is UNSAT
1328.93/1330.17	c [INC SYSTEM] there exists a inc, kill it!
1328.93/1330.17	c write failed with 2
1328.93/1330.19	c sat variable: 0 optimum/unsat variable: 1
1328.93/1330.19	c [INC SEARCH] set lower bound to 156161 upperbound 312320
1328.93/1330.19	c [INC SEARCH] current bound: 234240
1328.93/1330.19	c [INC SEARCH] iteration: 1
1328.93/1330.19	c [INC SEARCH] lower bound: 156161 upperbound 312320 current bound: 234240 best value:312320
1328.93/1330.19	c [INC SYSTEM] create new solver instance
1328.93/1330.19	c [INC] encode full formula
1328.93/1330.19	c fallback to adder encoding
1328.93/1330.20	c set iterative enc to: adder
1328.93/1330.20	c set iterative enc to: none
1329.74/1330.29	c [INC SEARCH] isOptimum variable: 0
1800.00/1800.61	c an unexpexted return value has been received, exit
1800.00/1800.61	s UNKNOWN
1800.00/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.00/1800.61	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-3748258-1339121677/watcher-3748258-1339121677 -o /tmp/evaluation-result-3748258-1339121677/solver-3748258-1339121677 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748258-1339121677.opb 704881296 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.05 2.01 2.00 3/180 10859
/proc/meminfo: memFree=30633064/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0

[startup+0.0664319 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 10859
/proc/meminfo: memFree=30633064/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 10859
/proc/meminfo: memFree=30633064/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 10859
/proc/meminfo: memFree=30633064/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700256 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 10859
/proc/meminfo: memFree=30633064/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 10861
/proc/meminfo: memFree=30537368/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=171316 CPUtime=1.49 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) R 10859 10859 8001 0 -1 4202496 7848 0 0 0 144 5 0 0 20 0 1 0 22134682 175427584 32045 33554432000 4194304 6004724 140734233249744 140734233244696 4579232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10860/statm: 42829 32045 154 442 0 42383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180464

[startup+3.10032 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 10861
/proc/meminfo: memFree=30347076/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=302388 CPUtime=3.09 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) R 10859 10859 8001 0 -1 4202496 8483 0 0 0 300 9 0 0 20 0 1 0 22134682 309645312 62765 33554432000 4194304 6004724 140734233249744 140734233244344 4534761 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10860/statm: 75597 62765 154 442 0 75151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 311536

[startup+6.30021 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 10861
/proc/meminfo: memFree=29674260/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=5.49 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10080 0 0 0 484 65 0 0 20 0 1 0 22134682 550076416 90753 33554432000 4194304 6004724 140734233249744 140734233244208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90753 163 442 0 133850 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 546332

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 10863
/proc/meminfo: memFree=28749364/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=5.49 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10080 0 0 0 484 65 0 0 20 0 1 0 22134682 550076416 90753 33554432000 4194304 6004724 140734233249744 140734233244208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90753 163 442 0 133850 0
[pid=10862] ppid=10860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10862/stat : 10862 (cp2_pre.sh) S 10860 10859 8001 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 22135237 9367552 276 33554432000 4194304 5064252 140735918283520 140735918282224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10862/statm: 2287 276 234 213 0 72 0
[pid=10863] ppid=10862 vsize=1338604 CPUtime=7.13 cores=0,2,4,6
/proc/10863/stat : 10863 (coprocessor) R 10862 10859 8001 0 -1 4202496 101455 0 0 0 678 35 0 0 20 0 1 0 22135238 1370730496 300580 33554432000 4194304 6586260 140733755362368 140733755358632 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10863/statm: 334651 300581 164 584 0 334063 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1894084

[startup+25.5003 s]
/proc/loadavg: 2.17 2.04 2.01 3/184 10863
/proc/meminfo: memFree=28353420/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=5.49 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10080 0 0 0 484 65 0 0 20 0 1 0 22134682 550076416 90753 33554432000 4194304 6004724 140734233249744 140734233244208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90753 163 442 0 133850 0
[pid=10862] ppid=10860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10862/stat : 10862 (cp2_pre.sh) S 10860 10859 8001 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 22135237 9367552 276 33554432000 4194304 5064252 140735918283520 140735918282224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10862/statm: 2287 276 234 213 0 72 0
[pid=10863] ppid=10862 vsize=1637460 CPUtime=19.93 cores=0,2,4,6
/proc/10863/stat : 10863 (coprocessor) R 10862 10859 8001 0 -1 4202496 144333 0 0 0 1835 158 0 0 20 0 1 0 22135238 1676759040 398879 33554432000 4194304 6586260 140733755362368 140733755358280 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10863/statm: 409365 398879 199 584 0 408777 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 2192940

[startup+51.1003 s]
/proc/loadavg: 2.19 2.06 2.01 3/183 10865
/proc/meminfo: memFree=29855900/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=27.03 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10099 145234 0 0 484 65 1978 176 20 0 1 0 22134682 550076416 90757 33554432000 4194304 6004724 140734233249744 140734233236024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90757 167 442 0 133850 0
[pid=10865] ppid=10860 vsize=392132 CPUtime=23.98 cores=0,2,4,6
/proc/10865/stat : 10865 (glucosInc) R 10860 10859 8001 0 -1 4202496 54764 0 0 0 2385 13 0 0 20 0 1 0 22137392 401543168 86867 33554432000 4194304 5654031 140734049049040 140734049036856 4214638 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10865/statm: 98033 86867 141 357 0 97673 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 938464

[startup+102.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 10865
/proc/meminfo: memFree=29903220/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=27.03 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10099 145234 0 0 484 65 1978 176 20 0 1 0 22134682 550076416 90757 33554432000 4194304 6004724 140734233249744 140734233236024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90757 167 442 0 133850 0
[pid=10865] ppid=10860 vsize=396236 CPUtime=75.17 cores=0,2,4,6
/proc/10865/stat : 10865 (glucosInc) R 10860 10859 8001 0 -1 4202496 55278 0 0 0 7504 13 0 0 20 0 1 0 22137392 405745664 88403 33554432000 4194304 5654031 140734049049040 140734049036856 4209217 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10865/statm: 99059 88403 141 357 0 98699 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 942568

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 10866
/proc/meminfo: memFree=29866556/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=27.03 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10099 145234 0 0 484 65 1978 176 20 0 1 0 22134682 550076416 90757 33554432000 4194304 6004724 140734233249744 140734233236024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90757 167 442 0 133850 0
[pid=10865] ppid=10860 vsize=400044 CPUtime=135.16 cores=0,2,4,6
/proc/10865/stat : 10865 (glucosInc) R 10860 10859 8001 0 -1 4202496 55370 0 0 0 13503 13 0 0 20 0 1 0 22137392 409645056 88495 33554432000 4194304 5654031 140734049049040 140734049036856 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10865/statm: 100011 88495 141 357 0 99651 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 946376

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 10866
/proc/meminfo: memFree=29854596/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=27.03 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10099 145234 0 0 484 65 1978 176 20 0 1 0 22134682 550076416 90757 33554432000 4194304 6004724 140734233249744 140734233236024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90757 167 442 0 133850 0
[pid=10865] ppid=10860 vsize=400044 CPUtime=195.16 cores=0,2,4,6
/proc/10865/stat : 10865 (glucosInc) R 10860 10859 8001 0 -1 4202496 55807 0 0 0 19503 13 0 0 20 0 1 0 22137392 409645056 89954 33554432000 4194304 5654031 140734049049040 140734049036856 4214603 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10865/statm: 100011 89954 141 357 0 99651 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 946376

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 10866
/proc/meminfo: memFree=29850392/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28437152/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=27.03 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10099 145234 0 0 484 65 1978 176 20 0 1 0 22134682 550076416 90757 33554432000 4194304 6004724 140734233249744 140734233236024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90757 167 442 0 133850 0
[pid=10865] ppid=10860 vsize=453820 CPUtime=1214.95 cores=0,2,4,6
/proc/10865/stat : 10865 (glucosInc) R 10860 10859 8001 0 -1 4202496 60493 0 0 0 121479 16 0 0 20 0 1 0 22137392 464711680 98147 33554432000 4194304 5654031 140734049049040 140734049036856 4208621 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10865/statm: 113455 98147 142 357 0 113095 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 1000152

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10920
/proc/meminfo: memFree=28422196/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=537184 CPUtime=27.03 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 10099 145234 0 0 484 65 1978 176 20 0 1 0 22134682 550076416 90757 33554432000 4194304 6004724 140734233249744 140734233236024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 5 0 0
/proc/10860/statm: 134296 90757 167 442 0 133850 0
[pid=10865] ppid=10860 vsize=453820 CPUtime=1274.93 cores=0,2,4,6
/proc/10865/stat : 10865 (glucosInc) R 10860 10859 8001 0 -1 4202496 60599 0 0 0 127477 16 0 0 20 0 1 0 22137392 464711680 98245 33554432000 4194304 5654031 140734049049040 140734049036856 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10865/statm: 113455 98245 142 357 0 113095 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1000152

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 10926
/proc/meminfo: memFree=28344248/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=395360 CPUtime=31.99 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 54738 0 0 0 3188 11 0 0 20 0 1 0 22267712 404848640 87858 33554432000 4194304 5654031 140736413774288 140736413762104 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 98840 87858 141 357 0 98480 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 995212

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10926
/proc/meminfo: memFree=28316408/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=399192 CPUtime=91.98 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 54956 0 0 0 9187 11 0 0 20 0 1 0 22267712 408772608 89098 33554432000 4194304 5654031 140736413774288 140736413762104 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 99798 89098 141 357 0 99438 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 999044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10926
/proc/meminfo: memFree=28296124/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=399192 CPUtime=151.96 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 55392 0 0 0 15185 11 0 0 20 0 1 0 22267712 408772608 90045 33554432000 4194304 5654031 140736413774288 140736413762104 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 99798 90045 141 357 0 99438 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 999044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 10929
/proc/meminfo: memFree=28343040/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=403064 CPUtime=211.95 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 55625 0 0 0 21184 11 0 0 20 0 1 0 22267712 412737536 90789 33554432000 4194304 5654031 140736413774288 140736413762104 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 100766 90789 141 357 0 100406 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1002916

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10929
/proc/meminfo: memFree=28314168/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=406944 CPUtime=271.93 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 56519 0 0 0 27181 12 0 0 20 0 1 0 22267712 416710656 92674 33554432000 4194304 5654031 140736413774288 140736413762104 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 101736 92674 141 357 0 101376 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 1006796

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10930
/proc/meminfo: memFree=28295108/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=441544 CPUtime=331.9 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 57251 0 0 0 33178 12 0 0 20 0 1 0 22267712 452141056 93890 33554432000 4194304 5654031 140736413774288 140736413762104 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 110386 93890 141 357 0 110026 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 1041396

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 10930
/proc/meminfo: memFree=28283568/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=410724 CPUtime=391.88 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 57911 0 0 0 39175 13 0 0 20 0 1 0 22267712 420581376 92971 33554432000 4194304 5654031 140736413774288 140736413762104 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 102681 92971 142 357 0 102321 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 1010576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10930
/proc/meminfo: memFree=28332496/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=414512 CPUtime=451.87 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 58196 0 0 0 45174 13 0 0 20 0 1 0 22267712 424460288 94343 33554432000 4194304 5654031 140736413774288 140736413762104 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 103628 94343 142 357 0 103268 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1014364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10930
/proc/meminfo: memFree=28326664/32873844 swapFree=7124/7124
[pid=10859] ppid=10857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10859/stat : 10859 (npSolver-pbo-I.) S 10857 10859 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 22134682 9367552 274 33554432000 4194304 5064252 140734927593568 140734927592480 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10859/statm: 2287 274 233 213 0 72 0
[pid=10860] ppid=10859 vsize=590704 CPUtime=1329.84 cores=0,2,4,6
/proc/10860/stat : 10860 (npSolver-pbo) S 10859 10859 8001 0 -1 4202496 13141 257447 0 0 593 459 131698 234 20 0 1 0 22134682 604880896 104131 33554432000 4194304 6004724 140734233249744 140734233234664 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 20 0 0
/proc/10860/statm: 147676 104131 180 442 0 147230 0
[pid=10925] ppid=10860 vsize=414512 CPUtime=470.16 cores=0,2,4,6
/proc/10925/stat : 10925 (glucosInc) R 10860 10859 8001 0 -1 4202496 58221 0 0 0 47003 13 0 0 20 0 1 0 22267712 424460288 94368 33554432000 4194304 5654031 140736413774288 140736413762104 4214622 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10925/statm: 103628 94368 142 357 0 103268 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1014364

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.61
CPU time (s): 1800.05
CPU user time (s): 1792.96
CPU system time (s): 7.08292
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 2239016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.96
system time used= 7.08292
maximum resident set size= 1641584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329191
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1237672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4133
involuntary context switches= 1929

runsolver used 5.03523 second user time and 21.0278 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-08 04:14:37
IDJOB=3748258
IDBENCH=2362
IDSOLVER=2333
FILE ID=node133/3748258-1339121677
RUNJOBID= node133-1339111291-9501
PBS_JOBID= 14643720
Free space on /tmp= 71220 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748258-1339121677/watcher-3748258-1339121677 -o /tmp/evaluation-result-3748258-1339121677/solver-3748258-1339121677 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748258-1339121677.opb 704881296 HOME HOME

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

MD5SUM BENCH= 77bab7e4b790022242f816374e31f934
RANDOM SEED=704881296

node133.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		: 2667.139
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	: 5334.27
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		: 2667.139
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	: 5332.55
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		: 2667.139
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.55
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.56
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		: 2667.139
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	: 5332.56
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		: 2667.139
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	: 5332.52
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		: 2667.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30633444 kB
Buffers:          101292 kB
Cached:          1088212 kB
SwapCached:         4000 kB
Active:           423828 kB
Inactive:        1022580 kB
Active(anon):     254676 kB
Inactive(anon):     4988 kB
Active(file):     169152 kB
Inactive(file):  1017592 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100304 kB
Dirty:             10848 kB
Writeback:             0 kB
AnonPages:        263164 kB
Mapped:            10912 kB
Shmem:                 0 kB
Slab:             650336 kB
SReclaimable:      92680 kB
SUnreclaim:       557656 kB
KernelStack:        1480 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     384596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 70760 MiB
End job on node133 at 2012-06-08 04:44:38