Trace number 3703307

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-quickBound? (TO) 1800.04 1802.22

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.16	c fallback to adder encoding
5.68/5.74	c run inc solver
5.68/5.74	c [INC SYSTEM] run initial solver
5.68/5.74	c [INC SYSTEM] preprocess with white file
18.14/18.45	c [INC SYSTEM] finished preprocessing in 12 s
18.14/18.45	c [INC SYSTEM] execute solver
1518.53/1519.04	c [INC SEARCH] formula is SAT
1518.63/1519.12	c [INC SYSTEM] solved the initial formula
1519.52/1520.06	c model valid
1519.52/1520.06	c current solution ok
1524.93/1525.69	o 0
1524.93/1525.69	c starting approximation
1524.93/1525.69	c factor = 6
1524.93/1525.69	c factor still to low - shrinking to 1669.27
1524.93/1525.69	c approx number of clauses: 1e+06
1524.93/1525.69	c current bound: 311897
1546.84/1549.10	c leaving approximation
1546.84/1549.10	c finished approximation
1546.84/1549.10	c [INC SYSTEM] there exists a inc, kill it!
1546.84/1549.10	c write failed with 2
1546.84/1549.10	c [INC SEARCH] iteration: 0
1546.84/1549.10	c [INC BOUNDS] best value:623794 search for 623793
1546.84/1549.10	c [INC SYSTEM] create new solver instance
1546.84/1549.10	c [INC] encode full formula
1546.84/1549.10	c fallback to adder encoding
1547.09/1549.20	c set iterative enc to: adder
1547.09/1549.20	c set iterative enc to: none
1547.18/1549.36	c [INC SEARCH] isOptimum variable: 0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3703307-1338113174/watcher-3703307-1338113174 -o /tmp/evaluation-result-3703307-1338113174/solver-3703307-1338113174 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703307-1338113174.opb 1380913996 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.14 2.13 2.05 3/182 3115
/proc/meminfo: memFree=29108012/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0

[startup+0.0911451 s]
/proc/loadavg: 2.14 2.13 2.05 3/182 3115
/proc/meminfo: memFree=29108012/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100199 s]
/proc/loadavg: 2.14 2.13 2.05 3/182 3115
/proc/meminfo: memFree=29108012/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 2.14 2.13 2.05 3/182 3115
/proc/meminfo: memFree=29108012/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70018 s]
/proc/loadavg: 2.14 2.13 2.05 3/182 3115
/proc/meminfo: memFree=29108012/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.14 2.13 2.05 3/184 3117
/proc/meminfo: memFree=29100736/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=13528 CPUtime=1.48 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) R 3115 3115 23606 0 -1 4202496 2788 0 0 0 148 0 0 0 20 0 1 0 277442824 13852672 2802 33554432000 4194304 5992684 140733495780864 140733495776984 4374865 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 3382 2802 146 440 0 2938 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22676

[startup+3.10022 s]
/proc/loadavg: 2.13 2.12 2.05 3/184 3117
/proc/meminfo: memFree=29093600/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=49768 CPUtime=3.09 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) R 3115 3115 23606 0 -1 4202496 10231 0 0 0 306 3 0 0 20 0 1 0 277442824 50962432 11774 33554432000 4194304 5992684 140733495780864 140733495776856 5044375 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 12442 11774 159 440 0 11998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58916

[startup+6.30027 s]
/proc/loadavg: 2.13 2.12 2.05 3/184 3117
/proc/meminfo: memFree=28855424/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=5.73 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29357 0 0 0 534 39 0 0 20 0 1 0 277442824 368754688 62428 33554432000 4194304 5992684 140733495780864 140733495775312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62428 174 440 0 89584 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 369260

[startup+12.7004 s]
/proc/loadavg: 2.19 2.14 2.06 3/186 3119
/proc/meminfo: memFree=27817052/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=5.73 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29357 0 0 0 534 39 0 0 20 0 1 0 277442824 368754688 62428 33554432000 4194304 5992684 140733495780864 140733495775312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62428 174 440 0 89584 0
[pid=3118] ppid=3116 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3118/stat : 3118 (cp2_pre.sh) S 3116 3115 23606 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 277443399 9367552 276 33554432000 4194304 5064252 140736902607760 140736902606464 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3118/statm: 2287 276 234 213 0 72 0
[pid=3119] ppid=3118 vsize=901504 CPUtime=6.94 cores=1,3,5,7
/proc/3119/stat : 3119 (coprocessor) R 3118 3115 23606 0 -1 4202496 78663 0 0 0 667 27 0 0 20 0 1 0 277443399 923140096 219288 33554432000 4194304 6586260 140735666588688 140735666584712 4754047 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/3119/statm: 225376 219288 180 584 0 224788 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1279912

[startup+25.5004 s]
/proc/loadavg: 2.16 2.13 2.06 3/185 3121
/proc/meminfo: memFree=28369284/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=449160 CPUtime=7.02 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 67817 0 0 0 687 15 0 0 20 0 1 0 277444670 459939840 100858 33554432000 4194304 5654031 140737446639504 140737446627320 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3121/statm: 112290 100858 140 357 0 111930 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 818420

[startup+51.1004 s]
/proc/loadavg: 2.17 2.14 2.06 3/185 3121
/proc/meminfo: memFree=28412452/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=449160 CPUtime=32.62 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 67817 0 0 0 3247 15 0 0 20 0 1 0 277444670 459939840 100858 33554432000 4194304 5654031 140737446639504 140737446627320 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3121/statm: 112290 100858 140 357 0 111930 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 818420

[startup+102.307 s]
/proc/loadavg: 2.25 2.16 2.07 2/184 3166
/proc/meminfo: memFree=27977116/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=449160 CPUtime=83.81 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68043 0 0 0 8365 16 0 0 20 0 1 0 277444670 459939840 101595 33554432000 4194304 5654031 140737446639504 140737446627320 4214977 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3121/statm: 112290 101595 141 357 0 111930 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 818420

[startup+162.307 s]
/proc/loadavg: 2.35 2.23 2.10 4/184 3211
/proc/meminfo: memFree=29202560/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=449160 CPUtime=143.79 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68228 0 0 0 14360 19 0 0 20 0 1 0 277444670 459939840 103313 33554432000 4194304 5654031 140737446639504 140737446627320 4215188 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3121/statm: 112290 103313 141 357 0 111930 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 818420

[startup+222.3 s]
/proc/loadavg: 2.12 2.18 2.09 4/183 3211
/proc/meminfo: memFree=29201264/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=449160 CPUtime=203.78 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68229 0 0 0 20359 19 0 0 20 0 1 0 277444670 459939840 103825 33554432000 4194304 5654031 140737446639504 140737446627320 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3121/statm: 112290 103825 141 357 0 111930 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 818420

[startup+282.3 s]
/proc/loadavg: 2.12 2.16 2.09 4/184 3214
/proc/meminfo: memFree=29201248/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7

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

/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=499248 CPUtime=1283.6 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68250 0 0 0 128341 19 0 0 20 0 1 0 277444670 511229952 106366 33554432000 4194304 5654031 140737446639504 140737446627320 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3121/statm: 124812 106366 141 357 0 124452 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 868508

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/183 3221
/proc/meminfo: memFree=29187032/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=499248 CPUtime=1343.6 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68251 0 0 0 134340 20 0 0 20 0 1 0 277444670 511229952 106878 33554432000 4194304 5654031 140737446639504 140737446627320 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3121/statm: 124812 106878 141 357 0 124452 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 868508

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/183 3221
/proc/meminfo: memFree=29178288/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=499248 CPUtime=1403.59 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68251 0 0 0 140339 20 0 0 20 0 1 0 277444670 511229952 106878 33554432000 4194304 5654031 140737446639504 140737446627320 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3121/statm: 124812 106878 141 357 0 124452 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 868508

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/184 3224
/proc/meminfo: memFree=29178156/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=360112 CPUtime=18.22 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 29373 94158 0 0 534 40 1194 54 20 0 1 0 277442824 368754688 62430 33554432000 4194304 5992684 140733495780864 140733495767128 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3116/statm: 90028 62430 176 440 0 89584 0
[pid=3121] ppid=3116 vsize=499248 CPUtime=1463.59 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) R 3116 3115 23606 0 -1 4202496 68251 0 0 0 146339 20 0 0 20 0 1 0 277444670 511229952 106878 33554432000 4194304 5654031 140737446639504 140737446627320 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3121/statm: 124812 106878 141 357 0 124452 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 868508

[startup+1542.3 s]
/proc/loadavg: 2.26 2.06 2.02 4/187 3230
/proc/meminfo: memFree=27928556/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=394528 CPUtime=24.88 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 35915 94674 0 0 739 487 1194 68 20 0 1 0 277442824 403996672 71045 33554432000 4194304 5992684 140733495780864 140733495773152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 164 0 0
/proc/3116/statm: 98632 71045 198 440 0 98188 0
[pid=3121] ppid=3116 vsize=449168 CPUtime=1500.27 cores=1,3,5,7
/proc/3121/stat : 3121 (glucosInc) S 3116 3115 23606 0 -1 4202496 68650 0 0 0 150006 21 0 0 20 0 1 0 277444670 459948032 103515 33554432000 4194304 5654031 140737446639504 140737446637816 4976656 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/3121/statm: 112292 103515 148 357 0 111932 0
[pid=3229] ppid=3116 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3229/stat : 3229 (satsolver.sh) S 3116 3115 23606 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277595550 9367552 266 33554432000 4194304 5064252 140733194702512 140733194701424 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3229/statm: 2287 266 226 213 0 72 0
[pid=3230] ppid=3229 vsize=503860 CPUtime=15.01 cores=1,3,5,7
/proc/3230/stat : 3230 (glucose) R 3229 3115 23606 0 -1 4202496 71145 0 0 0 1485 16 0 0 20 0 1 0 277595551 515952640 104641 33554432000 4194304 5208918 140733397623264 140733397621096 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3230/statm: 125965 104641 103 248 0 125714 0
Current children cumulated CPU time (s) 1540.16
Current children cumulated vsize (KiB) 1365852

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 4/185 3237
/proc/meminfo: memFree=28341320/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=396484 CPUtime=1547.25 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 38527 239279 0 0 749 490 153348 138 20 0 1 0 277442824 405999616 71537 33554432000 4194304 5992684 140733495780864 140733495766696 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 164 0 0
/proc/3116/statm: 99121 71537 201 440 0 98677 0
[pid=3237] ppid=3116 vsize=439352 CPUtime=52.91 cores=1,3,5,7
/proc/3237/stat : 3237 (glucosInc) R 3116 3115 23606 0 -1 4202496 66230 0 0 0 5275 16 0 0 20 0 1 0 277597760 449896448 100167 33554432000 4194304 5654031 140736535904608 140736535892424 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3237/statm: 109838 100167 141 357 0 109478 0
Current children cumulated CPU time (s) 1600.16
Current children cumulated vsize (KiB) 844984

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.01 4/185 3238
/proc/meminfo: memFree=28320048/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=396484 CPUtime=1547.25 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 38527 239279 0 0 749 490 153348 138 20 0 1 0 277442824 405999616 71537 33554432000 4194304 5992684 140733495780864 140733495766696 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 164 0 0
/proc/3116/statm: 99121 71537 201 440 0 98677 0
[pid=3237] ppid=3116 vsize=459044 CPUtime=112.9 cores=1,3,5,7
/proc/3237/stat : 3237 (glucosInc) R 3116 3115 23606 0 -1 4202496 70405 0 0 0 11272 18 0 0 20 0 1 0 277597760 470061056 105364 33554432000 4194304 5654031 140736535904608 140736535892424 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3237/statm: 114761 105364 141 357 0 114401 0
Current children cumulated CPU time (s) 1660.15
Current children cumulated vsize (KiB) 864676

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/185 3238
/proc/meminfo: memFree=28318060/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=396484 CPUtime=1547.25 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 38527 239279 0 0 749 490 153348 138 20 0 1 0 277442824 405999616 71537 33554432000 4194304 5992684 140733495780864 140733495766696 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 164 0 0
/proc/3116/statm: 99121 71537 201 440 0 98677 0
[pid=3237] ppid=3116 vsize=459044 CPUtime=172.9 cores=1,3,5,7
/proc/3237/stat : 3237 (glucosInc) R 3116 3115 23606 0 -1 4202496 70405 0 0 0 17272 18 0 0 20 0 1 0 277597760 470061056 105364 33554432000 4194304 5654031 140736535904608 140736535892424 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3237/statm: 114761 105364 141 357 0 114401 0
Current children cumulated CPU time (s) 1720.15
Current children cumulated vsize (KiB) 864676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/185 3238
/proc/meminfo: memFree=28317936/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=396484 CPUtime=1547.25 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 38527 239279 0 0 749 490 153348 138 20 0 1 0 277442824 405999616 71537 33554432000 4194304 5992684 140733495780864 140733495766696 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 164 0 0
/proc/3116/statm: 99121 71537 201 440 0 98677 0
[pid=3237] ppid=3116 vsize=459044 CPUtime=232.89 cores=1,3,5,7
/proc/3237/stat : 3237 (glucosInc) R 3116 3115 23606 0 -1 4202496 70405 0 0 0 23271 18 0 0 20 0 1 0 277597760 470061056 105364 33554432000 4194304 5654031 140736535904608 140736535892424 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3237/statm: 114761 105364 141 357 0 114401 0
Current children cumulated CPU time (s) 1780.14
Current children cumulated vsize (KiB) 864676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.06 2.03 2.00 3/185 3238
/proc/meminfo: memFree=28305648/32873844 swapFree=7112/7112
[pid=3115] ppid=3113 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3115/stat : 3115 (npSolver-pbo-It) S 3113 3115 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277442824 9367552 274 33554432000 4194304 5064252 140734493940480 140734493939392 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3115/statm: 2287 274 233 213 0 72 0
[pid=3116] ppid=3115 vsize=396484 CPUtime=1547.25 cores=1,3,5,7
/proc/3116/stat : 3116 (npSolver-pbo) S 3115 3115 23606 0 -1 4202496 38527 239279 0 0 749 490 153348 138 20 0 1 0 277442824 405999616 71537 33554432000 4194304 5992684 140733495780864 140733495766696 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 164 0 0
/proc/3116/statm: 99121 71537 201 440 0 98677 0
[pid=3237] ppid=3116 vsize=459044 CPUtime=252.79 cores=1,3,5,7
/proc/3237/stat : 3237 (glucosInc) R 3116 3115 23606 0 -1 4202496 70405 0 0 0 25261 18 0 0 20 0 1 0 277597760 470061056 105364 33554432000 4194304 5654031 140736535904608 140736535892424 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3237/statm: 114761 105364 141 357 0 114401 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 864676

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1802.22
CPU time (s): 1800.04
CPU user time (s): 1793.58
CPU system time (s): 6.46
CPU usage (%): 99.879
Max. virtual memory (cumulated for all children) (KiB): 1403312

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

runsolver used 4.14937 second user time and 11.4253 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 12:06:15
IDJOB=3703307
IDBENCH=90937
IDSOLVER=2278
FILE ID=node132/3703307-1338113174
RUNJOBID= node132-1338088060-23623
PBS_JOBID= 14624453
Free space on /tmp= 71348 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703307-1338113174/watcher-3703307-1338113174 -o /tmp/evaluation-result-3703307-1338113174/solver-3703307-1338113174 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703307-1338113174.opb 1380913996 HOME HOME

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=1380913996

node132.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.832
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	: 5333.66
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.832
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		: 2666.832
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.56
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.832
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.56
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.832
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		: 2666.832
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		: 2666.832
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.55
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.832
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:        29108748 kB
Buffers:          348440 kB
Cached:           919440 kB
SwapCached:         1488 kB
Active:          2316156 kB
Inactive:         590564 kB
Active(anon):    1630312 kB
Inactive(anon):     9244 kB
Active(file):     685844 kB
Inactive(file):   581320 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105400 kB
Dirty:             35544 kB
Writeback:             0 kB
AnonPages:       1647416 kB
Mapped:            12864 kB
Shmem:                 8 kB
Slab:             713232 kB
SReclaimable:     154928 kB
SUnreclaim:       558304 kB
KernelStack:        1512 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1939808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1253376 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= 71184 MiB
End job on node132 at 2012-05-27 12:36:19