Trace number 3701684

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? (TO) 1800.08 1801.62

General information on the benchmark

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

Solver Data

4.08/4.13	c fallback to adder encoding
6.60/6.67	c run usual solver
1663.73/1664.23	c model valid
1663.73/1664.23	c current solution ok
1671.07/1671.84	o 0
1671.07/1671.84	c current bound: 392227
1671.07/1671.84	c fallback to adder encoding
1800.08/1801.61	c error: unexpected solver exit code
1800.08/1801.61	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-3701684-1338124918/watcher-3701684-1338124918 -o /tmp/evaluation-result-3701684-1338124918/solver-3701684-1338124918 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701684-1338124918.opb 1047539835 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.60 2.14 1.96 2/180 21392
/proc/meminfo: memFree=28691744/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0

[startup+0.0415931 s]
/proc/loadavg: 2.60 2.14 1.96 2/180 21392
/proc/meminfo: memFree=28691744/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.60 2.14 1.96 2/180 21392
/proc/meminfo: memFree=28691744/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.60 2.14 1.96 2/180 21392
/proc/meminfo: memFree=28691744/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.60 2.14 1.96 2/180 21392
/proc/meminfo: memFree=28691744/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.60 2.14 1.96 3/182 21394
/proc/meminfo: memFree=28685432/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=13528 CPUtime=1.49 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) R 21392 21392 21157 0 -1 4202496 2641 0 0 0 148 1 0 0 20 0 1 0 278619273 13852672 2653 33554432000 4194304 5992684 140733560184800 140733560180920 4374592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 3382 2653 146 440 0 2938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22676

[startup+3.10029 s]
/proc/loadavg: 2.60 2.14 1.96 3/182 21394
/proc/meminfo: memFree=28678172/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=49768 CPUtime=3.09 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) R 21392 21392 21157 0 -1 4202496 10084 0 0 0 307 2 0 0 20 0 1 0 278619273 50962432 11625 33554432000 4194304 5992684 140733560184800 140733560180920 4567994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 12442 11625 159 440 0 11998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58916

[startup+6.30031 s]
/proc/loadavg: 2.71 2.17 1.97 3/182 21394
/proc/meminfo: memFree=28434872/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=6.29 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) R 21392 21392 21157 0 -1 4202496 29345 0 0 0 618 11 0 0 20 0 1 0 278619273 371548160 82377 33554432000 4194304 5992684 140733560184800 140733560179768 5044375 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82377 167 440 0 90266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 371988

[startup+12.7004 s]
/proc/loadavg: 2.74 2.19 1.98 3/184 21396
/proc/meminfo: memFree=27175768/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=6.67 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29769 0 0 0 623 44 0 0 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560178832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21395] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21395/stat : 21395 (cp2_pre.sh) S 21393 21392 21157 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278619941 9367552 276 33554432000 4194304 5064252 140737049469056 140737049467760 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21395/statm: 2287 276 234 213 0 72 0
[pid=21396] ppid=21395 vsize=1107272 CPUtime=6 cores=0,2,4,6
/proc/21396/stat : 21396 (coprocessor) R 21395 21392 21157 0 -1 4202496 93411 0 0 0 574 26 0 0 20 0 1 0 278619942 1133846528 250899 33554432000 4194304 6586260 140735678724032 140735678720296 4498521 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/21396/statm: 276818 250899 168 584 0 276230 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1488408

[startup+25.5004 s]
/proc/loadavg: 2.57 2.18 1.98 3/184 21399
/proc/meminfo: memFree=27750136/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=587632 CPUtime=3.24 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 84234 0 0 0 308 16 0 0 20 0 1 0 278621498 601735168 126490 33554432000 4194304 5208918 140733417499104 140733417496776 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21399/statm: 146908 126490 94 248 0 146657 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 968768

[startup+51.1004 s]
/proc/loadavg: 2.38 2.16 1.98 3/184 21399
/proc/meminfo: memFree=27737868/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=599632 CPUtime=28.83 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 86332 0 0 0 2867 16 0 0 20 0 1 0 278621498 614023168 129597 33554432000 4194304 5208918 140733417499104 140733417496936 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 149908 129597 103 248 0 149657 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 980768

[startup+102.307 s]
/proc/loadavg: 2.16 2.14 1.98 3/183 21399
/proc/meminfo: memFree=27737756/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=599632 CPUtime=80.03 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 86345 0 0 0 7987 16 0 0 20 0 1 0 278621498 614023168 129610 33554432000 4194304 5208918 140733417499104 140733417496936 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 149908 129610 103 248 0 149657 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 980768

[startup+162.3 s]
/proc/loadavg: 2.06 2.11 1.98 3/183 21399
/proc/meminfo: memFree=27733164/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=599632 CPUtime=140.01 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 86346 0 0 0 13985 16 0 0 20 0 1 0 278621498 614023168 130122 33554432000 4194304 5208918 140733417499104 140733417496936 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 149908 130122 103 248 0 149657 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 980768

[startup+222.3 s]
/proc/loadavg: 2.02 2.08 1.98 3/183 21400
/proc/meminfo: memFree=27733156/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=619224 CPUtime=1339.81 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 88945 0 0 0 133963 18 0 0 20 0 1 0 278621498 634085376 136399 33554432000 4194304 5208918 140733417499104 140733417496936 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 154806 136399 104 248 0 154555 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 1000360

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 21411
/proc/meminfo: memFree=27690864/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=619224 CPUtime=1399.81 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 88945 0 0 0 139963 18 0 0 20 0 1 0 278621498 634085376 136399 33554432000 4194304 5208918 140733417499104 140733417496936 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 154806 136399 104 248 0 154555 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 1000360

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21411
/proc/meminfo: memFree=27690700/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=619224 CPUtime=1459.8 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 88945 0 0 0 145962 18 0 0 20 0 1 0 278621498 634085376 136399 33554432000 4194304 5208918 140733417499104 140733417496936 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 154806 136399 104 248 0 154555 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1000360

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 21411
/proc/meminfo: memFree=27690824/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=619224 CPUtime=1519.78 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 88945 0 0 0 151960 18 0 0 20 0 1 0 278621498 634085376 136399 33554432000 4194304 5208918 140733417499104 140733417496936 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 154806 136399 104 248 0 154555 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1000360

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 21411
/proc/meminfo: memFree=27691196/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=22.03 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29779 118731 0 0 623 44 1475 61 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
[pid=21398] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21398/stat : 21398 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278621497 9367552 266 33554432000 4194304 5064252 140737177832608 140737177831520 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21398/statm: 2287 266 226 213 0 72 0
[pid=21399] ppid=21398 vsize=619224 CPUtime=1579.78 cores=0,2,4,6
/proc/21399/stat : 21399 (glucose) R 21398 21392 21157 0 -1 4202496 88945 0 0 0 157960 18 0 0 20 0 1 0 278621498 634085376 136399 33554432000 4194304 5208918 140733417499104 140733417496936 4211066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21399/statm: 154806 136399 104 248 0 154555 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1000360

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21411
/proc/meminfo: memFree=27682328/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=362840 CPUtime=1661.78 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 29788 208284 0 0 623 45 165427 83 20 0 1 0 278619273 371548160 82425 33554432000 4194304 5992684 140733560184800 140733560179408 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21393/statm: 90710 82425 174 440 0 90266 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 371988

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 21428
/proc/meminfo: memFree=27451416/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=393488 CPUtime=1671.36 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 42344 216385 0 0 861 656 165512 107 20 0 1 0 278619273 402931712 90078 33554432000 4194304 5992684 140733560184800 140733560177120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 101 0 0
/proc/21393/statm: 98372 90078 183 440 0 97928 0
[pid=21417] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21417/stat : 21417 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278786557 9367552 266 33554432000 4194304 5064252 140735646592000 140735646590912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21417/statm: 2287 266 226 213 0 72 0
[pid=21418] ppid=21417 vsize=610668 CPUtime=49.43 cores=0,2,4,6
/proc/21418/stat : 21418 (glucose) R 21417 21392 21157 0 -1 4202496 83726 0 0 0 4923 20 0 0 20 0 1 0 278786558 625324032 133037 33554432000 4194304 5208918 140736536103104 140736536100936 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21418/statm: 152667 133037 104 248 0 152416 0
Current children cumulated CPU time (s) 1720.79
Current children cumulated vsize (KiB) 1022452

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 21474
/proc/meminfo: memFree=28046688/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=393488 CPUtime=1671.36 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 42344 216385 0 0 861 656 165512 107 20 0 1 0 278619273 402931712 90078 33554432000 4194304 5992684 140733560184800 140733560177120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 101 0 0
/proc/21393/statm: 98372 90078 183 440 0 97928 0
[pid=21417] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21417/stat : 21417 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278786557 9367552 266 33554432000 4194304 5064252 140735646592000 140735646590912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21417/statm: 2287 266 226 213 0 72 0
[pid=21418] ppid=21417 vsize=610668 CPUtime=109.42 cores=0,2,4,6
/proc/21418/stat : 21418 (glucose) R 21417 21392 21157 0 -1 4202496 83817 0 0 0 10920 22 0 0 20 0 1 0 278786558 625324032 136194 33554432000 4194304 5208918 140736536103104 140736536099416 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21418/statm: 152667 136194 104 248 0 152416 0
Current children cumulated CPU time (s) 1780.78
Current children cumulated vsize (KiB) 1022452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 21474
/proc/meminfo: memFree=28068024/32873648 swapFree=7116/7116
[pid=21392] ppid=21390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21392/stat : 21392 (npSolver-pbo.sh) S 21390 21392 21157 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278619273 9367552 275 33554432000 4194304 5064252 140736861099072 140736861097984 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21392/statm: 2287 275 233 213 0 72 0
[pid=21393] ppid=21392 vsize=393488 CPUtime=1671.36 cores=0,2,4,6
/proc/21393/stat : 21393 (npSolver-pbo) S 21392 21392 21157 0 -1 4202496 42344 216385 0 0 861 656 165512 107 20 0 1 0 278619273 402931712 90078 33554432000 4194304 5992684 140733560184800 140733560177120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 101 0 0
/proc/21393/statm: 98372 90078 183 440 0 97928 0
[pid=21417] ppid=21393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21417/stat : 21417 (satsolver.sh) S 21393 21392 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278786557 9367552 266 33554432000 4194304 5064252 140735646592000 140735646590912 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21417/statm: 2287 266 226 213 0 72 0
[pid=21418] ppid=21417 vsize=610668 CPUtime=128.72 cores=0,2,4,6
/proc/21418/stat : 21418 (glucose) R 21417 21392 21157 0 -1 4202496 84054 0 0 0 12849 23 0 0 20 0 1 0 278786558 625324032 130866 33554432000 4194304 5208918 140736536103104 140736536101192 4205128 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21418/statm: 152667 130866 105 248 0 152416 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1022452

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21392 and gives
#  childrusage.ru_utime.tv_sec=1663
#  childrusage.ru_utime.tv_usec=734073
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=658835
# CPU time returned by wait4() is 1671.39
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.62
CPU time (s): 1800.08
CPU user time (s): 1792.22
CPU system time (s): 7.86
CPU usage (%): 99.9145
Max. virtual memory (cumulated for all children) (KiB): 1719628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1663.73
system time used= 7.65883
maximum resident set size= 1330184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1160512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3726
involuntary context switches= 2105

runsolver used 3.55646 second user time and 9.27259 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 15:21:59
IDJOB=3701684
IDBENCH=91120
IDSOLVER=2277
FILE ID=node114/3701684-1338124918
RUNJOBID= node114-1338123068-21173
PBS_JOBID= 14624495
Free space on /tmp= 71328 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701684-1338124918/watcher-3701684-1338124918 -o /tmp/evaluation-result-3701684-1338124918/solver-3701684-1338124918 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701684-1338124918.opb 1047539835 HOME HOME

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=1047539835

node114.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.242
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	: 5332.48
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.242
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.91
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.242
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	: 5451.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.242
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.242
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.91
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.242
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.242
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.242
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28691348 kB
Buffers:          501852 kB
Cached:          2034700 kB
SwapCached:         2136 kB
Active:          2131184 kB
Inactive:        1199528 kB
Active(anon):     787340 kB
Inactive(anon):     7892 kB
Active(file):    1343844 kB
Inactive(file):  1191636 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103884 kB
Dirty:            132520 kB
Writeback:             0 kB
AnonPages:        798008 kB
Mapped:            15448 kB
Shmem:               116 kB
Slab:             712208 kB
SReclaimable:     155760 kB
SUnreclaim:       556448 kB
KernelStack:        1520 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1022484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71180 MiB
End job on node114 at 2012-05-27 15:52:01