Trace number 3746817

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 (fixed)? (TO) 1800.09 1805.92

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp98ic.opb
MD5SUM719fde9b23d3f6b632131842d6adb45e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark622354759199999996
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10894
Total number of constraints825
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)624
Number of constraints which are nor clauses,nor cardinality constraints181
Minimum length of a constraint2
Maximum length of a constraint5038
Number of terms in the objective function 10894
Biggest coefficient in the objective function 172784353600000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 486507432685759999927
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 172784353600000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 486507432685759999927
Number of bits of the biggest sum of numbers69
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

19.39/19.53	c run inc solver
19.39/19.53	c [INC SYSTEM] run initial solver
19.39/19.53	c [INC SYSTEM] preprocess with white file
79.73/85.44	c [INC SYSTEM] finished preprocessing in 65 s
79.73/85.44	c [INC SYSTEM] execute solver

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-3746817-1339105497/watcher-3746817-1339105497 -o /tmp/evaluation-result-3746817-1339105497/solver-3746817-1339105497 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746817-1339105497.opb 1516244014 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9726
/proc/meminfo: memFree=30973348/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0

[startup+0.0895469 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9726
/proc/meminfo: memFree=30973348/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9726
/proc/meminfo: memFree=30973348/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9726
/proc/meminfo: memFree=30973348/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9726
/proc/meminfo: memFree=30973348/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/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: 2.00 2.00 2.00 3/182 9728
/proc/meminfo: memFree=30886256/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=182408 CPUtime=1.49 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) R 9726 9726 8711 0 -1 4202496 10309 0 0 0 144 5 0 0 20 0 1 0 20516749 186785792 30282 33554432000 4194304 6004724 140735423893232 140735423887832 4536845 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9727/statm: 45602 30282 154 442 0 45156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191556

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9728
/proc/meminfo: memFree=30806128/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=313480 CPUtime=3.09 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) R 9726 9726 8711 0 -1 4202496 10941 0 0 0 300 9 0 0 20 0 1 0 20516749 321003520 59466 33554432000 4194304 6004724 140735423893232 140735423887832 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9727/statm: 78370 59466 154 442 0 77924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 322628

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9728
/proc/meminfo: memFree=30563752/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=575624 CPUtime=6.29 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) R 9726 9726 8711 0 -1 4202496 11698 0 0 0 610 19 0 0 20 0 1 0 20516749 589438976 119882 33554432000 4194304 6004724 140735423893232 140735423887832 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9727/statm: 143906 119882 154 442 0 143460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 584772

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9728
/proc/meminfo: memFree=30059172/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=1100020 CPUtime=12.69 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) R 9726 9726 8711 0 -1 4202496 12739 0 0 0 1233 36 0 0 20 0 1 0 20516749 1126420480 241774 33554432000 4194304 6004724 140735423893232 140735423887832 4617296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9727/statm: 275005 241774 154 442 0 274559 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1109168

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 9730
/proc/meminfo: memFree=27819588/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=19.44 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14840 0 0 0 1695 249 0 0 20 0 1 0 20516749 2170957824 310941 33554432000 4194304 6004724 140735423893232 140735423887696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310941 163 442 0 529573 0
[pid=9729] ppid=9727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9729/stat : 9729 (cp2_pre.sh) S 9727 9726 8711 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 20518704 9367552 276 33554432000 4194304 5064252 140735001779648 140735001778352 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9729/statm: 2287 276 234 213 0 72 0
[pid=9730] ppid=9729 vsize=620976 CPUtime=5.93 cores=1,3,5,7
/proc/9730/stat : 9730 (coprocessor) R 9729 9726 8711 0 -1 4202496 16942 0 0 0 566 27 0 0 20 0 1 0 20518705 635879424 153277 33554432000 4194304 6586260 140733528051344 140733528048104 4372689 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9730/statm: 155244 153277 138 584 0 154656 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 2759348

[startup+51.1003 s]
/proc/loadavg: 2.45 2.11 2.04 3/184 9730
/proc/meminfo: memFree=26216148/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=19.44 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14840 0 0 0 1695 249 0 0 20 0 1 0 20516749 2170957824 310941 33554432000 4194304 6004724 140735423893232 140735423887696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310941 163 442 0 529573 0
[pid=9729] ppid=9727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9729/stat : 9729 (cp2_pre.sh) S 9727 9726 8711 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 20518704 9367552 276 33554432000 4194304 5064252 140735001779648 140735001778352 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9729/statm: 2287 276 234 213 0 72 0
[pid=9730] ppid=9729 vsize=2282800 CPUtime=28.79 cores=1,3,5,7
/proc/9730/stat : 9730 (coprocessor) R 9729 9726 8711 0 -1 4202496 24037 0 0 0 2728 151 0 0 20 0 1 0 20518705 2337587200 472625 33554432000 4194304 6586260 140733528051344 140733528047096 5020192 0 0 4096 8404994 0 0 0 17 1 0 0 274 0 0
/proc/9730/statm: 570700 472625 158 584 0 570112 0
Current children cumulated CPU time (s) 48.23
Current children cumulated vsize (KiB) 4421172

[startup+102.307 s]
/proc/loadavg: 2.60 2.21 2.07 3/183 9732
/proc/meminfo: memFree=25889500/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=2951016 CPUtime=16.85 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 299253 0 0 0 1572 113 0 0 20 0 1 0 20525293 3021840384 645463 33554432000 4194304 5654031 140735769474752 140735769462568 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 737754 645463 141 357 0 737394 0
Current children cumulated CPU time (s) 96.79
Current children cumulated vsize (KiB) 5080240

[startup+162.3 s]
/proc/loadavg: 2.22 2.17 2.07 3/183 9733
/proc/meminfo: memFree=25781792/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3560184 CPUtime=76.84 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 304648 0 0 0 7568 116 0 0 20 0 1 0 20525293 3645628416 671778 33554432000 4194304 5654031 140735769474752 140735769462568 4232859 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 890046 671778 141 357 0 889686 0
Current children cumulated CPU time (s) 156.78
Current children cumulated vsize (KiB) 5689408

[startup+222.3 s]
/proc/loadavg: 2.08 2.14 2.06 3/183 9733
/proc/meminfo: memFree=25699316/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3577056 CPUtime=136.82 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 305323 0 0 0 13565 117 0 0 20 0 1 0 20525293 3662905344 692382 33554432000 4194304 5654031 140735769474752 140735769462568 4216031 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 894264 692382 141 357 0 893904 0
Current children cumulated CPU time (s) 216.76
Current children cumulated vsize (KiB) 5706280

[startup+282.3 s]
/proc/loadavg: 2.03 2.11 2.06 3/183 9733
/proc/meminfo: memFree=25657984/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7

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

/proc/meminfo: memFree=25527884/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3650804 CPUtime=1276.64 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 325047 0 0 0 127443 221 0 0 20 0 1 0 20525293 3738423296 723426 33554432000 4194304 5654031 140735769474752 140735769462568 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 912701 723426 142 357 0 912341 0
Current children cumulated CPU time (s) 1356.58
Current children cumulated vsize (KiB) 5780028

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 9778
/proc/meminfo: memFree=25471324/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3652388 CPUtime=1336.64 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 325409 0 0 0 133442 222 0 0 20 0 1 0 20525293 3740045312 733493 33554432000 4194304 5654031 140735769474752 140735769462568 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 913097 733493 142 357 0 912737 0
Current children cumulated CPU time (s) 1416.58
Current children cumulated vsize (KiB) 5781612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9778
/proc/meminfo: memFree=25415552/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3655860 CPUtime=1396.62 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 326255 0 0 0 139439 223 0 0 20 0 1 0 20525293 3743600640 742510 33554432000 4194304 5654031 140735769474752 140735769462568 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 913965 742510 142 357 0 913605 0
Current children cumulated CPU time (s) 1476.56
Current children cumulated vsize (KiB) 5785084

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 9781
/proc/meminfo: memFree=25657380/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3090412 CPUtime=1456.6 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 327359 0 0 0 145415 245 0 0 20 0 1 0 20525293 3164581888 689529 33554432000 4194304 5654031 140735769474752 140735769462568 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 772603 689529 142 357 0 772243 0
Current children cumulated CPU time (s) 1536.54
Current children cumulated vsize (KiB) 5219636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9781
/proc/meminfo: memFree=25598264/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3661684 CPUtime=1516.6 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 328353 0 0 0 151407 253 0 0 20 0 1 0 20525293 3749564416 698685 33554432000 4194304 5654031 140735769474752 140735769472536 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 915421 698685 142 357 0 915061 0
Current children cumulated CPU time (s) 1596.54
Current children cumulated vsize (KiB) 5790908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9781
/proc/meminfo: memFree=25550196/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3665324 CPUtime=1576.59 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 329271 0 0 0 157405 254 0 0 20 0 1 0 20525293 3753291776 707792 33554432000 4194304 5654031 140735769474752 140735769462568 4214632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 916331 707792 142 357 0 915971 0
Current children cumulated CPU time (s) 1656.53
Current children cumulated vsize (KiB) 5794548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9826
/proc/meminfo: memFree=25809568/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3668820 CPUtime=1636.57 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 329976 0 0 0 163403 254 0 0 20 0 1 0 20525293 3756871680 714629 33554432000 4194304 5654031 140735769474752 140735769462568 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 917205 714629 142 357 0 916845 0
Current children cumulated CPU time (s) 1716.51
Current children cumulated vsize (KiB) 5798044

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 9826
/proc/meminfo: memFree=25692100/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3699848 CPUtime=1696.54 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 332278 0 0 0 169399 255 0 0 20 0 1 0 20525293 3788644352 730188 33554432000 4194304 5654031 140735769474752 140735769462568 4214650 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 924962 730188 142 357 0 924602 0
Current children cumulated CPU time (s) 1776.48
Current children cumulated vsize (KiB) 5829072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9826
/proc/meminfo: memFree=25632888/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3699848 CPUtime=1720.15 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 332290 0 0 0 171759 256 0 0 20 0 1 0 20525293 3788644352 733773 33554432000 4194304 5654031 140735769474752 140735769462568 4233148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 924962 733773 142 357 0 924602 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5829072

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

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

[startup+1805.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9826
/proc/meminfo: memFree=25632888/32873844 swapFree=7108/7108
[pid=9726] ppid=9724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9726/stat : 9726 (npSolver-pbo-It) S 9724 9726 8711 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 20516749 9367552 275 33554432000 4194304 5064252 140733853148432 140733853147344 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9726/statm: 2287 275 233 213 0 72 0
[pid=9727] ppid=9726 vsize=2120076 CPUtime=79.94 cores=1,3,5,7
/proc/9727/stat : 9727 (npSolver-pbo) S 9726 9726 8711 0 -1 4202496 14858 24938 0 0 1695 249 5709 341 20 0 1 0 20516749 2170957824 310945 33554432000 4194304 6004724 140735423893232 140735423879512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 9 0 0
/proc/9727/statm: 530019 310945 167 442 0 529573 0
[pid=9732] ppid=9727 vsize=3699848 CPUtime=1720.15 cores=1,3,5,7
/proc/9732/stat : 9732 (glucosInc) R 9727 9726 8711 0 -1 4202496 332290 0 0 0 171759 256 0 0 20 0 1 0 20525293 3788644352 733773 33554432000 4194304 5654031 140735769474752 140735769462568 4233148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9732/statm: 924962 733773 142 357 0 924602 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5829072

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9726 and gives
#  childrusage.ru_utime.tv_sec=74
#  childrusage.ru_utime.tv_usec=54741
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=915100
# CPU time returned by wait4() is 79.9698
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.92
CPU time (s): 1800.09
CPU user time (s): 1791.63
CPU system time (s): 8.46
CPU usage (%): 99.6772
Max. virtual memory (cumulated for all children) (KiB): 6695080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.0547
system time used= 5.9151
maximum resident set size= 2465640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40156
page faults= 0
swaps= 0
block input operations= 120
block output operations= 4839176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52
involuntary context switches= 264

runsolver used 4.18036 second user time and 10.5034 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-07 23:44:57
IDJOB=3746817
IDBENCH=89881
IDSOLVER=2332
FILE ID=node134/3746817-1339105497
RUNJOBID= node134-1339098177-8728
PBS_JOBID= 14643719
Free space on /tmp= 70984 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-sp98ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746817-1339105497/watcher-3746817-1339105497 -o /tmp/evaluation-result-3746817-1339105497/solver-3746817-1339105497 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746817-1339105497.opb 1516244014 HOME HOME

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

MD5SUM BENCH= 719fde9b23d3f6b632131842d6adb45e
RANDOM SEED=1516244014

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30973356 kB
Buffers:          170436 kB
Cached:           764828 kB
SwapCached:            0 kB
Active:           474392 kB
Inactive:         677808 kB
Active(anon):     219188 kB
Inactive(anon):        0 kB
Active(file):     255204 kB
Inactive(file):   677808 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11264 kB
Writeback:             0 kB
AnonPages:        293332 kB
Mapped:            16036 kB
Shmem:               212 kB
Slab:             610476 kB
SReclaimable:      52756 kB
SUnreclaim:       557720 kB
KernelStack:        1520 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     332728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 69816 MiB
End job on node134 at 2012-06-08 00:15:05