Trace number 3698234

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.08 1800.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir10_area_delay.opb
MD5SUM5d0340a340565eda2e94c9f5d1d814a1
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark71.8701
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables49757
Total number of constraints199672
Number of constraints which are clauses199672
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 24319
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 24319
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 24319
Number of bits of the biggest sum of numbers15
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.69	c run inc solver
0.00/0.69	c [INC SYSTEM] run initial solver
0.00/0.69	c [INC SYSTEM] preprocess with white file
1.88/1.91	c [INC SYSTEM] finished preprocessing in 1 s
1.88/1.91	c [INC SYSTEM] execute solver
1.89/2.03	c [INC SEARCH] formula is SAT
1.89/2.03	c [INC SYSTEM] solved the initial formula
2.27/2.30	c model valid
2.27/2.30	c current solution ok
2.57/2.66	o 903
2.57/2.66	c [INC SYSTEM] there exists a inc, kill it!
2.57/2.66	c write failed with 2
2.57/2.66	c [INC SEARCH] iteration: 0
2.57/2.66	c [INC BOUNDS] best value:903 search for 902
2.57/2.66	c [INC SYSTEM] create new solver instance
2.57/2.66	c [INC] encode full formula
2.57/2.66	c fallback to adder encoding
3.87/3.97	c set iterative enc to: cardAdder
3.87/3.97	c set iterative enc to: none
4.08/4.16	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 29318 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-3698234-1338072911/watcher-3698234-1338072911 -o /tmp/evaluation-result-3698234-1338072911/solver-3698234-1338072911 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698234-1338072911.opb 762079632 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.06 2.03 2.00 3/178 29317
/proc/meminfo: memFree=31362564/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0

[startup+0.024431 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 29317
/proc/meminfo: memFree=31362564/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 29317
/proc/meminfo: memFree=31362564/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 29317
/proc/meminfo: memFree=31362564/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 29317
/proc/meminfo: memFree=31362564/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.06 2.03 2.00 3/182 29321
/proc/meminfo: memFree=31290860/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=16128 CPUtime=0.72 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 3942 0 0 0 67 5 0 0 20 0 1 0 273417244 16515072 3417 33554432000 4194304 5992684 140735251660016 140735251654464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 4032 3417 164 440 0 3588 0
[pid=29320] ppid=29318 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29320/stat : 29320 (cp2_pre.sh) S 29318 29317 25976 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273417317 9367552 277 33554432000 4194304 5064252 140735034193440 140735034192144 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29320/statm: 2287 277 234 213 0 72 0
[pid=29321] ppid=29320 vsize=68852 CPUtime=0.75 cores=1,3,5,7
/proc/29321/stat : 29321 (coprocessor) R 29320 29317 25976 0 -1 4202496 13463 0 0 0 73 2 0 0 20 0 1 0 273417317 70504448 16418 33554432000 4194304 6586260 140735693878992 140735693875016 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29321/statm: 17213 16418 192 584 0 16625 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103276

[startup+3.10034 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 29323
/proc/meminfo: memFree=31315472/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=71684 CPUtime=3.08 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) R 29317 29317 25976 0 -1 4202496 11012 21426 0 0 143 35 123 7 20 0 1 0 273417244 73404416 16539 33554432000 4194304 5992684 140735251660016 140735251655488 5044353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 17921 16539 182 440 0 17477 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80832

[startup+6.30042 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 29326
/proc/meminfo: memFree=30964104/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=246504 CPUtime=2.12 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45365 0 0 0 199 13 0 0 20 0 1 0 273417660 252420096 55872 33554432000 4194304 5654031 140735245044864 140735245042760 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 61626 55872 131 357 0 61266 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 294568

[startup+12.7004 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 29327
/proc/meminfo: memFree=30999044/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=246504 CPUtime=8.52 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45365 0 0 0 839 13 0 0 20 0 1 0 273417660 252420096 55872 33554432000 4194304 5654031 140735245044864 140735245042760 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 61626 55872 131 357 0 61266 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 294568

[startup+25.5005 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 29327
/proc/meminfo: memFree=30991284/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=246504 CPUtime=21.32 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45366 0 0 0 2119 13 0 0 20 0 1 0 273417660 252420096 56384 33554432000 4194304 5654031 140735245044864 140735245042760 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 61626 56384 131 357 0 61266 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 294568

[startup+51.1005 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 29327
/proc/meminfo: memFree=30973536/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=246504 CPUtime=46.92 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45366 0 0 0 4679 13 0 0 20 0 1 0 273417660 252420096 56384 33554432000 4194304 5654031 140735245044864 140735245042760 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 61626 56384 131 357 0 61266 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 294568

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 29327
/proc/meminfo: memFree=31026024/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=246504 CPUtime=98.12 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45366 0 0 0 9799 13 0 0 20 0 1 0 273417660 252420096 56384 33554432000 4194304 5654031 140735245044864 140735245042760 4214622 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 61626 56384 131 357 0 61266 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 294568

[startup+162.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/182 29419
/proc/meminfo: memFree=29753744/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=250556 CPUtime=158.09 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45935 0 0 0 15796 13 0 0 20 0 1 0 273417660 256569344 56933 33554432000 4194304 5654031 140735245044864 140735245032680 4214193 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 62639 56933 141 357 0 62279 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 298620

[startup+222.307 s]
/proc/loadavg: 2.08 2.07 2.01 3/181 29419
/proc/meminfo: memFree=29753200/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=250556 CPUtime=218.08 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 45943 0 0 0 21795 13 0 0 20 0 1 0 273417660 256569344 56966 33554432000 4194304 5654031 140735245044864 140735245032680 4214618 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 62639 56966 141 357 0 62279 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 298620

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/181 29452
/proc/meminfo: memFree=29651708/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=298900 CPUtime=1357.9 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 51980 0 0 0 135772 18 0 0 20 0 1 0 273417660 306073600 64739 33554432000 4194304 5654031 140735245044864 140735245032680 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 74725 64739 141 357 0 74365 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 346964

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29452
/proc/meminfo: memFree=29646784/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=301828 CPUtime=1417.89 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 52559 0 0 0 141771 18 0 0 20 0 1 0 273417660 309071872 65829 33554432000 4194304 5654031 140735245044864 140735245032680 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 75457 65829 141 357 0 75097 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 349892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29452
/proc/meminfo: memFree=29646828/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=301828 CPUtime=1477.88 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 52561 0 0 0 147770 18 0 0 20 0 1 0 273417660 309071872 65831 33554432000 4194304 5654031 140735245044864 140735245032680 4215088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 75457 65831 141 357 0 75097 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 349892

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29455
/proc/meminfo: memFree=29645148/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=301828 CPUtime=1537.87 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 52562 0 0 0 153769 18 0 0 20 0 1 0 273417660 309071872 66343 33554432000 4194304 5654031 140735245044864 140735245032680 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 75457 66343 141 357 0 75097 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 349892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29456
/proc/meminfo: memFree=29643172/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=305880 CPUtime=1597.87 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 53105 0 0 0 159768 19 0 0 20 0 1 0 273417660 313221120 66886 33554432000 4194304 5654031 140735245044864 140735245032680 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 76470 66886 141 357 0 76110 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 353944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29456
/proc/meminfo: memFree=29643172/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=305880 CPUtime=1657.86 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 53111 0 0 0 165767 19 0 0 20 0 1 0 273417660 313221120 66892 33554432000 4194304 5654031 140735245044864 140735245032680 4214475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 76470 66892 141 357 0 76110 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 353944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29456
/proc/meminfo: memFree=29643296/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=305880 CPUtime=1717.85 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 53112 0 0 0 171766 19 0 0 20 0 1 0 273417660 313221120 66893 33554432000 4194304 5654031 140735245044864 140735245032680 4214638 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 76470 66893 141 357 0 76110 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 353944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29456
/proc/meminfo: memFree=29638456/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=305880 CPUtime=1777.84 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 53143 0 0 0 177765 19 0 0 20 0 1 0 273417660 313221120 67435 33554432000 4194304 5654031 140735245044864 140735245032680 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 76470 67435 141 357 0 76110 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 353944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 29456
/proc/meminfo: memFree=29637036/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=305880 CPUtime=1795.94 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 53152 0 0 0 179575 19 0 0 20 0 1 0 273417660 313221120 67955 33554432000 4194304 5654031 140735245044864 140735245032680 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 76470 67955 141 357 0 76110 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 353944

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 29456
/proc/meminfo: memFree=29637036/32873844 swapFree=7372/7372
[pid=29317] ppid=29315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29317/stat : 29317 (npSolver-pbo-It) S 29315 29317 25976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273417244 9367552 275 33554432000 4194304 5064252 140737206552128 140737206551040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29317/statm: 2287 275 233 213 0 72 0
[pid=29318] ppid=29317 vsize=38916 CPUtime=4.14 cores=1,3,5,7
/proc/29318/stat : 29318 (npSolver-pbo) S 29317 29317 25976 0 -1 4202496 12506 21942 0 0 230 53 123 8 20 0 1 0 273417244 39849984 9133 33554432000 4194304 5992684 140735251660016 140735251645848 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29318/statm: 9729 9133 183 440 0 9285 0
[pid=29326] ppid=29318 vsize=305880 CPUtime=1795.94 cores=1,3,5,7
/proc/29326/stat : 29326 (glucosInc) R 29318 29317 25976 0 -1 4202496 53152 0 0 0 179575 19 0 0 20 0 1 0 273417660 313221120 67955 33554432000 4194304 5654031 140735245044864 140735245032680 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29326/statm: 76470 67955 141 357 0 76110 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 353944

Child status: 0

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

Real time (s): 1800.42
CPU time (s): 1800.08
CPU user time (s): 1799.28
CPU system time (s): 0.8
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 426116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.54346
system time used= 0.620905
maximum resident set size= 212904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 218656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166
involuntary context switches= 18

runsolver used 3.02754 second user time and 8.44472 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 00:55:11
IDJOB=3698234
IDBENCH=25011
IDSOLVER=2275
FILE ID=node118/3698234-1338072911
RUNJOBID= node118-1338052229-25993
PBS_JOBID= 14624390
Free space on /tmp= 71552 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir10_area_delay.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698234-1338072911/watcher-3698234-1338072911 -o /tmp/evaluation-result-3698234-1338072911/solver-3698234-1338072911 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698234-1338072911.opb 762079632 HOME HOME

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

MD5SUM BENCH= 5d0340a340565eda2e94c9f5d1d814a1
RANDOM SEED=762079632

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31363208 kB
Buffers:          214216 kB
Cached:           259968 kB
SwapCached:            0 kB
Active:           702372 kB
Inactive:          20444 kB
Active(anon):     237384 kB
Inactive(anon):    12552 kB
Active(file):     464988 kB
Inactive(file):     7892 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14764 kB
Writeback:             0 kB
AnonPages:        338472 kB
Mapped:            12068 kB
Shmem:               200 kB
Slab:             643264 kB
SReclaimable:      84848 kB
SUnreclaim:       558416 kB
KernelStack:        1504 kB
PageTables:         4632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     401888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71016 MiB
End job on node118 at 2012-05-27 01:25:12