Trace number 3699148

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? (TO) 1800.05 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__8.opb
MD5SUM659ee731f96ff56544db308ac6299615
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174384
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint8
Maximum length of a constraint329
Number of terms in the objective function 40000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1373838504
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1373838504
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.29/2.32	c run inc solver
2.29/2.32	c [INC SYSTEM] run initial solver
2.29/2.32	c [INC SYSTEM] preprocess with white file
8.78/9.04	c [INC SYSTEM] finished preprocessing in 6 s
8.78/9.04	c [INC SYSTEM] execute solver
8.83/9.96	c [INC SEARCH] formula is SAT
8.83/9.97	c [INC SYSTEM] solved the initial formula
8.87/10.03	c model valid
8.87/10.03	c current solution ok
12.85/13.23	o 233811
12.85/13.23	c execute binary inc search
12.85/13.23	c [INC SEARCH] current bound: 116905
12.85/13.23	c [INC SEARCH] iteration: 0
12.85/13.23	c [INC SEARCH] lower bound: 0 upperbound 233811 current bound: 116905 best value:233811
12.85/13.23	c [INC SYSTEM] there exists a inc, kill it!
12.85/13.23	c write failed with 2
13.18/13.44	c [INC SYSTEM] create new solver instance
13.18/13.44	c [INC] encode full formula
13.18/13.44	c fallback to adder encoding
16.78/17.04	c set iterative enc to: adder
16.78/17.04	c set iterative enc to: none
17.27/17.60	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.61	HOME/npSolver-pbo-I.sh: line 18:  6049 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3699148-1338084368/watcher-3699148-1338084368 -o /tmp/evaluation-result-3699148-1338084368/solver-3699148-1338084368 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699148-1338084368.opb 639219920 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 6048
/proc/meminfo: memFree=28234088/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0

[startup+0.0962341 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6048
/proc/meminfo: memFree=28234088/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6048
/proc/meminfo: memFree=28234088/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6048
/proc/meminfo: memFree=28234088/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6048
/proc/meminfo: memFree=28234088/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 6050
/proc/meminfo: memFree=28200128/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=69984 CPUtime=1.49 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) R 6048 6048 2277 0 -1 4202496 4025 0 0 0 148 1 0 0 20 0 1 0 274563787 71663616 12523 33554432000 4194304 5992684 140737337451408 140737337447528 4768666 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 17496 12523 146 440 0 17052 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79132

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 6050
/proc/meminfo: memFree=28157364/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=143884 CPUtime=2.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 7593 0 0 0 218 19 0 0 20 0 1 0 274563787 147337216 21844 33554432000 4194304 5992684 140737337451408 140737337445856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 35971 21844 164 440 0 35527 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 153032
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6052
/proc/meminfo: memFree=27790416/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=143884 CPUtime=2.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 7593 0 0 0 218 19 0 0 20 0 1 0 274563787 147337216 21844 33554432000 4194304 5992684 140737337451408 140737337445856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 35971 21844 164 440 0 35527 0
[pid=6051] ppid=6049 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6051/stat : 6051 (cp2_pre.sh) S 6049 6048 2277 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274564026 9367552 276 33554432000 4194304 5064252 140733657009968 140733657008672 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6051/statm: 2287 276 234 213 0 72 0
[pid=6052] ppid=6051 vsize=312148 CPUtime=3.9 cores=0,2,4,6
/proc/6052/stat : 6052 (coprocessor) R 6051 6048 2277 0 -1 4202496 58831 0 0 0 377 13 0 0 20 0 1 0 274564026 319639552 77073 33554432000 4194304 6586260 140735138844400 140735138840424 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/6052/statm: 78037 77073 204 584 0 77449 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 474328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6054
/proc/meminfo: memFree=27846812/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=149356 CPUtime=11.57 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) R 6048 6048 2277 0 -1 4202496 9028 59734 0 0 276 236 616 29 20 0 1 0 274563787 152940544 23221 33554432000 4194304 5992684 140737337451408 140737337445592 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 37339 23221 173 440 0 36895 0
[pid=6054] ppid=6049 vsize=173200 CPUtime=0.9 cores=0,2,4,6
/proc/6054/stat : 6054 (glucosInc) S 6049 6048 2277 0 -1 4202496 26046 0 0 0 83 7 0 0 20 0 1 0 274564691 177356800 37276 33554432000 4194304 5654031 140737075192816 140737075191128 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6054/statm: 43300 37276 146 357 0 42940 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 331704

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 6057
/proc/meminfo: memFree=26992744/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=780056 CPUtime=7.89 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 110511 0 0 0 754 35 0 0 20 0 1 0 274565547 798777344 182433 33554432000 4194304 5654031 140733929699712 140733929697320 4214944 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 195014 182433 140 357 0 194654 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 936060

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 6057
/proc/meminfo: memFree=26991564/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=780536 CPUtime=33.48 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 110517 0 0 0 3313 35 0 0 20 0 1 0 274565547 799268864 182439 33554432000 4194304 5654031 140733929699712 140733929697320 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 195134 182439 140 357 0 194774 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 936540

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 6057
/proc/meminfo: memFree=26981652/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=782020 CPUtime=84.67 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 110984 0 0 0 8432 35 0 0 20 0 1 0 274565547 800788480 182906 33554432000 4194304 5654031 140733929699712 140733929697496 4232448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 195505 182906 142 357 0 195145 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 938024

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6057
/proc/meminfo: memFree=27002200/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=790712 CPUtime=144.67 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 113135 0 0 0 14431 36 0 0 20 0 1 0 274565547 809689088 185568 33554432000 4194304 5654031 140733929699712 140733929687528 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 197678 185568 142 357 0 197318 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 946716

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6057
/proc/meminfo: memFree=26991444/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=791248 CPUtime=204.65 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 113269 0 0 0 20429 36 0 0 20 0 1 0 274565547 810237952 186212 33554432000 4194304 5654031 140733929699712 140733929697400 4215307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 197812 186212 142 357 0 197452 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 947252

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 6061
/proc/meminfo: memFree=26982592/32873844 swapFree=7100/7100

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

/proc/loadavg: 2.00 2.00 2.00 3/181 6193
/proc/meminfo: memFree=26955388/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=956040 CPUtime=1344.43 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 119800 0 0 0 134402 41 0 0 20 0 1 0 274565547 978984960 204477 33554432000 4194304 5654031 140733929699712 140733929687528 4215248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 239010 204477 142 357 0 238650 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1112044

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6193
/proc/meminfo: memFree=26940744/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=956040 CPUtime=1404.42 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 119809 0 0 0 140401 41 0 0 20 0 1 0 274565547 978984960 205508 33554432000 4194304 5654031 140733929699712 140733929687528 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 239010 205508 142 357 0 238650 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 1112044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6196
/proc/meminfo: memFree=26933360/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=956040 CPUtime=1464.41 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 119814 0 0 0 146400 41 0 0 20 0 1 0 274565547 978984960 205513 33554432000 4194304 5654031 140733929699712 140733929687528 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 239010 205513 142 357 0 238650 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 1112044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6197
/proc/meminfo: memFree=26940556/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=956040 CPUtime=1524.4 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 119814 0 0 0 152399 41 0 0 20 0 1 0 274565547 978984960 205513 33554432000 4194304 5654031 140733929699712 140733929687528 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 239010 205513 142 357 0 238650 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 1112044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6197
/proc/meminfo: memFree=26931516/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=956040 CPUtime=1584.39 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 119815 0 0 0 158398 41 0 0 20 0 1 0 274565547 978984960 205514 33554432000 4194304 5654031 140733929699712 140733929687528 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 239010 205514 142 357 0 238650 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 1112044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6197
/proc/meminfo: memFree=26928852/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=966948 CPUtime=1644.4 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 120672 0 0 0 164398 42 0 0 20 0 1 0 274565547 990154752 208415 33554432000 4194304 5654031 140733929699712 140733929687528 4209151 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 241737 208415 142 357 0 241377 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1122952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6197
/proc/meminfo: memFree=26915572/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=966948 CPUtime=1704.38 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 120673 0 0 0 170396 42 0 0 20 0 1 0 274565547 990154752 208927 33554432000 4194304 5654031 140733929699712 140733929687528 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 241737 208927 142 357 0 241377 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1122952

[startup+1782.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 6198
/proc/meminfo: memFree=26924316/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=966948 CPUtime=1764.38 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 120674 0 0 0 176396 42 0 0 20 0 1 0 274565547 990154752 209439 33554432000 4194304 5654031 140733929699712 140733929687528 4215026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 241737 209439 142 357 0 241377 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 1122952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6199
/proc/meminfo: memFree=26920228/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=966948 CPUtime=1782.68 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 120675 0 0 0 178226 42 0 0 20 0 1 0 274565547 990154752 209951 33554432000 4194304 5654031 140733929699712 140733929687528 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 241737 209951 142 357 0 241377 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1122952

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6199
/proc/meminfo: memFree=26920228/32873844 swapFree=7100/7100
[pid=6048] ppid=6046 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6048/stat : 6048 (npSolver-pbo-I.) S 6046 6048 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274563787 9367552 274 33554432000 4194304 5064252 140736748178400 140736748177312 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6048/statm: 2287 274 233 213 0 72 0
[pid=6049] ppid=6048 vsize=146856 CPUtime=17.37 cores=0,2,4,6
/proc/6049/stat : 6049 (npSolver-pbo) S 6048 6048 2277 0 -1 4202496 23405 86820 0 0 655 318 700 64 20 0 1 0 274563787 150380544 22640 33554432000 4194304 5992684 140737337451408 140737337436312 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6049/statm: 36714 22640 185 440 0 36270 0
[pid=6057] ppid=6049 vsize=966948 CPUtime=1782.68 cores=0,2,4,6
/proc/6057/stat : 6057 (glucosInc) R 6049 6048 2277 0 -1 4202496 120675 0 0 0 178226 42 0 0 20 0 1 0 274565547 990154752 209951 33554432000 4194304 5654031 140733929699712 140733929687528 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6057/statm: 241737 209951 142 357 0 241377 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1122952

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6048 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=561938
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=839416
# CPU time returned by wait4() is 17.4014
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.61
CPU time (s): 1800.05
CPU user time (s): 1795.81
CPU system time (s): 4.24
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 1260916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5619
system time used= 3.83942
maximum resident set size= 647672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1272680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 385
involuntary context switches= 32

runsolver used 3.45947 second user time and 8.33773 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 04:06:08
IDJOB=3699148
IDBENCH=71875
IDSOLVER=2276
FILE ID=node111/3699148-1338084368
RUNJOBID= node111-1338052066-2293
PBS_JOBID= 14624388
Free space on /tmp= 71648 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__8.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699148-1338084368/watcher-3699148-1338084368 -o /tmp/evaluation-result-3699148-1338084368/solver-3699148-1338084368 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699148-1338084368.opb 639219920 HOME HOME

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

MD5SUM BENCH= 659ee731f96ff56544db308ac6299615
RANDOM SEED=639219920

node111.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.152
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	: 5332.30
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.152
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.152
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.152
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.152
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.152
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		: 2666.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28234352 kB
Buffers:          302376 kB
Cached:          3306048 kB
SwapCached:            0 kB
Active:          1139832 kB
Inactive:        2675812 kB
Active(anon):     209608 kB
Inactive(anon):        0 kB
Active(file):     930224 kB
Inactive(file):  2675812 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9692 kB
Writeback:            28 kB
AnonPages:        220176 kB
Mapped:            15608 kB
Shmem:               200 kB
Slab:             676840 kB
SReclaimable:     119364 kB
SUnreclaim:       557476 kB
KernelStack:        1456 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     358380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71224 MiB
End job on node111 at 2012-05-27 04:36:09