Trace number 3699440

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.14 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_9_mh.opb
MD5SUMdceb2101253472cec95359fbc82f66a4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6925310
Best CPU time to get the best result obtained on this benchmark41.2897
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 105154048
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4901449287
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 105154048
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4901449287
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.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
0.00/0.66	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.66	c [INC SYSTEM] execute solver
1.17/1.22	c [INC SEARCH] formula is SAT
1.17/1.22	c [INC SYSTEM] solved the initial formula
1.17/1.24	c model valid
1.17/1.24	c current solution ok
1.37/1.43	o 330345050
1.37/1.43	c execute binary inc search
1.37/1.43	c [INC SEARCH] current bound: 165172532
1.37/1.43	c [INC SEARCH] iteration: 0
1.37/1.43	c [INC SEARCH] lower bound: 0 upperbound 330345065 current bound: 165172532 best value:330345065
1.37/1.43	c [INC SYSTEM] there exists a inc, kill it!
1.37/1.43	c write failed with 2
1.37/1.43	c [INC SYSTEM] create new solver instance
1.37/1.43	c [INC] encode full formula
1.37/1.43	c fallback to adder encoding
1.97/2.00	c set iterative enc to: adder
1.97/2.00	c set iterative enc to: none
1.97/2.07	c [INC SEARCH] isOptimum variable: 0
134.44/134.51	c [INC SEARCH] formula is SAT
134.44/134.52	c [INC SEARCH] copied best model
134.44/134.52	c sat variable: 1 optimum/unsat variable: 0
134.44/134.54	c model valid
134.44/134.54	c current solution ok
134.44/134.54	o 142952191
134.44/134.54	c [INC SEARCH] current bound: 71476103
134.44/134.54	c [INC SEARCH] iteration: 1
134.44/134.54	c [INC SEARCH] lower bound: 0 upperbound 142952206 current bound: 71476103 best value:142952206
134.44/134.54	c [INC SYSTEM] there exists a inc, kill it!
134.44/134.54	c write failed with 2
134.44/134.55	c [INC SYSTEM] create new solver instance
134.44/134.55	c [INC] encode full formula
134.44/134.55	c fallback to adder encoding
135.05/135.10	c set iterative enc to: adder
135.05/135.10	c set iterative enc to: none
135.05/135.18	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.51	c an unexpexted return value has been received, exit
1800.09/1800.51	s UNKNOWN
1800.09/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.51	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-3699440-1338132922/watcher-3699440-1338132922 -o /tmp/evaluation-result-3699440-1338132922/solver-3699440-1338132922 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699440-1338132922.opb 546570970 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/176 13408
/proc/meminfo: memFree=30609736/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0

[startup+0.045251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13408
/proc/meminfo: memFree=30609736/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13408
/proc/meminfo: memFree=30609736/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13408
/proc/meminfo: memFree=30609736/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13408
/proc/meminfo: memFree=30609736/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13414
/proc/meminfo: memFree=30584900/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=22028 CPUtime=1.47 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) R 13408 13408 12301 0 -1 4202496 5673 14923 0 0 21 17 105 4 20 0 1 0 279420603 22556672 4705 33554432000 4194304 5992684 140735358144752 140735358139296 5044375 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 5507 4705 191 440 0 5063 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31176

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=30537548/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=17932 CPUtime=2.05 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 8135 15438 0 0 71 24 105 5 20 0 1 0 279420603 18362368 3887 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4483 3887 191 440 0 4039 0
[pid=13417] ppid=13409 vsize=124148 CPUtime=1.01 cores=0,2,4,6
/proc/13417/stat : 13417 (glucosInc) R 13409 13408 12301 0 -1 4202496 24641 0 0 0 94 7 0 0 20 0 1 0 279420810 127127552 27621 33554432000 4194304 5654031 140735945376608 140735945374392 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 31037 27621 141 357 0 30677 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 151228

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=30438192/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=17932 CPUtime=2.05 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 8135 15438 0 0 71 24 105 5 20 0 1 0 279420603 18362368 3887 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4483 3887 191 440 0 4039 0
[pid=13417] ppid=13409 vsize=125484 CPUtime=4.21 cores=0,2,4,6
/proc/13417/stat : 13417 (glucosInc) R 13409 13408 12301 0 -1 4202496 25090 0 0 0 414 7 0 0 20 0 1 0 279420810 128495616 28070 33554432000 4194304 5654031 140735945376608 140735945364424 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 31371 28070 141 357 0 31011 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 152564

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=30437704/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=17932 CPUtime=2.05 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 8135 15438 0 0 71 24 105 5 20 0 1 0 279420603 18362368 3887 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4483 3887 191 440 0 4039 0
[pid=13417] ppid=13409 vsize=126144 CPUtime=10.61 cores=0,2,4,6
/proc/13417/stat : 13417 (glucosInc) R 13409 13408 12301 0 -1 4202496 25282 0 0 0 1054 7 0 0 20 0 1 0 279420810 129171456 28262 33554432000 4194304 5654031 140735945376608 140735945364424 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 31536 28262 141 357 0 31176 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 153224

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=30433616/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=17932 CPUtime=2.05 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 8135 15438 0 0 71 24 105 5 20 0 1 0 279420603 18362368 3887 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4483 3887 191 440 0 4039 0
[pid=13417] ppid=13409 vsize=126672 CPUtime=23.4 cores=0,2,4,6
/proc/13417/stat : 13417 (glucosInc) R 13409 13408 12301 0 -1 4202496 25389 0 0 0 2333 7 0 0 20 0 1 0 279420810 129712128 28880 33554432000 4194304 5654031 140735945376608 140735945364424 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 31668 28880 141 357 0 31308 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 153752

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=30429708/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=17932 CPUtime=2.05 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 8135 15438 0 0 71 24 105 5 20 0 1 0 279420603 18362368 3887 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4483 3887 191 440 0 4039 0
[pid=13417] ppid=13409 vsize=128528 CPUtime=48.99 cores=0,2,4,6
/proc/13417/stat : 13417 (glucosInc) R 13409 13408 12301 0 -1 4202496 25830 0 0 0 4892 7 0 0 20 0 1 0 279420810 131612672 29832 33554432000 4194304 5654031 140735945376608 140735945364424 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 32132 29832 141 357 0 31772 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 155608

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13418
/proc/meminfo: memFree=30425152/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=17932 CPUtime=2.05 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 8135 15438 0 0 71 24 105 5 20 0 1 0 279420603 18362368 3887 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4483 3887 191 440 0 4039 0
[pid=13417] ppid=13409 vsize=129856 CPUtime=100.19 cores=0,2,4,6
/proc/13417/stat : 13417 (glucosInc) R 13409 13408 12301 0 -1 4202496 26783 0 0 0 10010 9 0 0 20 0 1 0 279420810 132972544 30190 33554432000 4194304 5654031 140735945376608 140735945364424 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 32464 30190 141 357 0 32104 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 156936

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13420
/proc/meminfo: memFree=30432064/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=122296 CPUtime=27.1 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 24743 0 0 0 2704 6 0 0 20 0 1 0 279434121 125231104 28714 33554432000 4194304 5654031 140733597327872 140733597325656 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13420/statm: 30574 28714 141 357 0 30214 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 147580

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13420
/proc/meminfo: memFree=30425624/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=124352 CPUtime=87.09 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 25947 0 0 0 8701 8 0 0 20 0 1 0 279434121 127336448 29235 33554432000 4194304 5654031 140733597327872 140733597325704 4215040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13420/statm: 31088 29235 141 357 0 30728 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 149636

[startup+282.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/180 13474
/proc/meminfo: memFree=30859584/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=30851140/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=155688 CPUtime=1166.86 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 37610 0 0 0 116661 25 0 0 20 0 1 0 279434121 159424512 33888 33554432000 4194304 5654031 140733597327872 140733597325656 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 38922 33888 141 357 0 38562 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 180972

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13483
/proc/meminfo: memFree=30832276/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=156116 CPUtime=1226.85 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 37741 0 0 0 122660 25 0 0 20 0 1 0 279434121 159862784 34530 33554432000 4194304 5654031 140733597327872 140733597325656 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 39029 34530 141 357 0 38669 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 181400

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13483
/proc/meminfo: memFree=30850972/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=157200 CPUtime=1286.85 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 38602 0 0 0 128658 27 0 0 20 0 1 0 279434121 160972800 34708 33554432000 4194304 5654031 140733597327872 140733597315688 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 39300 34708 141 357 0 38940 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 182484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13486
/proc/meminfo: memFree=30822476/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=158040 CPUtime=1346.83 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 39545 0 0 0 134655 28 0 0 20 0 1 0 279434121 161832960 34436 33554432000 4194304 5654031 140733597327872 140733597325960 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 39510 34436 141 357 0 39150 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 183324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13509
/proc/meminfo: memFree=30840948/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=158516 CPUtime=1406.82 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 39657 0 0 0 140653 29 0 0 20 0 1 0 279434121 162320384 36652 33554432000 4194304 5654031 140733597327872 140733597315688 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 39629 36652 141 357 0 39269 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 183800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13509
/proc/meminfo: memFree=30834448/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=158872 CPUtime=1466.8 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 40467 0 0 0 146651 29 0 0 20 0 1 0 279434121 162684928 34696 33554432000 4194304 5654031 140733597327872 140733597315688 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 39718 34696 141 357 0 39358 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 184156

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13510
/proc/meminfo: memFree=30813412/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=159480 CPUtime=1526.79 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 40595 0 0 0 152650 29 0 0 20 0 1 0 279434121 163307520 36357 33554432000 4194304 5654031 140733597327872 140733597315688 4233213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 39870 36357 141 357 0 39510 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 184764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13510
/proc/meminfo: memFree=30836512/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=161740 CPUtime=1586.78 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 41634 0 0 0 158647 31 0 0 20 0 1 0 279434121 165621760 35177 33554432000 4194304 5654031 140733597327872 140733597315688 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 40435 35177 141 357 0 40075 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 187024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13510
/proc/meminfo: memFree=30817584/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=161740 CPUtime=1646.77 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 41639 0 0 0 164646 31 0 0 20 0 1 0 279434121 165621760 37737 33554432000 4194304 5654031 140733597327872 140733597315688 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 40435 37737 141 357 0 40075 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 187024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13510
/proc/meminfo: memFree=30805608/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=161740 CPUtime=1664.97 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 41641 0 0 0 166466 31 0 0 20 0 1 0 279434121 165621760 38761 33554432000 4194304 5654031 140733597327872 140733597315688 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 40435 38761 141 357 0 40075 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 187024

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13510
/proc/meminfo: memFree=30805608/32873844 swapFree=6088/6088
[pid=13408] ppid=13406 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13408/stat : 13408 (npSolver-pbo-I.) S 13406 13408 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279420603 9367552 275 33554432000 4194304 5064252 140733674947968 140733674946880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13408/statm: 2287 275 233 213 0 72 0
[pid=13409] ppid=13408 vsize=16136 CPUtime=135.12 cores=0,2,4,6
/proc/13409/stat : 13409 (npSolver-pbo) S 13408 13408 12301 0 -1 4202496 11818 43906 0 0 129 31 13334 18 20 0 1 0 279420603 16523264 3470 33554432000 4194304 5992684 140735358144752 140735358129656 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13409/statm: 4034 3470 191 440 0 3590 0
[pid=13420] ppid=13409 vsize=161740 CPUtime=1664.97 cores=0,2,4,6
/proc/13420/stat : 13420 (glucosInc) R 13409 13408 12301 0 -1 4202496 41641 0 0 0 166466 31 0 0 20 0 1 0 279434121 165621760 38761 33554432000 4194304 5654031 140733597327872 140733597315688 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13420/statm: 40435 38761 141 357 0 40075 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 187024

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1799.31
CPU system time (s): 0.825874
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 215392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.825874
maximum resident set size= 182320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 179352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 680
involuntary context switches= 2471

runsolver used 2.67759 second user time and 7.18391 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 17:35:22
IDJOB=3699440
IDBENCH=92716
IDSOLVER=2276
FILE ID=node110/3699440-1338132922
RUNJOBID= node110-1338119844-12317
PBS_JOBID= 14624477
Free space on /tmp= 71460 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_9_mh.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699440-1338132922/watcher-3699440-1338132922 -o /tmp/evaluation-result-3699440-1338132922/solver-3699440-1338132922 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699440-1338132922.opb 546570970 HOME HOME

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

MD5SUM BENCH= dceb2101253472cec95359fbc82f66a4
RANDOM SEED=546570970

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30610728 kB
Buffers:          272100 kB
Cached:           567392 kB
SwapCached:          148 kB
Active:          1314136 kB
Inactive:         133980 kB
Active(anon):     598896 kB
Inactive(anon):    12496 kB
Active(file):     715240 kB
Inactive(file):   121484 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:              8972 kB
Writeback:             0 kB
AnonPages:        577804 kB
Mapped:            15648 kB
Shmem:               196 kB
Slab:             674028 kB
SReclaimable:     116536 kB
SUnreclaim:       557492 kB
KernelStack:        1496 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     769580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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= 71544 MiB
End job on node110 at 2012-05-27 18:05:22