Trace number 3750015

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

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE1.0_TMAX180_K67_cod3.opb
MD5SUMa9ffdc7fe88e618e91b27dd5bef82ec6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-182278
Best CPU time to get the best result obtained on this benchmark1800.05
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 32076
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 26395974
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 26395974
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.29/2.32	c run usual solver
17.69/17.89	c model valid
17.69/17.89	c current solution ok
21.09/21.23	o -24525
21.09/21.23	c current bound: 13185724
21.09/21.23	c fallback to adder encoding
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	s UNKNOWN

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 5664
/proc/meminfo: memFree=26752520/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0

[startup+0.054335 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 5664
/proc/meminfo: memFree=26752520/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 5664
/proc/meminfo: memFree=26752520/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300297 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 5664
/proc/meminfo: memFree=26752520/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 1.85 1.97 1.99 3/178 5664
/proc/meminfo: memFree=26752520/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.85 1.97 1.99 3/180 5666
/proc/meminfo: memFree=26502904/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=241520 CPUtime=1.49 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) R 5664 5664 5089 0 -1 4202496 22447 0 0 0 143 6 0 0 20 0 1 0 383785867 247316480 45057 33554432000 4194304 6004724 140735262160720 140735262155320 4582601 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 60380 45057 154 442 0 59934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250668

[startup+3.10031 s]
/proc/loadavg: 1.85 1.97 1.99 3/182 5668
/proc/meminfo: memFree=26314364/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=167852 CPUtime=2.36 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 22783 0 0 0 209 27 0 0 20 0 1 0 383785867 171880448 38092 33554432000 4194304 6004724 140735262160720 140735262154768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 41963 38092 163 442 0 41517 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 177000
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 1.86 1.97 1.99 3/184 5670
/proc/meminfo: memFree=25429644/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=167852 CPUtime=2.36 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 22783 0 0 0 209 27 0 0 20 0 1 0 383785867 171880448 38092 33554432000 4194304 6004724 140735262160720 140735262154768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 41963 38092 163 442 0 41517 0
[pid=5669] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5669/stat : 5669 (cp2_pre.sh) S 5665 5664 5089 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383786104 9367552 277 33554432000 4194304 5064252 140736938733344 140736938732048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5669/statm: 2287 277 234 213 0 72 0
[pid=5670] ppid=5669 vsize=515156 CPUtime=3.91 cores=0,2,4,6
/proc/5670/stat : 5670 (coprocessor) R 5669 5664 5089 0 -1 4202496 57599 0 0 0 377 14 0 0 20 0 1 0 383786105 527519744 122929 33554432000 4194304 6586260 140733791257952 140733791254104 5431512 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5670/statm: 128789 122929 170 584 0 128201 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 701304

[startup+12.7004 s]
/proc/loadavg: 1.95 1.99 1.99 3/184 5676
/proc/meminfo: memFree=26052492/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=167852 CPUtime=10.35 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 22791 68360 0 0 209 28 762 36 20 0 1 0 383785867 171880448 38092 33554432000 4194304 6004724 140735262160720 140735262155856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 41963 38092 163 442 0 41517 0
[pid=5675] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5675/stat : 5675 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383786904 9367552 266 33554432000 4194304 5064252 140733309471712 140733309470624 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5675/statm: 2287 266 226 213 0 72 0
[pid=5676] ppid=5675 vsize=227008 CPUtime=2.32 cores=0,2,4,6
/proc/5676/stat : 5676 (glucose) R 5675 5664 5089 0 -1 4202496 39839 0 0 0 224 8 0 0 20 0 1 0 383786904 232456192 50690 33554432000 4194304 5208918 140734384877488 140734384875160 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5676/statm: 56752 50690 95 248 0 56501 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 413156

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 2.00 3/182 5681
/proc/meminfo: memFree=25945292/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=25.4 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) R 5664 5664 5089 0 -1 4202496 37417 115797 0 0 693 310 1478 59 20 0 1 0 383785867 730173440 120679 33554432000 4194304 6004724 140735262160720 140735262154376 4536263 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 120679 173 442 0 177819 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 722208

[startup+51.1004 s]
/proc/loadavg: 2.21 2.05 2.01 3/183 5683
/proc/meminfo: memFree=24713060/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=952428 CPUtime=24.98 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 126899 0 0 0 2459 39 0 0 20 0 1 0 383788478 975286272 209764 33554432000 4194304 5208918 140736020059616 140736020057512 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 238107 209764 104 248 0 237856 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1683784

[startup+102.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 5683
/proc/meminfo: memFree=24671492/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=976868 CPUtime=76.17 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 130961 0 0 0 7577 40 0 0 20 0 1 0 383788478 1000312832 217875 33554432000 4194304 5208918 140736020059616 140736020057448 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 244217 217875 104 248 0 243966 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 1708224

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 5684
/proc/meminfo: memFree=24669076/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=976868 CPUtime=136.16 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 130961 0 0 0 13576 40 0 0 20 0 1 0 383788478 1000312832 217875 33554432000 4194304 5208918 140736020059616 140736020057448 4232579 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 244217 217875 104 248 0 243966 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 1708224

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 5684
/proc/meminfo: memFree=24663744/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0

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

/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 131371 0 0 0 139554 41 0 0 20 0 1 0 383788478 1006432256 222672 33554432000 4194304 5208918 140736020059616 140736020055992 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 245711 222672 104 248 0 245460 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1714200

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 5701
/proc/meminfo: memFree=23608172/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=982844 CPUtime=1455.94 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 131371 0 0 0 145553 41 0 0 20 0 1 0 383788478 1006432256 222672 33554432000 4194304 5208918 140736020059616 140736020055992 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 245711 222672 104 248 0 245460 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1714200

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 5701
/proc/meminfo: memFree=23608420/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=982844 CPUtime=1515.93 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 131371 0 0 0 151552 41 0 0 20 0 1 0 383788478 1006432256 222672 33554432000 4194304 5208918 140736020059616 140736020055992 4205227 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 245711 222672 104 248 0 245460 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1714200

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 5701
/proc/meminfo: memFree=23608544/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=982844 CPUtime=1575.92 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 131371 0 0 0 157551 41 0 0 20 0 1 0 383788478 1006432256 222672 33554432000 4194304 5208918 140736020059616 140736020055992 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 245711 222672 104 248 0 245460 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1714200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5701
/proc/meminfo: memFree=23603088/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=988568 CPUtime=1635.91 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 131757 0 0 0 163550 41 0 0 20 0 1 0 383788478 1012293632 224080 33554432000 4194304 5208918 140736020059616 140736020055992 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 247142 224080 104 248 0 246891 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1719924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5702
/proc/meminfo: memFree=23589684/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=988568 CPUtime=1695.9 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 132032 0 0 0 169549 41 0 0 20 0 1 0 383788478 1012293632 227421 33554432000 4194304 5208918 140736020059616 140736020055400 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 247142 227421 104 248 0 246891 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1719924

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 5702
/proc/meminfo: memFree=23581440/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=994744 CPUtime=1755.9 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 132406 0 0 0 175549 41 0 0 20 0 1 0 383788478 1018617856 229328 33554432000 4194304 5208918 140736020059616 140736020055992 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 248686 229328 104 248 0 248435 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1726100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 5705
/proc/meminfo: memFree=23579060/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=994744 CPUtime=1774.09 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 132407 0 0 0 177368 41 0 0 20 0 1 0 383788478 1018617856 229840 33554432000 4194304 5208918 140736020059616 140736020055992 4229335 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 248686 229840 104 248 0 248435 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1726100

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 5705
/proc/meminfo: memFree=23579060/32873648 swapFree=7388/7388
[pid=5664] ppid=5662 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (npSolver-pbo.sh) S 5662 5664 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383785867 9367552 275 33554432000 4194304 5064252 140735973601776 140735973600688 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5664/statm: 2287 275 233 213 0 72 0
[pid=5665] ppid=5664 vsize=713060 CPUtime=26 cores=0,2,4,6
/proc/5665/stat : 5665 (npSolver-pbo) S 5664 5664 5089 0 -1 4202496 38184 115797 0 0 708 355 1478 59 20 0 1 0 383785867 730173440 122729 33554432000 4194304 6004724 140735262160720 140735262153072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5665/statm: 178265 122729 175 442 0 177819 0
[pid=5682] ppid=5665 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5682/stat : 5682 (satsolver.sh) S 5665 5664 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383788478 9367552 267 33554432000 4194304 5064252 140737041544720 140737041543632 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5682/statm: 2287 267 226 213 0 72 0
[pid=5683] ppid=5682 vsize=994744 CPUtime=1774.09 cores=0,2,4,6
/proc/5683/stat : 5683 (glucose) R 5682 5664 5089 0 -1 4202496 132407 0 0 0 177368 41 0 0 20 0 1 0 383788478 1018617856 229840 33554432000 4194304 5208918 140736020059616 140736020055992 4229335 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5683/statm: 248686 229840 104 248 0 248435 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1726100

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5664 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=866675
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=161367
# CPU time returned by wait4() is 26.028
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.09
CPU user time (s): 1795.54
CPU system time (s): 4.55
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 2016440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8667
system time used= 4.16137
maximum resident set size= 806684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1146536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1257
involuntary context switches= 59

runsolver used 3.08353 second user time and 8.44572 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 19:30:14
IDJOB=3750015
IDBENCH=91881
IDSOLVER=2334
FILE ID=node148/3750015-1339176614
RUNJOBID= node148-1339169407-5105
PBS_JOBID= 14643813
Free space on /tmp= 70412 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE1.0_TMAX180_K67_cod3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750015-1339176614/watcher-3750015-1339176614 -o /tmp/evaluation-result-3750015-1339176614/solver-3750015-1339176614 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750015-1339176614.opb 2049221654 HOME HOME

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

MD5SUM BENCH= a9ffdc7fe88e618e91b27dd5bef82ec6
RANDOM SEED=2049221654

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:        26753256 kB
Buffers:          721816 kB
Cached:          4359656 kB
SwapCached:          560 kB
Active:          2499824 kB
Inactive:        2656420 kB
Active(anon):      64308 kB
Inactive(anon):    10632 kB
Active(file):    2435516 kB
Inactive(file):  2645788 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             22212 kB
Writeback:             0 kB
AnonPages:         52824 kB
Mapped:            11700 kB
Shmem:                36 kB
Slab:             826404 kB
SReclaimable:     270468 kB
SUnreclaim:       555936 kB
KernelStack:        1456 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     188952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69688 MiB
End job on node148 at 2012-06-08 20:00:14