Trace number 3699403

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat15_4_4_3_mh_ic.opb
MD5SUMbd1f23f2ad95dce248911d20ecda08b7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4397958
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9765
Total number of constraints21293
Number of constraints which are clauses14520
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints6750
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 4005
Biggest coefficient in the objective function 109215352
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 5000695793
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 109215352
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 5000695793
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
1.28/1.33	c [INC SYSTEM] finished preprocessing in 1 s
1.28/1.33	c [INC SYSTEM] execute solver
1.31/1.54	c [INC SEARCH] formula is SAT
1.31/1.54	c [INC SYSTEM] solved the initial formula
1.31/1.57	c model valid
1.31/1.57	c current solution ok
1.57/1.88	o 309298452
1.57/1.88	c execute binary inc search
1.57/1.88	c [INC SEARCH] current bound: 154649233
1.57/1.88	c [INC SEARCH] iteration: 0
1.57/1.88	c [INC SEARCH] lower bound: 0 upperbound 309298467 current bound: 154649233 best value:309298467
1.57/1.88	c [INC SYSTEM] there exists a inc, kill it!
1.57/1.88	c write failed with 2
1.57/1.89	c [INC SYSTEM] create new solver instance
1.57/1.89	c [INC] encode full formula
1.57/1.89	c fallback to adder encoding
2.47/2.51	c set iterative enc to: adder
2.47/2.51	c set iterative enc to: none
2.58/2.60	c [INC SEARCH] isOptimum variable: 0
334.59/334.76	c [INC SEARCH] formula is SAT
334.59/334.77	c [INC SEARCH] copied best model
334.59/334.77	c sat variable: 1 optimum/unsat variable: 0
334.69/334.80	c model valid
334.69/334.80	c current solution ok
334.69/334.80	o 101102422
334.69/334.80	c [INC SEARCH] current bound: 50551218
334.69/334.80	c [INC SEARCH] iteration: 1
334.69/334.80	c [INC SEARCH] lower bound: 0 upperbound 101102437 current bound: 50551218 best value:101102437
334.69/334.80	c [INC SYSTEM] there exists a inc, kill it!
334.69/334.80	c write failed with 2
334.69/334.81	c [INC SYSTEM] create new solver instance
334.69/334.81	c [INC] encode full formula
334.69/334.81	c fallback to adder encoding
335.20/335.38	c set iterative enc to: adder
335.20/335.38	c set iterative enc to: none
335.29/335.48	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	c an unexpexted return value has been received, exit
1800.03/1800.41	s UNKNOWN
1800.03/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.41	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-3699403-1338129361/watcher-3699403-1338129361 -o /tmp/evaluation-result-3699403-1338129361/solver-3699403-1338129361 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699403-1338129361.opb 450138590 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 5.29 3.61 2.64 2/180 15895
/proc/meminfo: memFree=8492600/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0

[startup+0.092994 s]
/proc/loadavg: 5.29 3.61 2.64 2/180 15895
/proc/meminfo: memFree=8492600/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100237 s]
/proc/loadavg: 5.29 3.61 2.64 2/180 15895
/proc/meminfo: memFree=8492600/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300296 s]
/proc/loadavg: 5.29 3.61 2.64 2/180 15895
/proc/meminfo: memFree=8492600/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700321 s]
/proc/loadavg: 5.29 3.61 2.64 2/180 15895
/proc/meminfo: memFree=8492600/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 5.29 3.61 2.64 2/184 15899
/proc/meminfo: memFree=8425640/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=15236 CPUtime=1.31 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 3725 12318 0 0 15 2 110 4 20 0 1 0 279065143 15601664 2579 33554432000 4194304 5992684 140735274726208 140735274712472 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 3809 2579 173 440 0 3365 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 24384

[startup+3.10038 s]
/proc/loadavg: 5.35 3.65 2.66 2/182 15902
/proc/meminfo: memFree=8442692/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 37724

[startup+6.30042 s]
/proc/loadavg: 5.35 3.65 2.66 2/183 15904
/proc/meminfo: memFree=8297156/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=134832 CPUtime=3.68 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 26693 0 0 0 363 5 0 0 20 0 1 0 279065403 138067968 30233 33554432000 4194304 5654031 140733263953520 140733263951304 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 33708 30233 141 357 0 33348 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 172556

[startup+12.7004 s]
/proc/loadavg: 5.60 3.76 2.71 2/183 15904
/proc/meminfo: memFree=8300024/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=135100 CPUtime=10.08 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 26748 0 0 0 1003 5 0 0 20 0 1 0 279065403 138342400 30288 33554432000 4194304 5654031 140733263953520 140733263951128 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 33775 30288 141 357 0 33415 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 172824

[startup+25.5004 s]
/proc/loadavg: 5.26 3.75 2.71 3/182 15947
/proc/meminfo: memFree=31427296/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=135812 CPUtime=22.88 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 27058 0 0 0 2283 5 0 0 20 0 1 0 279065403 139071488 31109 33554432000 4194304 5654031 140733263953520 140733263941336 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 33953 31109 141 357 0 33593 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 173536

[startup+51.1004 s]
/proc/loadavg: 4.22 3.62 2.70 3/182 15950
/proc/meminfo: memFree=30816384/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=155968 CPUtime=48.45 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 27916 0 0 0 4839 6 0 0 20 0 1 0 279065403 159711232 32451 33554432000 4194304 5654031 140733263953520 140733263951304 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 38992 32451 142 357 0 38632 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 193692

[startup+102.307 s]
/proc/loadavg: 2.89 3.35 2.66 3/181 15950
/proc/meminfo: memFree=30795096/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=157216 CPUtime=99.64 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 28247 0 0 0 9957 7 0 0 20 0 1 0 279065403 160989184 33620 33554432000 4194304 5654031 140733263953520 140733263951304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 39304 33620 142 357 0 38944 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 194940

[startup+162.3 s]
/proc/loadavg: 2.35 3.12 2.62 3/181 15950
/proc/meminfo: memFree=30790692/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=138940 CPUtime=159.63 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 28836 0 0 0 15955 8 0 0 20 0 1 0 279065403 142274560 32222 33554432000 4194304 5654031 140733263953520 140733263951304 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 34735 32222 142 357 0 34375 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 176664

[startup+222.301 s]
/proc/loadavg: 2.12 2.90 2.57 3/181 15950
/proc/meminfo: memFree=30780748/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 9105 18704 0 0 87 35 130 7 20 0 1 0 279065143 29261824 5932 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 7144 5932 191 440 0 6700 0
[pid=15904] ppid=15896 vsize=158584 CPUtime=219.61 cores=1,3,5,7
/proc/15904/stat : 15904 (glucosInc) R 15896 15895 15469 0 -1 4202496 29580 0 0 0 21953 8 0 0 20 0 1 0 279065403 162390016 33469 33554432000 4194304 5654031 140733263953520 140733263941336 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15904/statm: 39646 33469 142 357 0 39286 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 196308

[startup+282.3 s]
/proc/loadavg: 2.05 2.74 2.54 3/182 15954
/proc/meminfo: memFree=30791504/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=28576 CPUtime=2.59 cores=1,3,5,7

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

/proc/meminfo: memFree=30765540/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=159836 CPUtime=966.62 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 32950 0 0 0 96648 14 0 0 20 0 1 0 279098691 163672064 33928 33554432000 4194304 5654031 140737468212192 140737468200008 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 39959 33928 141 357 0 39599 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 191752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/181 15963
/proc/meminfo: memFree=30766324/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=159836 CPUtime=1026.61 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 33576 0 0 0 102645 16 0 0 20 0 1 0 279098691 163672064 33058 33554432000 4194304 5654031 140737468212192 140737468200008 4233332 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 39959 33058 141 357 0 39599 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 191752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.13 3/181 15963
/proc/meminfo: memFree=30758072/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=159836 CPUtime=1086.61 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 33981 0 0 0 108645 16 0 0 20 0 1 0 279098691 163672064 34481 33554432000 4194304 5654031 140737468212192 140737468200008 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 39959 34481 141 357 0 39599 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 191752

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.13 3/182 15966
/proc/meminfo: memFree=30757044/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=159836 CPUtime=1146.59 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 35051 0 0 0 114642 17 0 0 20 0 1 0 279098691 163672064 34066 33554432000 4194304 5654031 140737468212192 140737468200008 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 39959 34066 141 357 0 39599 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 191752

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.12 3/182 15990
/proc/meminfo: memFree=30749156/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=161412 CPUtime=1206.58 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 35315 0 0 0 120641 17 0 0 20 0 1 0 279098691 165285888 34841 33554432000 4194304 5654031 140737468212192 140737468200008 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 40353 34841 141 357 0 39993 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 193328

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.11 3/181 15990
/proc/meminfo: memFree=30763844/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=142444 CPUtime=1266.56 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 35768 0 0 0 126638 18 0 0 20 0 1 0 279098691 145862656 33281 33554432000 4194304 5654031 140737468212192 140737468210216 4232736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 35611 33281 141 357 0 35251 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 174360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/181 15990
/proc/meminfo: memFree=30741504/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=161412 CPUtime=1326.55 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 36327 0 0 0 132636 19 0 0 20 0 1 0 279098691 165285888 33832 33554432000 4194304 5654031 140737468212192 140737468200008 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 40353 33832 141 357 0 39993 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 193328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/181 15990
/proc/meminfo: memFree=30753852/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=161412 CPUtime=1386.54 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 36336 0 0 0 138635 19 0 0 20 0 1 0 279098691 165285888 34863 33554432000 4194304 5654031 140737468212192 140737468200008 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 40353 34863 141 357 0 39993 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 193328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 15990
/proc/meminfo: memFree=30740480/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=142444 CPUtime=1446.54 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 36823 0 0 0 144634 20 0 0 20 0 1 0 279098691 145862656 33333 33554432000 4194304 5654031 140737468212192 140737468200008 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 35611 33333 141 357 0 35251 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 174360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 15990
/proc/meminfo: memFree=30738316/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=161412 CPUtime=1464.64 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 36904 0 0 0 146444 20 0 0 20 0 1 0 279098691 165285888 33414 33554432000 4194304 5654031 140737468212192 140737468210280 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 40353 33414 141 357 0 39993 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 193328

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 15990
/proc/meminfo: memFree=30738316/32873844 swapFree=7372/7372
[pid=15895] ppid=15893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15895/stat : 15895 (npSolver-pbo-I.) S 15893 15895 15469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279065142 9367552 275 33554432000 4194304 5064252 140735704699984 140735704698896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15895/statm: 2287 275 233 213 0 72 0
[pid=15896] ppid=15895 vsize=22768 CPUtime=335.39 cores=1,3,5,7
/proc/15896/stat : 15896 (npSolver-pbo) S 15895 15895 15469 0 -1 4202496 14495 49485 0 0 149 44 33327 19 20 0 1 0 279065143 23314432 4512 33554432000 4194304 5992684 140735274726208 140735274711112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15896/statm: 5692 4512 191 440 0 5248 0
[pid=15956] ppid=15896 vsize=161412 CPUtime=1464.64 cores=1,3,5,7
/proc/15956/stat : 15956 (glucosInc) R 15896 15895 15469 0 -1 4202496 36904 0 0 0 146444 20 0 0 20 0 1 0 279098691 165285888 33414 33554432000 4194304 5654031 140737468212192 140737468210280 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15956/statm: 40353 33414 141 357 0 39993 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 193328

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1799.21
CPU system time (s): 0.843871
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 227376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.843871
maximum resident set size= 171760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 202336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 793
involuntary context switches= 1877

runsolver used 3.68544 second user time and 9.97448 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 16:36:06
IDJOB=3699403
IDBENCH=92657
IDSOLVER=2276
FILE ID=node109/3699403-1338129361
RUNJOBID= node109-1338124514-15486
PBS_JOBID= 14624511
Free space on /tmp= 63960 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat15_4_4_3_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699403-1338129361/watcher-3699403-1338129361 -o /tmp/evaluation-result-3699403-1338129361/solver-3699403-1338129361 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699403-1338129361.opb 450138590 HOME HOME

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

MD5SUM BENCH= bd1f23f2ad95dce248911d20ecda08b7
RANDOM SEED=450138590

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
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.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:         8492864 kB
Buffers:           67612 kB
Cached:         14922384 kB
SwapCached:          524 kB
Active:          8512280 kB
Inactive:       14632592 kB
Active(anon):    8149684 kB
Inactive(anon):     7576 kB
Active(file):     362596 kB
Inactive(file): 14625016 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106260 kB
Dirty:           1900860 kB
Writeback:         69064 kB
AnonPages:       8161520 kB
Mapped:            11256 kB
Shmem:                 8 kB
Slab:            1079116 kB
SReclaimable:     517220 kB
SUnreclaim:       561896 kB
KernelStack:        1464 kB
PageTables:        20144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11726248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5302272 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= 71012 MiB
End job on node109 at 2012-05-27 17:06:06