Trace number 3697850

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? (TO) 1800.06 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_5_mh.opb
MD5SUMdea82fb627e6a79192851c69f83767e0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6311552
Best CPU time to get the best result obtained on this benchmark1800.63
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 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15648073763
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15648073763
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.43/3.61	c [INC SYSTEM] finished preprocessing in 2 s
3.43/3.61	c [INC SYSTEM] execute solver
9.53/9.75	c [INC SEARCH] formula is SAT
9.53/9.77	c [INC SYSTEM] solved the initial formula
9.64/9.87	c model valid
9.64/9.87	c current solution ok
10.95/11.15	o 371405331
10.95/11.15	c [INC SYSTEM] there exists a inc, kill it!
10.95/11.15	c write failed with 2
10.95/11.16	c [INC SEARCH] iteration: 0
10.95/11.16	c [INC BOUNDS] best value:371405356 search for 371405355
10.95/11.16	c [INC SYSTEM] create new solver instance
10.95/11.16	c [INC] encode full formula
10.95/11.16	c fallback to adder encoding
13.64/13.88	c set iterative enc to: adder
13.64/13.88	c set iterative enc to: none
14.05/14.29	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.61	s UNKNOWN
1800.02/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.02/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-3697850-1338128249/watcher-3697850-1338128249 -o /tmp/evaluation-result-3697850-1338128249/solver-3697850-1338128249 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697850-1338128249.opb 281135245 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.00 2.00 2.10 3/178 15530
/proc/meminfo: memFree=28166140/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0

[startup+0.101848 s]
/proc/loadavg: 2.00 2.00 2.10 3/178 15530
/proc/meminfo: memFree=28166140/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200278 s]
/proc/loadavg: 2.00 2.00 2.10 3/178 15530
/proc/meminfo: memFree=28166140/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.10 3/178 15530
/proc/meminfo: memFree=28166140/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700324 s]
/proc/loadavg: 2.00 2.00 2.10 3/178 15530
/proc/meminfo: memFree=28166140/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.10 3/182 15534
/proc/meminfo: memFree=27979988/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 8241 0 0 0 58 6 0 0 20 0 1 0 278950025 53895168 9959 33554432000 4194304 5992684 140736393048160 140736393042608 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 13158 9959 171 440 0 12714 0
[pid=15533] ppid=15531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15533/stat : 15533 (cp2_pre.sh) S 15531 15530 14200 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278950090 9367552 277 33554432000 4194304 5064252 140736888280768 140736888279472 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15533/statm: 2287 277 234 213 0 72 0
[pid=15534] ppid=15533 vsize=168800 CPUtime=0.84 cores=1,3,5,7
/proc/15534/stat : 15534 (coprocessor) R 15533 15530 14200 0 -1 4202496 27261 0 0 0 79 5 0 0 20 0 1 0 278950090 172851200 37505 33554432000 4194304 6586260 140734644172800 140734644169064 4496355 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15534/statm: 42200 37505 166 584 0 41612 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 239728

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.10 3/182 15534
/proc/meminfo: memFree=27929988/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 8241 0 0 0 58 6 0 0 20 0 1 0 278950025 53895168 9959 33554432000 4194304 5992684 140736393048160 140736393042608 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 13158 9959 171 440 0 12714 0
[pid=15533] ppid=15531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15533/stat : 15533 (cp2_pre.sh) S 15531 15530 14200 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278950090 9367552 277 33554432000 4194304 5064252 140736888280768 140736888279472 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15533/statm: 2287 277 234 213 0 72 0
[pid=15534] ppid=15533 vsize=210616 CPUtime=2.3 cores=1,3,5,7
/proc/15534/stat : 15534 (coprocessor) R 15533 15530 14200 0 -1 4202496 35821 0 0 0 220 10 0 0 20 0 1 0 278950090 215670784 51422 33554432000 4194304 6586260 140734644172800 140734644168552 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 13 0 0
/proc/15534/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 281544

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 15536
/proc/meminfo: memFree=28019828/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=52632 CPUtime=3.46 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 8259 36726 0 0 58 6 268 14 20 0 1 0 278950025 53895168 9961 33554432000 4194304 5992684 140736393048160 140736393034424 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 13158 9961 173 440 0 12714 0
[pid=15536] ppid=15531 vsize=98180 CPUtime=2.67 cores=1,3,5,7
/proc/15536/stat : 15536 (glucosInc) R 15531 15530 14200 0 -1 4202496 20720 0 0 0 263 4 0 0 20 0 1 0 278950386 100536320 22254 33554432000 4194304 5654031 140736331749120 140736331746904 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15536/statm: 24545 22254 140 357 0 24185 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 159960

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.09 3/180 15537
/proc/meminfo: memFree=27970160/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=238848 CPUtime=12.54 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) R 15530 15530 14200 0 -1 4202496 17569 58265 0 0 241 115 875 23 20 0 1 0 278950025 244580352 50518 33554432000 4194304 5992684 140736393048160 140736393040872 4523502 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 59712 50518 189 440 0 59268 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 247996

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.10 3/181 15539
/proc/meminfo: memFree=27366108/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=570752 CPUtime=11.19 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 87096 0 0 0 1089 30 0 0 20 0 1 0 278951454 584450048 129409 33554432000 4194304 5654031 140733962314336 140733962312120 4209078 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15539/statm: 142688 129409 141 357 0 142328 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 646632

[startup+51.1005 s]
/proc/loadavg: 2.05 2.01 2.09 3/181 15539
/proc/meminfo: memFree=27389880/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=577140 CPUtime=36.78 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 88167 0 0 0 3648 30 0 0 20 0 1 0 278951454 590991360 131502 33554432000 4194304 5654031 140733962314336 140733962302152 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 144285 131502 141 357 0 143925 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 653020

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.09 3/181 15539
/proc/meminfo: memFree=27384048/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=577140 CPUtime=87.98 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 88426 0 0 0 8768 30 0 0 20 0 1 0 278951454 590991360 132272 33554432000 4194304 5654031 140733962314336 140733962302152 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 144285 132272 142 357 0 143925 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 653020

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.09 3/182 15543
/proc/meminfo: memFree=27375848/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=577140 CPUtime=147.96 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 88477 0 0 0 14766 30 0 0 20 0 1 0 278951454 590991360 133345 33554432000 4194304 5654031 140733962314336 140733962302152 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 144285 133345 142 357 0 143925 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 653020

[startup+222.307 s]
/proc/loadavg: 2.09 2.03 2.09 3/181 15543
/proc/meminfo: memFree=27367228/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=577140 CPUtime=207.96 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 88480 0 0 0 20766 30 0 0 20 0 1 0 278951454 590991360 134881 33554432000 4194304 5654031 140733962314336 140733962302152 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 144285 134881 142 357 0 143925 0
Current children cumulated CPU time (s) 222.11

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

/proc/meminfo: memFree=28144056/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=597300 CPUtime=1287.67 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 95182 0 0 0 128725 42 0 0 20 0 1 0 278951454 611635200 138056 33554432000 4194304 5654031 140733962314336 140733962302152 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 149325 138056 142 357 0 148965 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 673180

[startup+1362.3 s]
/proc/loadavg: 2.03 2.06 2.07 3/182 15601
/proc/meminfo: memFree=28139440/32873844 swapFree=7112/7112
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=597300 CPUtime=1347.66 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 95184 0 0 0 134724 42 0 0 20 0 1 0 278951454 611635200 139080 33554432000 4194304 5654031 140733962314336 140733962302152 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 149325 139080 142 357 0 148965 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 673180

[startup+1422.3 s]
/proc/loadavg: 2.04 2.06 2.07 3/181 15601
/proc/meminfo: memFree=28099556/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=597300 CPUtime=1407.66 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 95194 0 0 0 140724 42 0 0 20 0 1 0 278951454 611635200 139601 33554432000 4194304 5654031 140733962314336 140733962302152 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 149325 139601 142 357 0 148965 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 673180

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 15601
/proc/meminfo: memFree=28100676/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=678688 CPUtime=1467.65 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 95888 0 0 0 146721 44 0 0 20 0 1 0 278951454 694976512 140795 33554432000 4194304 5654031 140733962314336 140733962302152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 169672 140795 142 357 0 169312 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 754568

[startup+1542.31 s]
/proc/loadavg: 2.05 2.05 2.06 3/181 15601
/proc/meminfo: memFree=28087396/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=678688 CPUtime=1527.64 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96118 0 0 0 152720 44 0 0 20 0 1 0 278951454 694976512 142047 33554432000 4194304 5654031 140733962314336 140733962302152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 169672 142047 142 357 0 169312 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 754568

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.06 3/181 15601
/proc/meminfo: memFree=28095332/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=678688 CPUtime=1587.63 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96122 0 0 0 158719 44 0 0 20 0 1 0 278951454 694976512 142084 33554432000 4194304 5654031 140733962314336 140733962302152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 169672 142084 142 357 0 169312 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 754568

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.06 3/181 15602
/proc/meminfo: memFree=28087356/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=678688 CPUtime=1647.6 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96154 0 0 0 164716 44 0 0 20 0 1 0 278951454 694976512 142596 33554432000 4194304 5654031 140733962314336 140733962302152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 169672 142596 142 357 0 169312 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 754568

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 2.06 3/181 15602
/proc/meminfo: memFree=28083164/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=678688 CPUtime=1707.58 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96163 0 0 0 170714 44 0 0 20 0 1 0 278951454 694976512 143108 33554432000 4194304 5654031 140733962314336 140733962302152 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 169672 143108 142 357 0 169312 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 754568

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.06 3/181 15602
/proc/meminfo: memFree=28117980/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=682420 CPUtime=1767.57 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96481 0 0 0 176713 44 0 0 20 0 1 0 278951454 698798080 144448 33554432000 4194304 5654031 140733962314336 140733962302152 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 170605 144448 142 357 0 170245 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 758300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.07 2.07 3/181 15602
/proc/meminfo: memFree=28084096/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=682420 CPUtime=1785.87 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96482 0 0 0 178543 44 0 0 20 0 1 0 278951454 698798080 144960 33554432000 4194304 5654031 140733962314336 140733962302152 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 170605 144960 142 357 0 170245 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 758300

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.12 2.07 2.07 3/181 15602
/proc/meminfo: memFree=28084096/32873844 swapFree=7116/7116
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15530/stat : 15530 (npSolver-pbo-It) S 15528 15530 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278950024 9367552 274 33554432000 4194304 5064252 140735378975568 140735378974480 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15530/statm: 2287 274 233 213 0 72 0
[pid=15531] ppid=15530 vsize=66732 CPUtime=14.15 cores=1,3,5,7
/proc/15531/stat : 15531 (npSolver-pbo) S 15530 15530 14200 0 -1 4202496 18830 58780 0 0 363 150 876 26 20 0 1 0 278950025 68333568 13504 33554432000 4194304 5992684 140736393048160 140736393033992 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15531/statm: 16683 13504 190 440 0 16239 0
[pid=15539] ppid=15531 vsize=682420 CPUtime=1785.87 cores=1,3,5,7
/proc/15539/stat : 15539 (glucosInc) R 15531 15530 14200 0 -1 4202496 96482 0 0 0 178543 44 0 0 20 0 1 0 278951454 698798080 144960 33554432000 4194304 5654031 140733962314336 140733962302152 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15539/statm: 170605 144960 142 357 0 170245 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 758300

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1797.83
CPU system time (s): 2.22566
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 875124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 2.22566
maximum resident set size= 679756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 555344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 731
involuntary context switches= 2705

runsolver used 3.57845 second user time and 10.0605 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 16:17:30
IDJOB=3697850
IDBENCH=92700
IDSOLVER=2275
FILE ID=node138/3697850-1338128249
RUNJOBID= node138-1338124125-14217
PBS_JOBID= 14624507
Free space on /tmp= 71224 MiB

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

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

MD5SUM BENCH= dea82fb627e6a79192851c69f83767e0
RANDOM SEED=281135245

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:        28166412 kB
Buffers:          411852 kB
Cached:          2669032 kB
SwapCached:          212 kB
Active:          1899860 kB
Inactive:        1933624 kB
Active(anon):     743372 kB
Inactive(anon):    11368 kB
Active(file):    1156488 kB
Inactive(file):  1922256 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:        759256 kB
Mapped:            15640 kB
Shmem:               200 kB
Slab:             732232 kB
SReclaimable:     174620 kB
SUnreclaim:       557612 kB
KernelStack:        1472 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     976800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 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= 71220 MiB
End job on node138 at 2012-05-27 16:47:30