Trace number 3699257

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? (TO) 1800.05 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-stp3d.opb
MD5SUM1cc8070e576e6483e1f532bdbbfa41dd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.19/3.21	c run inc solver
3.19/3.21	c [INC SYSTEM] run initial solver
3.19/3.21	c [INC SYSTEM] preprocess with white file
15.39/15.81	c [INC SYSTEM] finished preprocessing in 12 s
15.39/15.81	c [INC SYSTEM] execute solver
1800.05/1800.82	HOME/npSolver-pbo-I.sh: line 18: 11063 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699257-1338120218/watcher-3699257-1338120218 -o /tmp/evaluation-result-3699257-1338120218/solver-3699257-1338120218 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699257-1338120218.opb 1596926040 HOME HOME 

running on 4 cores: 0,2,4,6

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.89 1.98 1.99 3/173 11058
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (runsolver) D 11055 11058 11017 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 278145903 12095488 51 33554432000 4194304 5436572 140733214666912 140733214663208 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/11058/statm: 2953 51 31 304 0 2645 0

[startup+0.0304681 s]
/proc/loadavg: 1.89 1.98 1.99 3/173 11058
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 1.89 1.98 1.99 3/173 11058
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/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: 1.89 1.98 1.99 3/173 11058
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 1.89 1.98 1.99 3/173 11058
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.89 1.98 1.99 3/179 11064
/proc/meminfo: memFree=30044628/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=78200 CPUtime=1.48 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) R 11058 11058 11017 0 -1 4202496 6195 0 0 0 146 2 0 0 20 0 1 0 278145904 80076800 11140 33554432000 4194304 5992684 140733975830752 140733975826872 4768803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 19550 11140 146 440 0 19106 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87348

[startup+3.10032 s]
/proc/loadavg: 1.89 1.98 1.99 3/179 11064
/proc/meminfo: memFree=29892272/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=305284 CPUtime=3.08 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) R 11058 11058 11017 0 -1 4202496 16018 0 0 0 294 14 0 0 20 0 1 0 278145904 312610816 75971 33554432000 4194304 5992684 140733975830752 140733975824456 5182699 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 76321 75971 160 440 0 75877 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 314432

[startup+6.30044 s]
/proc/loadavg: 1.90 1.98 1.99 3/181 11066
/proc/meminfo: memFree=28892664/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=3.31 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16025 0 0 0 296 35 0 0 20 0 1 0 278145904 180264960 43666 33554432000 4194304 5992684 140733975830752 140733975825200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43666 166 440 0 43566 0
[pid=11065] ppid=11063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11065/stat : 11065 (cp2_pre.sh) S 11063 11058 11017 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278146236 9367552 276 33554432000 4194304 5064252 140736482728752 140736482727456 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11065/statm: 2287 276 234 213 0 72 0
[pid=11066] ppid=11065 vsize=761988 CPUtime=2.96 cores=0,2,4,6
/proc/11066/stat : 11066 (coprocessor) R 11065 11058 11017 0 -1 4202496 66089 0 0 0 277 19 0 0 20 0 1 0 278146236 780275712 168649 33554432000 4194304 6586260 140734902526336 140734902522568 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/11066/statm: 190497 168650 164 584 0 189909 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 956324

[startup+12.7004 s]
/proc/loadavg: 1.91 1.98 1.99 3/183 11068
/proc/meminfo: memFree=27408252/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=3.31 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16025 0 0 0 296 35 0 0 20 0 1 0 278145904 180264960 43666 33554432000 4194304 5992684 140733975830752 140733975825200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43666 166 440 0 43566 0
[pid=11065] ppid=11063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11065/stat : 11065 (cp2_pre.sh) S 11063 11058 11017 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278146236 9367552 276 33554432000 4194304 5064252 140736482728752 140736482727456 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11065/statm: 2287 276 234 213 0 72 0
[pid=11066] ppid=11065 vsize=957796 CPUtime=9.02 cores=0,2,4,6
/proc/11066/stat : 11066 (coprocessor) R 11065 11058 11017 0 -1 4202496 95839 0 0 0 815 87 0 0 20 0 1 0 278146236 980783104 233265 33554432000 4194304 6586260 140734902526336 140734902522088 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 33 0 0
/proc/11066/statm: 239449 233265 199 584 0 238861 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1152132

[startup+25.5071 s]
/proc/loadavg: 2.07 2.01 2.00 3/181 11072
/proc/meminfo: memFree=28430428/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=396944 CPUtime=9.68 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 62701 0 0 0 955 13 0 0 20 0 1 0 278147485 406470656 90319 33554432000 4194304 5654031 140736671518480 140736671506296 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 99236 90319 139 357 0 98876 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 582132

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 11072
/proc/meminfo: memFree=28397128/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=400796 CPUtime=35.26 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 63144 0 0 0 3513 13 0 0 20 0 1 0 278147485 410415104 91784 33554432000 4194304 5654031 140736671518480 140736671506296 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 100199 91784 140 357 0 99839 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 585984

[startup+102.3 s]
/proc/loadavg: 2.26 2.07 2.02 3/181 11075
/proc/meminfo: memFree=25680188/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=400796 CPUtime=86.46 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 63327 0 0 0 8632 14 0 0 20 0 1 0 278147485 410415104 91967 33554432000 4194304 5654031 140736671518480 140736671506296 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 100199 91967 140 357 0 99839 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 585984

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/181 11075
/proc/meminfo: memFree=25610588/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=404732 CPUtime=146.45 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 63745 0 0 0 14631 14 0 0 20 0 1 0 278147485 414445568 93918 33554432000 4194304 5654031 140736671518480 140736671506296 4232932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 101183 93918 140 357 0 100823 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 589920

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/181 11075
/proc/meminfo: memFree=25609288/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=404732 CPUtime=206.44 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 63840 0 0 0 20630 14 0 0 20 0 1 0 278147485 414445568 94524 33554432000 4194304 5654031 140736671518480 140736671506296 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 101183 94524 140 357 0 100823 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 589920

[startup+282.3 s]

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

/proc/loadavg: 2.08 2.03 2.01 3/181 11085
/proc/meminfo: memFree=25580892/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=466392 CPUtime=1286.19 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67021 0 0 0 128595 24 0 0 20 0 1 0 278147485 477585408 101733 33554432000 4194304 5654031 140736671518480 140736671506296 4232601 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 116598 101733 141 357 0 116238 0
Current children cumulated CPU time (s) 1301.61
Current children cumulated vsize (KiB) 651580

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 11085
/proc/meminfo: memFree=25574128/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=466392 CPUtime=1346.18 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67096 0 0 0 134594 24 0 0 20 0 1 0 278147485 477585408 103341 33554432000 4194304 5654031 140736671518480 140736671506296 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 116598 103341 141 357 0 116238 0
Current children cumulated CPU time (s) 1361.6
Current children cumulated vsize (KiB) 651580

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 11086
/proc/meminfo: memFree=25567976/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=466392 CPUtime=1406.17 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67132 0 0 0 140593 24 0 0 20 0 1 0 278147485 477585408 104910 33554432000 4194304 5654031 140736671518480 140736671506296 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 116598 104910 141 357 0 116238 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 651580

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11086
/proc/meminfo: memFree=25562092/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=466392 CPUtime=1466.16 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67144 0 0 0 146592 24 0 0 20 0 1 0 278147485 477585408 106455 33554432000 4194304 5654031 140736671518480 140736671506296 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 116598 106455 141 357 0 116238 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 651580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11087
/proc/meminfo: memFree=25589320/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=416304 CPUtime=1526.16 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67217 0 0 0 152590 26 0 0 20 0 1 0 278147485 426295296 99511 33554432000 4194304 5654031 140736671518480 140736671506296 4233309 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 104076 99511 141 357 0 103716 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 601492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11090
/proc/meminfo: memFree=25584472/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=470172 CPUtime=1586.14 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67539 0 0 0 158587 27 0 0 20 0 1 0 278147485 481456128 100847 33554432000 4194304 5654031 140736671518480 140736671506296 4233008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 117543 100847 141 357 0 117183 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 655360

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11090
/proc/meminfo: memFree=25576244/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=470172 CPUtime=1646.14 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67550 0 0 0 164587 27 0 0 20 0 1 0 278147485 481456128 102902 33554432000 4194304 5654031 140736671518480 140736671506296 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 117543 102902 141 357 0 117183 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 655360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11090
/proc/meminfo: memFree=25591628/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=420084 CPUtime=1706.13 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 67673 0 0 0 170584 29 0 0 20 0 1 0 278147485 430166016 99078 33554432000 4194304 5654031 140736671518480 140736671506296 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 105021 99078 141 357 0 104661 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 605272

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 11090
/proc/meminfo: memFree=25583752/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=470172 CPUtime=1766.12 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 68009 0 0 0 176582 30 0 0 20 0 1 0 278147485 481456128 100944 33554432000 4194304 5654031 140736671518480 140736671506296 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 117543 100944 141 357 0 117183 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 655360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.06 2.03 2.01 2/177 11091
/proc/meminfo: memFree=28389600/32873648 swapFree=7368/7368
[pid=11058] ppid=11055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11058/stat : 11058 (npSolver-pbo-I.) S 11055 11058 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 275 33554432000 4194304 5064252 140736007723712 140736007722624 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11058/statm: 2287 275 233 213 0 72 0
[pid=11063] ppid=11058 vsize=176040 CPUtime=15.42 cores=0,2,4,6
/proc/11063/stat : 11063 (npSolver-pbo) S 11058 11058 11017 0 -1 4202496 16041 96739 0 1 296 35 1106 105 20 0 1 0 278145904 180264960 43668 33554432000 4194304 5992684 140733975830752 140733975817016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11063/statm: 44010 43668 168 440 0 43566 0
[pid=11070] ppid=11063 vsize=470172 CPUtime=1784.63 cores=0,2,4,6
/proc/11070/stat : 11070 (glucosInc) R 11063 11058 11017 0 -1 4202496 68060 0 0 0 178433 30 0 0 20 0 1 0 278147485 481456128 101505 33554432000 4194304 5654031 140736671518480 140736671506296 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11070/statm: 117543 101505 141 357 0 117183 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 655360

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 11058 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=36866
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=415784
# CPU time returned by wait4() is 15.4527
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.05
CPU user time (s): 1798.35
CPU system time (s): 1.7
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 1184360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0369
system time used= 1.41578
maximum resident set size= 965280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113154
page faults= 1
swaps= 0
block input operations= 232
block output operations= 416104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 28

runsolver used 4.41633 second user time and 21.7027 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 14:03:38
IDJOB=3699257
IDBENCH=89904
IDSOLVER=2276
FILE ID=node149/3699257-1338120218
RUNJOBID= node149-1338120218-11033
PBS_JOBID= 14624479
Free space on /tmp= 71696 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699257-1338120218/watcher-3699257-1338120218 -o /tmp/evaluation-result-3699257-1338120218/solver-3699257-1338120218 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699257-1338120218.opb 1596926040 HOME HOME

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

MD5SUM BENCH= 1cc8070e576e6483e1f532bdbbfa41dd
RANDOM SEED=1596926040

node149.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.145
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.29
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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.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		: 2666.145
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.145
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		: 2666.145
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	: 5438.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		: 2666.145
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.145
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:        30144672 kB
Buffers:          333896 kB
Cached:          1575680 kB
SwapCached:         2240 kB
Active:           790900 kB
Inactive:        1128844 kB
Active(anon):       2172 kB
Inactive(anon):     9052 kB
Active(file):     788728 kB
Inactive(file):  1119792 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104800 kB
Dirty:             31956 kB
Writeback:             0 kB
AnonPages:         14792 kB
Mapped:            13576 kB
Shmem:                96 kB
Slab:             668204 kB
SReclaimable:     111896 kB
SUnreclaim:       556308 kB
KernelStack:        1432 kB
PageTables:         3976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70556 MiB
End job on node149 at 2012-05-27 14:33:39