Trace number 3751622

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 (fixed)? (TO) 1800.1 1801.52

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMb63a917d588fe2910953571155dfae07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-35450
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 45248874
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 45248874
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.78/1.85	c run inc solver
1.78/1.85	c [INC SYSTEM] run initial solver
1.78/1.85	c [INC SYSTEM] preprocess with white file
8.49/8.79	c [INC SYSTEM] finished preprocessing in 6 s
8.49/8.79	c [INC SYSTEM] execute solver
87.58/87.87	c [INC SEARCH] formula is SAT
87.68/87.90	c [INC SYSTEM] solved the initial formula
87.68/87.99	c model valid
87.68/87.99	c current solution ok
90.44/90.72	o -7014
90.44/90.72	c starting approximation
90.44/90.72	c factor = 2
90.44/90.72	c factor still to low - shrinking to 2.17677e+06
90.44/90.72	c approx number of clauses: 1e+06
90.44/90.72	c current bound: 22620930
91.16/91.48	c leaving approximation
91.16/91.48	c finished approximation
91.16/91.48	c [INC SYSTEM] there exists a inc, kill it!
91.16/91.48	c write failed with 2
91.16/91.49	c [INC SEARCH] iteration: 0
91.16/91.49	c [INC BOUNDS] best value:45241860 search for 45241859
91.16/91.49	c [INC SYSTEM] create new solver instance
91.16/91.49	c [INC] encode full formula
91.16/91.49	c fallback to adder encoding
93.49/93.79	c set iterative enc to: adder
93.49/93.79	c set iterative enc to: none
93.87/95.04	c [INC SEARCH] isOptimum variable: 0
1800.10/1801.52	HOME/npSolver-pbo-Itdqb.sh: line 18: 12451 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3751622-1339172932/watcher-3751622-1339172932 -o /tmp/evaluation-result-3751622-1339172932/solver-3751622-1339172932 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751622-1339172932.opb 1308673776 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: 2.00 2.00 2.00 2/176 12450
/proc/meminfo: memFree=30007032/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0

[startup+0.103446 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 12450
/proc/meminfo: memFree=30007032/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200308 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 12450
/proc/meminfo: memFree=30007032/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300325 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 12450
/proc/meminfo: memFree=30007032/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700269 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 12450
/proc/meminfo: memFree=30007032/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12493
/proc/meminfo: memFree=31260036/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=238568 CPUtime=1.49 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) R 12450 12450 12214 0 -1 4202496 21910 0 0 0 143 6 0 0 20 0 1 0 27259814 244293632 44554 33554432000 4194304 6004724 140734735381984 140734735376216 4534761 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 59642 44554 153 442 0 59196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 247716

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 12498
/proc/meminfo: memFree=31051344/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=167416 CPUtime=1.86 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 22737 0 0 0 165 21 0 0 20 0 1 0 27259814 171433984 30026 33554432000 4194304 6004724 140734735381984 140734735376448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 41854 30026 162 442 0 41408 0
[pid=12496] ppid=12451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12496/stat : 12496 (cp2_pre.sh) S 12451 12450 12214 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27260001 9367552 277 33554432000 4194304 5064252 140734970297920 140734970296624 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12496/statm: 2287 277 234 213 0 72 0
[pid=12497] ppid=12496 vsize=292168 CPUtime=1.2 cores=0,2,4,6
/proc/12497/stat : 12497 (coprocessor) R 12496 12450 12214 0 -1 4202496 25034 0 0 0 112 8 0 0 20 0 1 0 27260001 299180032 65238 33554432000 4194304 6586260 140734356498096 140734356494296 4496635 0 0 4096 8404994 0 0 0 17 6 0 0 0 0 0
/proc/12497/statm: 73042 65238 164 584 0 72454 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 477880

[startup+6.30686 s]
/proc/loadavg: 2.00 2.00 2.00 2/185 12498
/proc/meminfo: memFree=30687772/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=167416 CPUtime=1.86 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 22737 0 0 0 165 21 0 0 20 0 1 0 27259814 171433984 30026 33554432000 4194304 6004724 140734735381984 140734735376448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 41854 30026 162 442 0 41408 0
[pid=12496] ppid=12451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12496/stat : 12496 (cp2_pre.sh) S 12451 12450 12214 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27260001 9367552 277 33554432000 4194304 5064252 140734970297920 140734970296624 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12496/statm: 2287 277 234 213 0 72 0
[pid=12497] ppid=12496 vsize=405600 CPUtime=4.41 cores=0,2,4,6
/proc/12497/stat : 12497 (coprocessor) R 12496 12450 12214 0 -1 4202496 52125 0 0 0 428 13 0 0 20 0 1 0 27260001 415334400 98972 33554432000 4194304 6586260 140734356498096 140734356494120 4752864 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12497/statm: 101400 98972 182 584 0 100812 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 591312

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 2.01 3/185 12542
/proc/meminfo: memFree=30468544/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=167416 CPUtime=8.59 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 22755 59717 0 0 165 22 644 28 20 0 1 0 27259814 171433984 30030 33554432000 4194304 6004724 140734735381984 140734735368264 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 41854 30030 166 442 0 41408 0
[pid=12540] ppid=12451 vsize=174372 CPUtime=3.9 cores=0,2,4,6
/proc/12540/stat : 12540 (glucosInc) R 12451 12450 12214 0 -1 4202496 31770 0 0 0 383 7 0 0 20 0 1 0 27260692 178556928 39248 33554432000 4194304 5654031 140735730421040 140735730418648 4215033 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12540/statm: 43593 39248 131 357 0 43233 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 350936

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 2.01 3/184 12544
/proc/meminfo: memFree=30703608/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=167416 CPUtime=8.59 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 22755 59717 0 0 165 22 644 28 20 0 1 0 27259814 171433984 30030 33554432000 4194304 6004724 140734735381984 140734735368264 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 41854 30030 166 442 0 41408 0
[pid=12540] ppid=12451 vsize=174372 CPUtime=16.7 cores=0,2,4,6
/proc/12540/stat : 12540 (glucosInc) R 12451 12450 12214 0 -1 4202496 31770 0 0 0 1661 9 0 0 20 0 1 0 27260692 178556928 39248 33554432000 4194304 5654031 140735730421040 140735730418648 4215344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12540/statm: 43593 39248 131 357 0 43233 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 350936

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 12544
/proc/meminfo: memFree=30702700/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=167416 CPUtime=8.59 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 22755 59717 0 0 165 22 644 28 20 0 1 0 27259814 171433984 30030 33554432000 4194304 6004724 140734735381984 140734735368264 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 41854 30030 166 442 0 41408 0
[pid=12540] ppid=12451 vsize=174372 CPUtime=42.29 cores=0,2,4,6
/proc/12540/stat : 12540 (glucosInc) R 12451 12450 12214 0 -1 4202496 31770 0 0 0 4220 9 0 0 20 0 1 0 27260692 178556928 39248 33554432000 4194304 5654031 140735730421040 140735730418648 4215014 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12540/statm: 43593 39248 131 357 0 43233 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 350936

[startup+102.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/184 12557
/proc/meminfo: memFree=30137268/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=564068 CPUtime=7.25 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 86994 0 0 0 703 22 0 0 20 0 1 0 27269318 577605632 126141 33554432000 4194304 5654031 140734779135152 140734779132840 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 141017 126141 141 357 0 140657 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 748712

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 12558
/proc/meminfo: memFree=30127104/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=574168 CPUtime=67.24 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 88385 0 0 0 6702 22 0 0 20 0 1 0 27269318 587948032 130087 33554432000 4194304 5654031 140734779135152 140734779122968 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 143542 130087 142 357 0 143182 0
Current children cumulated CPU time (s) 161.15
Current children cumulated vsize (KiB) 758812

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12558
/proc/meminfo: memFree=30122236/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=574168 CPUtime=127.23 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 88406 0 0 0 12701 22 0 0 20 0 1 0 27269318 587948032 131130 33554432000 4194304 5654031 140734779135152 140734779122968 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 143542 131130 142 357 0 143182 0
Current children cumulated CPU time (s) 221.14

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

/proc/loadavg: 2.00 2.00 2.00 3/183 12567
/proc/meminfo: memFree=30074480/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=576160 CPUtime=1267.05 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 90321 0 0 0 126678 27 0 0 20 0 1 0 27269318 589987840 134554 33554432000 4194304 5654031 140734779135152 140734779122968 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 144040 134554 142 357 0 143680 0
Current children cumulated CPU time (s) 1360.96
Current children cumulated vsize (KiB) 760804

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12568
/proc/meminfo: memFree=30064864/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=576752 CPUtime=1327.04 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 90418 0 0 0 132677 27 0 0 20 0 1 0 27269318 590594048 135162 33554432000 4194304 5654031 140734779135152 140734779122968 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 144188 135162 142 357 0 143828 0
Current children cumulated CPU time (s) 1420.95
Current children cumulated vsize (KiB) 761396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12568
/proc/meminfo: memFree=30055868/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=658328 CPUtime=1387.03 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91130 0 0 0 138675 28 0 0 20 0 1 0 27269318 674127872 135872 33554432000 4194304 5654031 140734779135152 140734779132840 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 164582 135872 142 357 0 164222 0
Current children cumulated CPU time (s) 1480.94
Current children cumulated vsize (KiB) 842972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12568
/proc/meminfo: memFree=30049600/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=658748 CPUtime=1447.02 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91227 0 0 0 144674 28 0 0 20 0 1 0 27269318 674557952 136991 33554432000 4194304 5654031 140734779135152 140734779122968 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 164687 136991 142 357 0 164327 0
Current children cumulated CPU time (s) 1540.93
Current children cumulated vsize (KiB) 843392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12568
/proc/meminfo: memFree=30043084/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=658748 CPUtime=1507.01 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91277 0 0 0 150673 28 0 0 20 0 1 0 27269318 674557952 137552 33554432000 4194304 5654031 140734779135152 140734779122968 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 164687 137552 142 357 0 164327 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 843392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12568
/proc/meminfo: memFree=30038616/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=659188 CPUtime=1567 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91363 0 0 0 156672 28 0 0 20 0 1 0 27269318 675008512 138149 33554432000 4194304 5654031 140734779135152 140734779132840 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 164797 138149 142 357 0 164437 0
Current children cumulated CPU time (s) 1660.91
Current children cumulated vsize (KiB) 843832

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12569
/proc/meminfo: memFree=30038364/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=659188 CPUtime=1626.99 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91365 0 0 0 162671 28 0 0 20 0 1 0 27269318 675008512 138151 33554432000 4194304 5654031 140734779135152 140734779132840 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 164797 138151 142 357 0 164437 0
Current children cumulated CPU time (s) 1720.9
Current children cumulated vsize (KiB) 843832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12569
/proc/meminfo: memFree=30035820/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=659348 CPUtime=1686.98 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91403 0 0 0 168670 28 0 0 20 0 1 0 27269318 675172352 138700 33554432000 4194304 5654031 140734779135152 140734779122968 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 164837 138700 142 357 0 164477 0
Current children cumulated CPU time (s) 1780.89
Current children cumulated vsize (KiB) 843992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12569
/proc/meminfo: memFree=30032160/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=660008 CPUtime=1706.19 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91837 0 0 0 170591 28 0 0 20 0 1 0 27269318 675848192 139645 33554432000 4194304 5654031 140734779135152 140734779122968 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 165002 139645 142 357 0 164642 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 844652

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12569
/proc/meminfo: memFree=30032160/32873844 swapFree=7632/7632
[pid=12450] ppid=12448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12450/stat : 12450 (npSolver-pbo-It) S 12448 12450 12214 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 27259813 9367552 274 33554432000 4194304 5064252 140735887612704 140735887611616 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12450/statm: 2287 274 233 213 0 72 0
[pid=12451] ppid=12450 vsize=175496 CPUtime=93.91 cores=0,2,4,6
/proc/12451/stat : 12451 (npSolver-pbo) S 12450 12450 12214 0 -1 4202496 36254 130690 0 0 461 273 8591 66 20 0 1 0 27259814 179707904 32079 33554432000 4194304 6004724 140734735381984 140734735367832 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12451/statm: 43874 32079 195 442 0 43428 0
[pid=12557] ppid=12451 vsize=660008 CPUtime=1706.19 cores=0,2,4,6
/proc/12557/stat : 12557 (glucosInc) R 12451 12450 12214 0 -1 4202496 91837 0 0 0 170591 28 0 0 20 0 1 0 27269318 675848192 139645 33554432000 4194304 5654031 140734779135152 140734779122968 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 165002 139645 142 357 0 164642 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 844652

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12450 and gives
#  childrusage.ru_utime.tv_sec=90
#  childrusage.ru_utime.tv_usec=531237
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=413481
# CPU time returned by wait4() is 93.9447
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.52
CPU time (s): 1800.1
CPU user time (s): 1796.43
CPU system time (s): 3.67
CPU usage (%): 99.9211
Max. virtual memory (cumulated for all children) (KiB): 970428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.5312
system time used= 3.41348
maximum resident set size= 460788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 842216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 989
involuntary context switches= 222

runsolver used 3.12453 second user time and 8.89665 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 18:28:52
IDJOB=3751622
IDBENCH=91942
IDSOLVER=2335
FILE ID=node135/3751622-1339172932
RUNJOBID= node135-1339169327-12230
PBS_JOBID= 14643812
Free space on /tmp= 69184 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751622-1339172932/watcher-3751622-1339172932 -o /tmp/evaluation-result-3751622-1339172932/solver-3751622-1339172932 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751622-1339172932.opb 1308673776 HOME HOME

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

MD5SUM BENCH= b63a917d588fe2910953571155dfae07
RANDOM SEED=1308673776

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30007032 kB
Buffers:          193116 kB
Cached:          1780008 kB
SwapCached:         2488 kB
Active:          1821120 kB
Inactive:         157748 kB
Active(anon):       6660 kB
Inactive(anon):     1456 kB
Active(file):    1814460 kB
Inactive(file):   156292 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098940 kB
Dirty:             10916 kB
Writeback:             0 kB
AnonPages:         12268 kB
Mapped:             8752 kB
Shmem:                 0 kB
Slab:             746028 kB
SReclaimable:     187292 kB
SUnreclaim:       558736 kB
KernelStack:        1448 kB
PageTables:         3940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70296 MiB
End job on node135 at 2012-06-08 18:58:53