Trace number 3700086

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.06 1800.61

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_50null0mast_rapportOE1.0_TMAX180_K67_cod2.opb
MD5SUM4555e70390d674ec14d0ef1e0b38ebad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33662
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 136517
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 136517
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.46	c fallback to adder encoding
0.00/0.86	c run inc solver
0.00/0.86	c [INC SYSTEM] run initial solver
0.00/0.86	c [INC SYSTEM] preprocess with white file
3.43/3.74	c [INC SYSTEM] finished preprocessing in 2 s
3.43/3.74	c [INC SYSTEM] execute solver
23.83/24.18	c [INC SEARCH] formula is SAT
23.83/24.20	c [INC SYSTEM] solved the initial formula
23.94/24.28	c model valid
23.94/24.28	c current solution ok
24.93/25.27	o -10314
24.93/25.27	c execute binary inc search
24.93/25.27	c [INC SEARCH] current bound: 63101
24.93/25.27	c [INC SEARCH] iteration: 0
24.93/25.27	c [INC SEARCH] lower bound: 0 upperbound 126203 current bound: 63101 best value:126203
24.93/25.27	c [INC SYSTEM] there exists a inc, kill it!
24.93/25.27	c write failed with 2
24.93/25.28	c [INC SYSTEM] create new solver instance
24.93/25.28	c [INC] encode full formula
24.93/25.28	c fallback to adder encoding
25.04/25.30	c set iterative enc to: adder
25.04/25.30	c set iterative enc to: none
25.04/25.32	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.60	c an unexpexted return value has been received, exit
1800.03/1800.60	s UNKNOWN
1800.03/1800.60	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.60	c write failed with -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-3700086-1338123499/watcher-3700086-1338123499 -o /tmp/evaluation-result-3700086-1338123499/solver-3700086-1338123499 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700086-1338123499.opb 638893989 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.01 2.00 2.00 3/179 22510
/proc/meminfo: memFree=28627616/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0

[startup+0.097633 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22510
/proc/meminfo: memFree=28627616/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22510
/proc/meminfo: memFree=28627616/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300189 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22510
/proc/meminfo: memFree=28627616/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22510
/proc/meminfo: memFree=28627616/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 22514
/proc/meminfo: memFree=28518060/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=63924 CPUtime=0.85 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 10990 0 0 0 79 6 0 0 20 0 1 0 278474362 65458176 15259 33554432000 4194304 5992684 140734490354096 140734490348544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 15981 15259 174 440 0 15537 0
[pid=22513] ppid=22511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22513/stat : 22513 (cp2_pre.sh) S 22511 22510 22368 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 278474448 9367552 276 33554432000 4194304 5064252 140737013656416 140737013655120 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22513/statm: 2287 276 234 213 0 72 0
[pid=22514] ppid=22513 vsize=137524 CPUtime=0.62 cores=1,3,5,7
/proc/22514/stat : 22514 (coprocessor) R 22513 22510 22368 0 -1 4202496 21797 0 0 0 58 4 0 0 20 0 1 0 278474448 140824576 30276 33554432000 4194304 6586260 140737037105136 140737037101896 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22514/statm: 34381 30277 166 584 0 33793 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 219744

[startup+3.10035 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 22514
/proc/meminfo: memFree=28385960/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=63924 CPUtime=0.85 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 10990 0 0 0 79 6 0 0 20 0 1 0 278474362 65458176 15259 33554432000 4194304 5992684 140734490354096 140734490348544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 15981 15259 174 440 0 15537 0
[pid=22513] ppid=22511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22513/stat : 22513 (cp2_pre.sh) S 22511 22510 22368 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 278474448 9367552 276 33554432000 4194304 5064252 140737013656416 140737013655120 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22513/statm: 2287 276 234 213 0 72 0
[pid=22514] ppid=22513 vsize=191236 CPUtime=1.98 cores=1,3,5,7
/proc/22514/stat : 22514 (coprocessor) R 22513 22510 22368 0 -1 4202496 33592 0 0 0 193 5 0 0 20 0 1 0 278474448 195825664 45845 33554432000 4194304 6586260 140737037105136 140737037100760 4556770 0 0 4096 8404994 0 0 0 17 5 0 0 23 0 0
/proc/22514/statm: 47809 45845 198 584 0 47221 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 273456

[startup+6.30035 s]
/proc/loadavg: 2.25 2.05 2.02 3/182 22516
/proc/meminfo: memFree=28480708/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=63924 CPUtime=3.49 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 11005 34496 0 0 79 6 254 10 20 0 1 0 278474362 65458176 15261 33554432000 4194304 5992684 140734490354096 140734490340360 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 15981 15261 176 440 0 15537 0
[pid=22516] ppid=22511 vsize=84000 CPUtime=2.54 cores=1,3,5,7
/proc/22516/stat : 22516 (glucosInc) R 22511 22510 22368 0 -1 4202496 15798 0 0 0 252 2 0 0 20 0 1 0 278474736 86016000 16732 33554432000 4194304 5654031 140735435397888 140735435395976 4215290 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22516/statm: 21000 16732 140 357 0 20640 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 157072

[startup+12.7003 s]
/proc/loadavg: 2.31 2.07 2.02 3/182 22516
/proc/meminfo: memFree=28526068/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=63924 CPUtime=3.49 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 11005 34496 0 0 79 6 254 10 20 0 1 0 278474362 65458176 15261 33554432000 4194304 5992684 140734490354096 140734490340360 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 15981 15261 176 440 0 15537 0
[pid=22516] ppid=22511 vsize=84000 CPUtime=8.94 cores=1,3,5,7
/proc/22516/stat : 22516 (glucosInc) R 22511 22510 22368 0 -1 4202496 15807 0 0 0 892 2 0 0 20 0 1 0 278474736 86016000 16741 33554432000 4194304 5654031 140735435397888 140735435395976 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22516/statm: 21000 16741 140 357 0 20640 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 157072

[startup+25.5067 s]
/proc/loadavg: 2.31 2.08 2.02 3/182 22519
/proc/meminfo: memFree=28496752/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=70124 CPUtime=0.17 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 14001 0 0 0 14 3 0 0 20 0 1 0 278476894 71806976 15159 33554432000 4194304 5654031 140735282596832 140735281546184 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22519/statm: 17531 15160 109 357 0 17171 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 146856

[startup+51.1003 s]
/proc/loadavg: 2.28 2.09 2.03 3/182 22519
/proc/meminfo: memFree=28410456/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=135504 CPUtime=25.76 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 19524 0 0 0 2571 5 0 0 20 0 1 0 278476894 138756096 30386 33554432000 4194304 5654031 140735282596832 140735282584648 4215353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 33876 30386 142 357 0 33516 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 212236

[startup+102.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/181 22519
/proc/meminfo: memFree=28366040/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=135504 CPUtime=76.94 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 20635 0 0 0 7688 6 0 0 20 0 1 0 278476894 138756096 32049 33554432000 4194304 5654031 140735282596832 140735282584648 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 33876 32049 142 357 0 33516 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 212236

[startup+162.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/182 22523
/proc/meminfo: memFree=28355184/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=184824 CPUtime=136.93 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 22266 0 0 0 13683 10 0 0 20 0 1 0 278476894 189259776 41660 33554432000 4194304 5654031 140735282596832 140735282584648 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 46206 41660 142 357 0 45846 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 261556

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 22545
/proc/meminfo: memFree=28362468/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=184824 CPUtime=196.93 cores=1,3,5,7

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

/proc/meminfo: memFree=28250280/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1216.75 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 58369 0 0 0 121590 85 0 0 20 0 1 0 278476894 220819456 50944 33554432000 4194304 5654031 140735282596832 140735282584648 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 50944 142 357 0 53551 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 292376

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22551
/proc/meminfo: memFree=28269044/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1276.74 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 59699 0 0 0 127585 89 0 0 20 0 1 0 278476894 220819456 51456 33554432000 4194304 5654031 140735282596832 140735282584648 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 51456 142 357 0 53551 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 292376

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22555
/proc/meminfo: memFree=28306488/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1336.73 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 61041 0 0 0 133581 92 0 0 20 0 1 0 278476894 220819456 51993 33554432000 4194304 5654031 140735282596832 140735282584648 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 51993 142 357 0 53551 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 292376

[startup+1422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 22555
/proc/meminfo: memFree=28263160/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1396.72 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 62336 0 0 0 139577 95 0 0 20 0 1 0 278476894 220819456 51456 33554432000 4194304 5654031 140735282596832 140735282584648 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 51456 142 357 0 53551 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 292376

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 22555
/proc/meminfo: memFree=28217972/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1456.72 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 63664 0 0 0 145574 98 0 0 20 0 1 0 278476894 220819456 51968 33554432000 4194304 5654031 140735282596832 140735282584648 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 51968 142 357 0 53551 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 292376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22555
/proc/meminfo: memFree=28258684/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1516.7 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 65017 0 0 0 151569 101 0 0 20 0 1 0 278476894 220819456 51456 33554432000 4194304 5654031 140735282596832 140735282584648 4215307 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 51456 142 357 0 53551 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 292376

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 22555
/proc/meminfo: memFree=28291068/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1576.68 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 65784 0 0 0 157564 104 0 0 20 0 1 0 278476894 220819456 50390 33554432000 4194304 5654031 140735282596832 140735282584648 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 50390 142 357 0 53551 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 292376

[startup+1662.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 22599
/proc/meminfo: memFree=27652172/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1636.68 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 66547 0 0 0 163562 106 0 0 20 0 1 0 278476894 220819456 48342 33554432000 4194304 5654031 140735282596832 140735282584648 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 48342 142 357 0 53551 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 292376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22600
/proc/meminfo: memFree=27646516/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1696.66 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 67311 0 0 0 169557 109 0 0 20 0 1 0 278476894 220819456 46294 33554432000 4194304 5654031 140735282596832 140735282584648 4232963 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 46294 142 357 0 53551 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 292376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22600
/proc/meminfo: memFree=27583712/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=265732 CPUtime=1756.65 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 67646 0 0 0 175554 111 0 0 20 0 1 0 278476894 272109568 61955 33554432000 4194304 5654031 140735282596832 140735282584648 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 66433 61955 142 357 0 66073 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 342464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22600
/proc/meminfo: memFree=27629504/32873648 swapFree=6604/6604
[pid=22510] ppid=22508 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (npSolver-pbo-I.) S 22508 22510 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278474361 9367552 274 33554432000 4194304 5064252 140734449647264 140734449646176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22510/statm: 2287 274 233 213 0 72 0
[pid=22511] ppid=22510 vsize=67584 CPUtime=25.08 cores=1,3,5,7
/proc/22511/stat : 22511 (npSolver-pbo) S 22510 22510 22368 0 -1 4202496 13871 51642 0 0 111 85 2294 18 20 0 1 0 278474362 69206016 16038 33554432000 4194304 5992684 140734490354096 140734490339000 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22511/statm: 16896 16038 186 440 0 16452 0
[pid=22519] ppid=22511 vsize=215644 CPUtime=1774.95 cores=1,3,5,7
/proc/22519/stat : 22519 (glucosInc) R 22511 22510 22368 0 -1 4202496 68084 0 0 0 177383 112 0 0 20 0 1 0 278476894 220819456 49366 33554432000 4194304 5654031 140735282596832 140735282584648 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22519/statm: 53911 49366 142 357 0 53551 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 292376

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.06
CPU user time (s): 1797.9
CPU system time (s): 2.16867
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 422604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.16867
maximum resident set size= 304440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 163936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 473
involuntary context switches= 1957

runsolver used 5.2412 second user time and 19.2941 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 14:58:19
IDJOB=3700086
IDBENCH=90860
IDSOLVER=2276
FILE ID=node148/3700086-1338123499
RUNJOBID= node148-1338123335-22385
PBS_JOBID= 14624498
Free space on /tmp= 71660 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_50null0mast_rapportOE1.0_TMAX180_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700086-1338123499/watcher-3700086-1338123499 -o /tmp/evaluation-result-3700086-1338123499/solver-3700086-1338123499 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700086-1338123499.opb 638893989 HOME HOME

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

MD5SUM BENCH= 4555e70390d674ec14d0ef1e0b38ebad
RANDOM SEED=638893989

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28628144 kB
Buffers:          330292 kB
Cached:          2834584 kB
SwapCached:          576 kB
Active:           805896 kB
Inactive:        2608808 kB
Active(anon):     241184 kB
Inactive(anon):    11120 kB
Active(file):     564712 kB
Inactive(file):  2597688 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             10960 kB
Writeback:           124 kB
AnonPages:        368352 kB
Mapped:            15680 kB
Shmem:                96 kB
Slab:             690380 kB
SReclaimable:     134148 kB
SUnreclaim:       556232 kB
KernelStack:        1512 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     381676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71524 MiB
End job on node148 at 2012-05-27 15:28:19