Trace number 3702634

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-topdown-quickBound? (TO) 1800.12 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_1_mh.opb
MD5SUM72a339d7628ceb0d05dc1d46781174fb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3481479
Best CPU time to get the best result obtained on this benchmark1800.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
Number of bits of the biggest sum of numbers34
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.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
3.37/3.47	c [INC SYSTEM] finished preprocessing in 2 s
3.37/3.47	c [INC SYSTEM] execute solver
9.36/9.49	c [INC SEARCH] formula is SAT
9.47/9.50	c [INC SYSTEM] solved the initial formula
9.57/9.61	c model valid
9.57/9.61	c current solution ok
10.77/10.89	o 359944625
10.77/10.89	c starting approximation
10.77/10.89	c factor = 2
10.77/10.89	c factor still to low - shrinking to 1.81682e+07
10.77/10.89	c approx number of clauses: 1e+06
10.77/10.89	c current bound: 179972320
12.42/12.58	c leaving approximation
12.42/12.58	c finished approximation
12.42/12.58	c [INC SYSTEM] there exists a inc, kill it!
12.42/12.58	c write failed with 2
12.47/12.62	c [INC SEARCH] iteration: 0
12.47/12.62	c [INC BOUNDS] best value:359944650 search for 359944649
12.47/12.62	c [INC SYSTEM] create new solver instance
12.47/12.62	c [INC] encode full formula
12.47/12.62	c fallback to adder encoding
15.18/15.34	c set iterative enc to: adder
15.18/15.34	c set iterative enc to: none
15.58/15.76	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.09/1800.61	s UNKNOWN
1800.09/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.61	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702634-1338130571/watcher-3702634-1338130571 -o /tmp/evaluation-result-3702634-1338130571/solver-3702634-1338130571 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702634-1338130571.opb 1968264659 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: 2.25 2.25 2.10 3/180 25937
/proc/meminfo: memFree=31259424/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0

[startup+0.097187 s]
/proc/loadavg: 2.25 2.25 2.10 3/180 25937
/proc/meminfo: memFree=31259424/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.25 2.25 2.10 3/180 25937
/proc/meminfo: memFree=31259424/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/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.25 2.25 2.10 3/180 25937
/proc/meminfo: memFree=31259424/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700333 s]
/proc/loadavg: 2.25 2.25 2.10 3/180 25937
/proc/meminfo: memFree=31259424/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.25 2.25 2.10 3/184 25941
/proc/meminfo: memFree=31078032/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 7928 0 0 0 57 7 0 0 20 0 1 0 279181661 53895168 9645 33554432000 4194304 5992684 140734177470640 140734177465088 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 13158 9645 171 440 0 12714 0
[pid=25940] ppid=25938 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25940/stat : 25940 (cp2_pre.sh) S 25938 25937 24278 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279181726 9367552 276 33554432000 4194304 5064252 140736550134688 140736550133392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25940/statm: 2287 276 234 213 0 72 0
[pid=25941] ppid=25940 vsize=168668 CPUtime=0.83 cores=1,3,5,7
/proc/25941/stat : 25941 (coprocessor) R 25940 25937 24278 0 -1 4202496 27466 0 0 0 78 5 0 0 20 0 1 0 279181727 172716032 37711 33554432000 4194304 6586260 140736686984512 140736686980776 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/25941/statm: 42167 37711 166 584 0 41579 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 239596

[startup+3.10037 s]
/proc/loadavg: 2.23 2.25 2.10 3/184 25941
/proc/meminfo: memFree=31024196/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 7928 0 0 0 57 7 0 0 20 0 1 0 279181661 53895168 9645 33554432000 4194304 5992684 140734177470640 140734177465088 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 13158 9645 171 440 0 12714 0
[pid=25940] ppid=25938 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25940/stat : 25940 (cp2_pre.sh) S 25938 25937 24278 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279181726 9367552 276 33554432000 4194304 5064252 140736550134688 140736550133392 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25940/statm: 2287 276 234 213 0 72 0
[pid=25941] ppid=25940 vsize=210616 CPUtime=2.43 cores=1,3,5,7
/proc/25941/stat : 25941 (coprocessor) R 25940 25937 24278 0 -1 4202496 35341 0 0 0 232 11 0 0 20 0 1 0 279181727 215670784 51454 33554432000 4194304 6586260 140736686984512 140736686980264 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/25941/statm: 52654 51454 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281544

[startup+6.3004 s]
/proc/loadavg: 2.23 2.25 2.10 3/183 25943
/proc/meminfo: memFree=31113408/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=52632 CPUtime=3.45 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 7947 36244 0 0 57 7 267 14 20 0 1 0 279181661 53895168 9647 33554432000 4194304 5992684 140734177470640 140734177456904 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 13158 9647 173 440 0 12714 0
[pid=25943] ppid=25938 vsize=98176 CPUtime=2.81 cores=1,3,5,7
/proc/25943/stat : 25943 (glucosInc) R 25938 25937 24278 0 -1 4202496 20791 0 0 0 276 5 0 0 20 0 1 0 279182008 100532224 22313 33554432000 4194304 5654031 140733739036864 140733739034648 4232625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25943/statm: 24544 22313 140 357 0 24184 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 159956

[startup+12.7004 s]
/proc/loadavg: 2.20 2.24 2.10 3/185 25946
/proc/meminfo: memFree=30942508/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=83200 CPUtime=12.57 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) R 25937 25937 24278 0 -1 4202496 14862 91327 0 0 108 115 998 36 20 0 1 0 279181661 85196800 17157 33554432000 4194304 5992684 140734177470640 140734177464440 4523464 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 20800 17157 204 440 0 20356 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 92348

[startup+25.5004 s]
/proc/loadavg: 2.16 2.23 2.09 3/183 25953
/proc/meminfo: memFree=30442684/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=567912 CPUtime=9.73 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 87911 0 0 0 943 30 0 0 20 0 1 0 279183237 581541888 128079 33554432000 4194304 5654031 140735227114528 140735227112312 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 141978 128079 141 357 0 141618 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 643792

[startup+51.1004 s]
/proc/loadavg: 2.11 2.21 2.09 3/183 25954
/proc/meminfo: memFree=30439516/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=569364 CPUtime=35.32 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 88323 0 0 0 3502 30 0 0 20 0 1 0 279183237 583028736 129002 33554432000 4194304 5654031 140735227114528 140735227112312 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 142341 129002 141 357 0 141981 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 645244

[startup+102.307 s]
/proc/loadavg: 2.04 2.17 2.08 3/183 25954
/proc/meminfo: memFree=30430148/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=571180 CPUtime=86.52 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 89203 0 0 0 8621 31 0 0 20 0 1 0 279183237 584888320 130393 33554432000 4194304 5654031 140735227114528 140735227112216 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 142795 130393 142 357 0 142435 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 647060

[startup+162.3 s]
/proc/loadavg: 2.02 2.14 2.08 3/183 25954
/proc/meminfo: memFree=30425476/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=571564 CPUtime=146.48 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 89361 0 0 0 14617 31 0 0 20 0 1 0 279183237 585281536 131543 33554432000 4194304 5654031 140735227114528 140735227112312 4233290 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 142891 131543 142 357 0 142531 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 647444

[startup+222.3 s]
/proc/loadavg: 2.00 2.11 2.07 3/183 25954
/proc/meminfo: memFree=30421160/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=571828 CPUtime=206.42 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 89481 0 0 0 20611 31 0 0 20 0 1 0 279183237 585551872 132641 33554432000 4194304 5654031 140735227114528 140735227112312 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 142957 132641 142 357 0 142597 0
Current children cumulated CPU time (s) 222.06

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

/proc/meminfo: memFree=30395744/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=583004 CPUtime=1226.22 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 94957 0 0 0 122580 42 0 0 20 0 1 0 279183237 596996096 133675 33554432000 4194304 5654031 140735227114528 140735227102344 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 145751 133675 142 357 0 145391 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 658884

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25987
/proc/meminfo: memFree=30385756/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=589676 CPUtime=1286.21 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 95873 0 0 0 128579 42 0 0 20 0 1 0 279183237 603828224 136124 33554432000 4194304 5654031 140735227114528 140735227102344 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 147419 136124 142 357 0 147059 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 665556

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25987
/proc/meminfo: memFree=30381660/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=589676 CPUtime=1346.19 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 95878 0 0 0 134577 42 0 0 20 0 1 0 279183237 603828224 137151 33554432000 4194304 5654031 140735227114528 140735227102344 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 147419 137151 142 357 0 147059 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 665556

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 25987
/proc/meminfo: memFree=30368256/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=589676 CPUtime=1406.19 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 95882 0 0 0 140577 42 0 0 20 0 1 0 279183237 603828224 138177 33554432000 4194304 5654031 140735227114528 140735227102344 4209087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 147419 138177 142 357 0 147059 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 665556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 25990
/proc/meminfo: memFree=30354968/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=671064 CPUtime=1466.18 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 96574 0 0 0 146575 43 0 0 20 0 1 0 279183237 687169536 141420 33554432000 4194304 5654031 140735227114528 140735227102344 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 167766 141420 142 357 0 167406 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 746944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25990
/proc/meminfo: memFree=30350880/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=671064 CPUtime=1526.17 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 96582 0 0 0 152574 43 0 0 20 0 1 0 279183237 687169536 142450 33554432000 4194304 5654031 140735227114528 140735227102344 4214612 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 167766 142450 142 357 0 167406 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 746944

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 25991
/proc/meminfo: memFree=30346908/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=671064 CPUtime=1586.17 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 96584 0 0 0 158573 44 0 0 20 0 1 0 279183237 687169536 143474 33554432000 4194304 5654031 140735227114528 140735227102344 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 167766 143474 142 357 0 167406 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 746944

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25991
/proc/meminfo: memFree=30370120/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=596876 CPUtime=1646.15 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 98113 0 0 0 164569 46 0 0 20 0 1 0 279183237 611201024 137597 33554432000 4194304 5654031 140735227114528 140735227102344 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 149219 137597 142 357 0 148859 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 672756

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 25991
/proc/meminfo: memFree=30366076/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=596876 CPUtime=1706.14 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 98118 0 0 0 170567 47 0 0 20 0 1 0 279183237 611201024 138696 33554432000 4194304 5654031 140735227114528 140735227102344 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 149219 138696 142 357 0 148859 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 672756

[startup+1782.3 s]
/proc/loadavg: 2.36 2.08 2.02 2/182 26036
/proc/meminfo: memFree=26956136/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=596876 CPUtime=1766.14 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 98120 0 0 0 176567 47 0 0 20 0 1 0 279183237 611201024 139720 33554432000 4194304 5654031 140735227114528 140735227102344 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 149219 139720 142 357 0 148859 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 672756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.50 2.14 2.04 3/182 26092
/proc/meminfo: memFree=30333116/32873844 swapFree=6080/6080
[pid=25937] ppid=25935 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25937/stat : 25937 (npSolver-pbo-It) S 25935 25937 24278 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279181661 9367552 274 33554432000 4194304 5064252 140734156862080 140734156860992 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25937/statm: 2287 274 233 213 0 72 0
[pid=25938] ppid=25937 vsize=66732 CPUtime=15.64 cores=1,3,5,7
/proc/25938/stat : 25938 (npSolver-pbo) S 25937 25937 24278 0 -1 4202496 18788 91844 0 0 371 155 999 39 20 0 1 0 279181661 68333568 13205 33554432000 4194304 5992684 140734177470640 140734177456472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25938/statm: 16683 13205 205 440 0 16239 0
[pid=25953] ppid=25938 vsize=596876 CPUtime=1784.45 cores=1,3,5,7
/proc/25953/stat : 25953 (glucosInc) R 25938 25937 24278 0 -1 4202496 98121 0 0 0 178398 47 0 0 20 0 1 0 279183237 611201024 140232 33554432000 4194304 5654031 140735227114528 140735227102344 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25953/statm: 149219 140232 142 357 0 148859 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 672756

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.12
CPU user time (s): 1797.69
CPU system time (s): 2.43463
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 884372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.69
system time used= 2.43463
maximum resident set size= 700276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 601392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 729
involuntary context switches= 1903

runsolver used 2.90256 second user time and 8.58769 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 16:56:11
IDJOB=3702634
IDBENCH=92712
IDSOLVER=2278
FILE ID=node139/3702634-1338130571
RUNJOBID= node139-1338122473-24295
PBS_JOBID= 14624487
Free space on /tmp= 71640 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_1_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702634-1338130571/watcher-3702634-1338130571 -o /tmp/evaluation-result-3702634-1338130571/solver-3702634-1338130571 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702634-1338130571.opb 1968264659 HOME HOME

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

MD5SUM BENCH= 72a339d7628ceb0d05dc1d46781174fb
RANDOM SEED=1968264659

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.750
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.750
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.750
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:        31259316 kB
Buffers:          350976 kB
Cached:           298416 kB
SwapCached:          828 kB
Active:           722728 kB
Inactive:          39228 kB
Active(anon):     105536 kB
Inactive(anon):     9100 kB
Active(file):     617192 kB
Inactive(file):    30128 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             10908 kB
Writeback:             0 kB
AnonPages:        256640 kB
Mapped:            13872 kB
Shmem:                 8 kB
Slab:             713868 kB
SReclaimable:     156304 kB
SUnreclaim:       557564 kB
KernelStack:        1536 kB
PageTables:         4588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     239236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71372 MiB
End job on node139 at 2012-05-27 17:26:12