Trace number 3697557

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.07 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__32.opb
MD5SUM88a1b10031770f0260ca582c16661bcb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark121608
Best CPU time to get the best result obtained on this benchmark1801.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint32
Maximum length of a constraint1409
Number of terms in the objective function 320000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11088799392
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11088799392
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

2.79/2.88	c run inc solver
2.79/2.88	c [INC SYSTEM] run initial solver
2.79/2.88	c [INC SYSTEM] preprocess with white file
17.79/18.05	c [INC SYSTEM] finished preprocessing in 15 s
17.79/18.05	c [INC SYSTEM] execute solver
20.41/20.66	c [INC SEARCH] formula is SAT
20.52/20.76	c [INC SYSTEM] solved the initial formula
21.02/21.22	c model valid
21.02/21.22	c current solution ok
30.40/30.93	o 293569
30.40/30.93	c [INC SYSTEM] there exists a inc, kill it!
30.40/30.93	c write failed with 2
30.40/30.96	c [INC SEARCH] iteration: 0
30.40/30.96	c [INC BOUNDS] best value:293569 search for 293568
30.40/30.96	c [INC SYSTEM] create new solver instance
30.40/30.96	c [INC] encode full formula
30.40/30.96	c fallback to adder encoding
66.28/66.60	c set iterative enc to: adder
66.28/66.60	c set iterative enc to: none
71.18/71.54	c [INC SEARCH] isOptimum variable: 0

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-3697557-1338083989/watcher-3697557-1338083989 -o /tmp/evaluation-result-3697557-1338083989/solver-3697557-1338083989 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697557-1338083989.opb 1986240627 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: 3.00 2.38 2.13 3/180 9040
/proc/meminfo: memFree=26658220/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0

[startup+0.09464 s]
/proc/loadavg: 3.00 2.38 2.13 3/180 9040
/proc/meminfo: memFree=26658220/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 3.00 2.38 2.13 3/180 9040
/proc/meminfo: memFree=26658220/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 3.00 2.38 2.13 3/180 9040
/proc/meminfo: memFree=26658220/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700219 s]
/proc/loadavg: 3.00 2.38 2.13 3/180 9040
/proc/meminfo: memFree=26658220/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.92 2.37 2.13 3/182 9042
/proc/meminfo: memFree=26601992/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=122100 CPUtime=1.48 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) R 9040 9040 4265 0 -1 4202496 16546 0 0 0 144 4 0 0 20 0 1 0 274524353 125030400 27204 33554432000 4194304 5992684 140733757129744 140733757125160 4344344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9041/statm: 30525 27204 160 440 0 30081 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 131248

[startup+3.10025 s]
/proc/loadavg: 2.92 2.37 2.13 3/182 9042
/proc/meminfo: memFree=26486480/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=223472 CPUtime=3.09 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) R 9040 9040 4265 0 -1 4202496 26671 0 0 0 263 46 0 0 20 0 1 0 274524353 228835328 53549 33554432000 4194304 5992684 140733757129744 140733757125160 5179696 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9041/statm: 55868 53549 165 440 0 55424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 232620

[startup+6.3004 s]
/proc/loadavg: 2.92 2.37 2.13 3/184 9044
/proc/meminfo: memFree=25654852/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=223472 CPUtime=3.34 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 26675 0 0 0 267 67 0 0 20 0 1 0 274524353 228835328 53551 33554432000 4194304 5992684 140733757129744 140733757124192 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9041/statm: 55868 53551 167 440 0 55424 0
[pid=9043] ppid=9041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9043/stat : 9043 (cp2_pre.sh) S 9041 9040 4265 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274524688 9367552 276 33554432000 4194304 5064252 140736233175808 140736233174512 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9043/statm: 2287 276 234 213 0 72 0
[pid=9044] ppid=9043 vsize=857428 CPUtime=2.93 cores=1,3,5,7
/proc/9044/stat : 9044 (coprocessor) R 9043 9040 4265 0 -1 4202496 53629 0 0 0 270 23 0 0 20 0 1 0 274524688 878006272 188633 33554432000 4194304 6586260 140736294774448 140736294770712 5511711 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/9044/statm: 214357 188633 164 584 0 213769 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1099196

[startup+12.7003 s]
/proc/loadavg: 2.85 2.38 2.13 3/185 9047
/proc/meminfo: memFree=25171252/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=223472 CPUtime=3.34 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 26675 0 0 0 267 67 0 0 20 0 1 0 274524353 228835328 53551 33554432000 4194304 5992684 140733757129744 140733757124192 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9041/statm: 55868 53551 167 440 0 55424 0
[pid=9043] ppid=9041 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9043/stat : 9043 (cp2_pre.sh) S 9041 9040 4265 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274524688 9367552 276 33554432000 4194304 5064252 140736233175808 140736233174512 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9043/statm: 2287 276 234 213 0 72 0
[pid=9044] ppid=9043 vsize=1155560 CPUtime=9.33 cores=1,3,5,7
/proc/9044/stat : 9044 (coprocessor) R 9043 9040 4265 0 -1 4202496 105146 0 0 0 895 38 0 0 20 0 1 0 274524688 1183293440 284530 33554432000 4194304 6586260 140736294774448 140736294770200 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/9044/statm: 288890 284530 199 584 0 288302 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1397328

[startup+25.5003 s]
/proc/loadavg: 2.66 2.36 2.13 3/184 9049
/proc/meminfo: memFree=25668536/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=271908 CPUtime=22.63 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) R 9040 9040 4265 0 -1 4202496 29924 106049 0 0 404 409 1384 66 20 0 1 0 274524353 278433792 65669 33554432000 4194304 5992684 140733757129744 140733757123928 5179696 0 0 4096 0 0 0 0 17 5 0 0 13 0 0
/proc/9041/statm: 67977 65669 176 440 0 67533 0
[pid=9049] ppid=9041 vsize=624860 CPUtime=2.56 cores=1,3,5,7
/proc/9049/stat : 9049 (glucosInc) S 9041 9040 4265 0 -1 4202496 90572 0 0 0 233 23 0 0 20 0 1 0 274526158 639856640 137353 33554432000 4194304 5654031 140733977160208 140733977158520 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9049/statm: 156215 137353 146 357 0 155855 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 905916

[startup+51.1003 s]
/proc/loadavg: 2.56 2.36 2.13 3/183 9050
/proc/meminfo: memFree=24464924/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=2624968 CPUtime=50.78 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) R 9040 9040 4265 0 -1 4202496 98284 197144 0 0 2428 918 1618 114 20 0 1 0 274524353 2687967232 491215 33554432000 4194304 5992684 140733757129744 140733757122456 4570178 0 0 4096 0 0 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 656242 491215 186 440 0 655798 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 2634116

[startup+102.3 s]
/proc/loadavg: 2.72 2.41 2.16 3/184 9076
/proc/meminfo: memFree=17262820/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=7228432 CPUtime=30.73 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 617855 0 0 0 2832 241 0 0 20 0 1 0 274531507 7401914368 1526524 33554432000 4194304 5654031 140734302792464 140734302790728 4209457 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1807108 1526524 128 357 0 1806748 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 7513372

[startup+162.3 s]
/proc/loadavg: 2.55 2.45 2.19 3/183 9076
/proc/meminfo: memFree=17688528/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6419716 CPUtime=90.72 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 649556 0 0 0 8802 270 0 0 20 0 1 0 274531507 6573789184 1430822 33554432000 4194304 5654031 140734302792464 140734302780280 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1604929 1430822 141 357 0 1604569 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 6704656

[startup+222.3 s]
/proc/loadavg: 2.20 2.36 2.17 3/183 9076
/proc/meminfo: memFree=17688836/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6419716 CPUtime=150.71 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 649560 0 0 0 14801 270 0 0 20 0 1 0 274531507 6573789184 1430826 33554432000 4194304 5654031 140734302792464 140734302780280 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1604929 1430826 141 357 0 1604569 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 6704656

[startup+282.3 s]
/proc/loadavg: 2.07 2.30 2.16 3/183 9076
/proc/meminfo: memFree=17662976/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=18921824/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6475980 CPUtime=1230.54 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 668130 0 0 0 122776 278 0 0 20 0 1 0 274531507 6631403520 1448633 33554432000 4194304 5654031 140734302792464 140734302790248 4214505 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1618995 1448633 142 357 0 1618635 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 6760920

[startup+1362.3 s]
/proc/loadavg: 2.03 2.15 2.16 3/183 10632
/proc/meminfo: memFree=18912484/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6477432 CPUtime=1290.53 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 668500 0 0 0 128775 278 0 0 20 0 1 0 274531507 6632890368 1449003 33554432000 4194304 5654031 140734302792464 140734302780280 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1619358 1449003 142 357 0 1618998 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 6762372

[startup+1422.3 s]
/proc/loadavg: 2.01 2.12 2.15 3/183 10632
/proc/meminfo: memFree=18898772/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6478260 CPUtime=1350.52 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 672477 0 0 0 134772 280 0 0 20 0 1 0 274531507 6633738240 1449718 33554432000 4194304 5654031 140734302792464 140734302790248 4232448 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1619565 1449718 142 357 0 1619205 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 6763200

[startup+1482.3 s]
/proc/loadavg: 2.04 2.11 2.14 3/183 10634
/proc/meminfo: memFree=18916180/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6487380 CPUtime=1410.51 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 674742 0 0 0 140769 282 0 0 20 0 1 0 274531507 6643077120 1454538 33554432000 4194304 5654031 140734302792464 140734302780280 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1621845 1454538 142 357 0 1621485 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 6772320

[startup+1542.3 s]
/proc/loadavg: 2.07 2.10 2.14 3/183 10634
/proc/meminfo: memFree=18887416/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6491140 CPUtime=1470.51 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 675708 0 0 0 146768 283 0 0 20 0 1 0 274531507 6646927360 1458570 33554432000 4194304 5654031 140734302792464 140734302780280 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1622785 1458570 142 357 0 1622425 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 6776080

[startup+1602.3 s]
/proc/loadavg: 2.02 2.08 2.12 3/183 10635
/proc/meminfo: memFree=18870196/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6495656 CPUtime=1530.49 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 680699 0 0 0 152764 285 0 0 20 0 1 0 274531507 6651551744 1462290 33554432000 4194304 5654031 140734302792464 140734302780280 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1623914 1462290 142 357 0 1623554 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 6780596

[startup+1662.3 s]
/proc/loadavg: 2.01 2.06 2.11 3/183 10635
/proc/meminfo: memFree=18848816/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6496332 CPUtime=1590.48 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 685155 0 0 0 158761 287 0 0 20 0 1 0 274531507 6652243968 1462457 33554432000 4194304 5654031 140734302792464 140734302780280 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1624083 1462457 142 357 0 1623723 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 6781272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.10 3/183 10635
/proc/meminfo: memFree=18839576/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6500328 CPUtime=1650.47 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 689976 0 0 0 164758 289 0 0 20 0 1 0 274531507 6656335872 1464479 33554432000 4194304 5654031 140734302792464 140734302780280 4215121 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1625082 1464479 142 357 0 1624722 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 6785268

[startup+1782.31 s]
/proc/loadavg: 2.00 2.04 2.09 3/183 10635
/proc/meminfo: memFree=18837284/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6501584 CPUtime=1710.46 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 690161 0 0 0 170757 289 0 0 20 0 1 0 274531507 6657622016 1464661 33554432000 4194304 5654031 140734302792464 140734302790248 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1625396 1464661 142 357 0 1625036 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 6786524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.04 2.09 3/183 10635
/proc/meminfo: memFree=18833032/32873844 swapFree=7124/7124
[pid=9040] ppid=9038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9040/stat : 9040 (npSolver-pbo-It) S 9038 9040 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274524353 9367552 274 33554432000 4194304 5064252 140734013991776 140734013990688 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9040/statm: 2287 274 233 213 0 72 0
[pid=9041] ppid=9040 vsize=275792 CPUtime=71.22 cores=1,3,5,7
/proc/9041/stat : 9041 (npSolver-pbo) S 9040 9040 4265 0 -1 4202496 102366 197658 0 0 4001 1368 1618 135 20 0 1 0 274524353 282411008 66683 33554432000 4194304 5992684 140733757129744 140733757115576 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 14 0 0
/proc/9041/statm: 68948 66683 187 440 0 68504 0
[pid=9076] ppid=9041 vsize=6501848 CPUtime=1728.85 cores=1,3,5,7
/proc/9076/stat : 9076 (glucosInc) R 9041 9040 4265 0 -1 4202496 690234 0 0 0 172596 289 0 0 20 0 1 0 274531507 6657892352 1465244 33554432000 4194304 5654031 140734302792464 140734302780280 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9076/statm: 1625462 1465244 142 357 0 1625102 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 6786788

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9040 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.07
CPU user time (s): 1782.15
CPU system time (s): 17.92
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 9009712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.07038 second user time and 11.7242 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 03:59:50
IDJOB=3697557
IDBENCH=71904
IDSOLVER=2275
FILE ID=node134/3697557-1338083989
RUNJOBID= node134-1338052941-4282
PBS_JOBID= 14624402
Free space on /tmp= 70608 MiB

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

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

MD5SUM BENCH= 88a1b10031770f0260ca582c16661bcb
RANDOM SEED=1986240627

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26658212 kB
Buffers:          346784 kB
Cached:          4043900 kB
SwapCached:            0 kB
Active:          2846324 kB
Inactive:        2522264 kB
Active(anon):     974012 kB
Inactive(anon):     5996 kB
Active(file):    1872312 kB
Inactive(file):  2516268 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25220 kB
Writeback:             0 kB
AnonPages:        984740 kB
Mapped:            15740 kB
Shmem:               212 kB
Slab:             703752 kB
SReclaimable:     145324 kB
SUnreclaim:       558428 kB
KernelStack:        1472 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1315812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    923648 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= 68200 MiB
End job on node134 at 2012-05-27 04:29:52