Trace number 3697574

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.1 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__256.opb
MD5SUM521ed767a167eb8f632cec6025d152e5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark4.97324
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25648
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint256
Maximum length of a constraint2305
Number of terms in the objective function 25600
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 859272960
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 859272960
Number of bits of the biggest sum of numbers30
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.21	c run inc solver
0.00/0.21	c [INC SYSTEM] run initial solver
0.00/0.21	c [INC SYSTEM] preprocess with white file
1.37/1.49	c [INC SYSTEM] finished preprocessing in 1 s
1.37/1.49	c [INC SYSTEM] execute solver
1.47/1.67	c [INC SEARCH] formula is SAT
1.47/1.67	c [INC SYSTEM] solved the initial formula
1.51/1.71	c model valid
1.51/1.71	c current solution ok
2.33/2.58	o 302596
2.33/2.58	c [INC SYSTEM] there exists a inc, kill it!
2.33/2.58	c write failed with 2
2.33/2.58	c [INC SEARCH] iteration: 0
2.33/2.58	c [INC BOUNDS] best value:302596 search for 302595
2.33/2.58	c [INC SYSTEM] create new solver instance
2.33/2.58	c [INC] encode full formula
2.33/2.58	c fallback to adder encoding
4.95/5.18	c set iterative enc to: adder
4.95/5.18	c set iterative enc to: none
5.33/5.51	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.61	HOME/npSolver-pbo-Itd.sh: line 18: 11831 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3697574-1338084320/watcher-3697574-1338084320 -o /tmp/evaluation-result-3697574-1338084320/solver-3697574-1338084320 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697574-1338084320.opb 1555621900 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: 1.92 2.01 2.00 3/179 11830
/proc/meminfo: memFree=27531176/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0

[startup+0.049762 s]
/proc/loadavg: 1.92 2.01 2.00 3/179 11830
/proc/meminfo: memFree=27531176/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 1.92 2.01 2.00 3/179 11830
/proc/meminfo: memFree=27531176/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300298 s]
/proc/loadavg: 1.92 2.01 2.00 3/179 11830
/proc/meminfo: memFree=27531176/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 1.92 2.01 2.00 3/179 11830
/proc/meminfo: memFree=27531176/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.92 2.01 2.00 3/183 11834
/proc/meminfo: memFree=27408596/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=25368 CPUtime=1.47 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 4896 21801 0 0 20 4 116 7 20 0 1 0 274558905 25976832 4310 33554432000 4194304 5992684 140735273362032 140735273348296 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11831/statm: 6342 4310 169 440 0 5898 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34516

[startup+3.10031 s]
/proc/loadavg: 1.92 2.01 2.00 2/182 11836
/proc/meminfo: memFree=27453872/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=98288 CPUtime=2.95 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) R 11830 11830 5308 0 -1 4202496 14396 32942 0 0 86 67 132 10 20 0 1 0 274558905 100646912 22514 33554432000 4194304 5992684 140735273362032 140735273355176 5044353 0 0 4096 0 0 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 24572 22514 185 440 0 24128 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 107436

[startup+6.30021 s]
/proc/loadavg: 1.93 2.01 2.00 3/181 11838
/proc/meminfo: memFree=27017388/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 38124

[startup+12.7003 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 11839
/proc/meminfo: memFree=26836920/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=538388 CPUtime=7.17 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 82352 0 0 0 697 20 0 0 20 0 1 0 274559456 551309312 116860 33554432000 4194304 5654031 140733627814464 140733627812360 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 134597 116860 140 357 0 134237 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 576512

[startup+25.5004 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 11839
/proc/meminfo: memFree=26827412/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=538388 CPUtime=19.97 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 82355 0 0 0 1977 20 0 0 20 0 1 0 274559456 551309312 117885 33554432000 4194304 5654031 140733627814464 140733627812360 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 134597 117885 140 357 0 134237 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 576512

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 11839
/proc/meminfo: memFree=26822164/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=554608 CPUtime=45.56 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 84952 0 0 0 4535 21 0 0 20 0 1 0 274559456 567918592 123037 33554432000 4194304 5654031 140733627814464 140733627802280 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 138652 123037 141 357 0 138292 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 592732

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 11839
/proc/meminfo: memFree=26799148/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=646404 CPUtime=96.76 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 87471 0 0 0 9653 23 0 0 20 0 1 0 274559456 661917696 129125 33554432000 4194304 5654031 140733627814464 140733627802280 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 161601 129125 141 357 0 161241 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 684528

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11839
/proc/meminfo: memFree=26808880/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=575528 CPUtime=156.75 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 89526 0 0 0 15648 27 0 0 20 0 1 0 274559456 589340672 126661 33554432000 4194304 5654031 140733627814464 140733627802280 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 143882 126661 141 357 0 143522 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 613652

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11842
/proc/meminfo: memFree=26779516/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=660920 CPUtime=216.72 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 90277 0 0 0 21644 28 0 0 20 0 1 0 274559456 676782080 131492 33554432000 4194304 5654031 140733627814464 140733627802280 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 165230 131492 141 357 0 164870 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 699044

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 11845
/proc/meminfo: memFree=26772392/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=660920 CPUtime=276.71 cores=1,3,5,7

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

/proc/loadavg: 2.05 2.02 2.00 3/181 11853
/proc/meminfo: memFree=26704132/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=686776 CPUtime=1296.53 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95138 0 0 0 129615 38 0 0 20 0 1 0 274559456 703258624 141569 33554432000 4194304 5654031 140733627814464 140733627802280 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 171694 141569 141 357 0 171334 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 724900

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 11853
/proc/meminfo: memFree=26680336/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=686776 CPUtime=1356.52 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95140 0 0 0 135613 39 0 0 20 0 1 0 274559456 703258624 142593 33554432000 4194304 5654031 140733627814464 140733627802280 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 171694 142593 141 357 0 171334 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 724900

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11854
/proc/meminfo: memFree=26692204/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=691316 CPUtime=1416.52 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95257 0 0 0 141613 39 0 0 20 0 1 0 274559456 707907584 144754 33554432000 4194304 5654031 140733627814464 140733627802280 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 172829 144754 141 357 0 172469 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 729440

[startup+1482.3 s]
/proc/loadavg: 1.94 1.99 1.99 3/182 11901
/proc/meminfo: memFree=26803228/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=691316 CPUtime=1476.5 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95347 0 0 0 147611 39 0 0 20 0 1 0 274559456 707907584 144844 33554432000 4194304 5654031 140733627814464 140733627802280 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 172829 144844 141 357 0 172469 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 729440

[startup+1542.3 s]
/proc/loadavg: 1.97 1.99 1.99 3/181 11904
/proc/meminfo: memFree=26677396/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=691316 CPUtime=1536.49 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95347 0 0 0 153610 39 0 0 20 0 1 0 274559456 707907584 144844 33554432000 4194304 5654031 140733627814464 140733627802280 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 172829 144844 141 357 0 172469 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 729440

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 11904
/proc/meminfo: memFree=26666108/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=691316 CPUtime=1596.49 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95347 0 0 0 159610 39 0 0 20 0 1 0 274559456 707907584 144844 33554432000 4194304 5654031 140733627814464 140733627802280 4232462 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 172829 144844 141 357 0 172469 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 729440

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 11904
/proc/meminfo: memFree=26573028/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=691316 CPUtime=1656.47 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 95762 0 0 0 165608 39 0 0 20 0 1 0 274559456 707907584 147814 33554432000 4194304 5654031 140733627814464 140733627802280 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 172829 147814 141 357 0 172469 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 729440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11905
/proc/meminfo: memFree=26599444/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=695752 CPUtime=1716.47 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 96271 0 0 0 171605 42 0 0 20 0 1 0 274559456 712450048 140645 33554432000 4194304 5654031 140733627814464 140733627802280 4214483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 173938 140645 141 357 0 173578 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 733876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11906
/proc/meminfo: memFree=26582544/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=695752 CPUtime=1776.46 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 96273 0 0 0 177604 42 0 0 20 0 1 0 274559456 712450048 141669 33554432000 4194304 5654031 140733627814464 140733627802280 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11839/statm: 173938 141669 141 357 0 173578 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 733876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11906
/proc/meminfo: memFree=26599500/32873648 swapFree=6848/6848
[pid=11830] ppid=11828 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11830/stat : 11830 (npSolver-pbo-It) S 11828 11830 5308 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274558905 9367552 275 33554432000 4194304 5064252 140736342573616 140736342572528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11830/statm: 2287 275 233 213 0 72 0
[pid=11831] ppid=11830 vsize=28976 CPUtime=5.34 cores=1,3,5,7
/proc/11831/stat : 11831 (npSolver-pbo) S 11830 11830 5308 0 -1 4202496 16442 33457 0 0 291 100 132 11 20 0 1 0 274558905 29671424 5236 33554432000 4194304 5992684 140735273362032 140735273347864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/11831/statm: 7244 5236 186 440 0 6800 0
[pid=11839] ppid=11831 vsize=695752 CPUtime=1794.76 cores=1,3,5,7
/proc/11839/stat : 11839 (glucosInc) R 11831 11830 5308 0 -1 4202496 96273 0 0 0 179434 42 0 0 20 0 1 0 274559456 712450048 141669 33554432000 4194304 5654031 140733627814464 140733627802280 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11839/statm: 173938 141669 141 357 0 173578 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 733876

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11830 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=239355
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=121829
# CPU time returned by wait4() is 5.36118
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1798.57
CPU system time (s): 1.53
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 859668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.23935
system time used= 1.12183
maximum resident set size= 390376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50274
page faults= 0
swaps= 0
block input operations= 16
block output operations= 451024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254
involuntary context switches= 16

runsolver used 4.66929 second user time and 13.064 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 04:05:21
IDJOB=3697574
IDBENCH=71916
IDSOLVER=2275
FILE ID=node113/3697574-1338084320
RUNJOBID= node113-1338052965-5325
PBS_JOBID= 14624415
Free space on /tmp= 71364 MiB

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

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

MD5SUM BENCH= 521ed767a167eb8f632cec6025d152e5
RANDOM SEED=1555621900

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.026
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:       32873648 kB
MemFree:        27531440 kB
Buffers:          315088 kB
Cached:          4043660 kB
SwapCached:            0 kB
Active:          1193388 kB
Inactive:        3328404 kB
Active(anon):     165036 kB
Inactive(anon):        0 kB
Active(file):    1028352 kB
Inactive(file):  3328404 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9172 kB
Writeback:            16 kB
AnonPages:        169144 kB
Mapped:            15644 kB
Shmem:               200 kB
Slab:             680604 kB
SReclaimable:     124760 kB
SUnreclaim:       555844 kB
KernelStack:        1488 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     287436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71136 MiB
End job on node113 at 2012-05-27 04:35:21