Trace number 3700864

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.09 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_20null0mast_rapportOE2.0_TMAX15_K67_cod1.opb
MD5SUM92ff2d21db1248623e221f80f642b6ac
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14517
Best CPU time to get the best result obtained on this benchmark1800.07
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 25674
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 24222000
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 24222000
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

0.00/0.41	c fallback to adder encoding
1.19/1.28	c run usual solver
1383.84/1384.12	c model valid
1383.84/1384.12	c current solution ok
1385.44/1385.75	o 0
1385.44/1385.75	c current bound: 12111000
1385.44/1385.75	c fallback to adder encoding
1800.09/1800.91	c error: unexpected solver exit code
1800.09/1800.91	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-3700864-1338128136/watcher-3700864-1338128136 -o /tmp/evaluation-result-3700864-1338128136/solver-3700864-1338128136 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700864-1338128136.opb 2122691250 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.02 2.03 1.98 3/179 19471
/proc/meminfo: memFree=28587044/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0

[startup+0.089655 s]
/proc/loadavg: 2.02 2.03 1.98 3/179 19471
/proc/meminfo: memFree=28587044/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 2.02 2.03 1.98 3/179 19471
/proc/meminfo: memFree=28587044/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300247 s]
/proc/loadavg: 2.02 2.03 1.98 3/179 19471
/proc/meminfo: memFree=28587044/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.02 2.03 1.98 3/179 19471
/proc/meminfo: memFree=28587044/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 2.02 2.03 1.98 3/181 19473
/proc/meminfo: memFree=28508224/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=1.32 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12978 0 0 0 117 15 0 0 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821077024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 112232

[startup+3.10039 s]
/proc/loadavg: 2.02 2.03 1.98 3/181 19515
/proc/meminfo: memFree=28630640/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=1.32 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12978 0 0 0 117 15 0 0 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821077024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19474] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19474/stat : 19474 (cp2_pre.sh) S 19472 19471 18976 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278940668 9367552 276 33554432000 4194304 5064252 140736795185856 140736795184560 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19474/statm: 2287 276 234 213 0 72 0
[pid=19475] ppid=19474 vsize=249348 CPUtime=1.76 cores=0,2,4,6
/proc/19475/stat : 19475 (coprocessor) R 19474 19471 18976 0 -1 4202496 35430 0 0 0 168 8 0 0 20 0 1 0 278940669 255332352 57195 33554432000 4194304 6586260 140734778089168 140734778085432 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/19475/statm: 62337 57195 166 584 0 61749 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 370728

[startup+6.30044 s]
/proc/loadavg: 2.01 2.03 1.98 3/183 19517
/proc/meminfo: memFree=28069680/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=1.32 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12978 0 0 0 117 15 0 0 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821077024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19474] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19474/stat : 19474 (cp2_pre.sh) S 19472 19471 18976 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278940668 9367552 276 33554432000 4194304 5064252 140736795185856 140736795184560 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19474/statm: 2287 276 234 213 0 72 0
[pid=19475] ppid=19474 vsize=315724 CPUtime=4.95 cores=0,2,4,6
/proc/19475/stat : 19475 (coprocessor) R 19474 19471 18976 0 -1 4202496 47742 0 0 0 474 21 0 0 20 0 1 0 278940669 323301376 77682 33554432000 4194304 6586260 140734778089168 140734778084840 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/19475/statm: 78931 77682 204 584 0 78343 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 437104

[startup+12.7003 s]
/proc/loadavg: 2.09 2.04 1.98 3/183 19520
/proc/meminfo: memFree=27756936/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=6.69 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12988 48646 0 0 117 15 511 26 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821078112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19519] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278941206 9367552 267 33554432000 4194304 5064252 140733591324368 140733591323280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19519/statm: 2287 267 226 213 0 72 0
[pid=19520] ppid=19519 vsize=113008 CPUtime=5.98 cores=0,2,4,6
/proc/19520/stat : 19520 (glucose) R 19519 19471 18976 0 -1 4202496 21907 0 0 0 594 4 0 0 20 0 1 0 278941207 115720192 25183 33554432000 4194304 5208918 140733785220304 140733785218136 4211584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19520/statm: 28252 25183 102 248 0 28001 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 234388

[startup+25.5004 s]
/proc/loadavg: 2.14 2.06 1.99 3/183 19523
/proc/meminfo: memFree=28247820/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=6.69 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12988 48646 0 0 117 15 511 26 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821078112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19519] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278941206 9367552 267 33554432000 4194304 5064252 140733591324368 140733591323280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19519/statm: 2287 267 226 213 0 72 0
[pid=19520] ppid=19519 vsize=124684 CPUtime=18.78 cores=0,2,4,6
/proc/19520/stat : 19520 (glucose) R 19519 19471 18976 0 -1 4202496 22480 0 0 0 1874 4 0 0 20 0 1 0 278941207 127676416 26261 33554432000 4194304 5208918 140733785220304 140733785218456 4211744 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19520/statm: 31171 26261 103 248 0 30920 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 246064

[startup+51.1004 s]
/proc/loadavg: 2.09 2.05 1.99 3/183 19523
/proc/meminfo: memFree=28246952/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=6.69 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12988 48646 0 0 117 15 511 26 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821078112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19519] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278941206 9367552 267 33554432000 4194304 5064252 140733591324368 140733591323280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19519/statm: 2287 267 226 213 0 72 0
[pid=19520] ppid=19519 vsize=124684 CPUtime=44.37 cores=0,2,4,6
/proc/19520/stat : 19520 (glucose) R 19519 19471 18976 0 -1 4202496 22510 0 0 0 4433 4 0 0 20 0 1 0 278941207 127676416 26291 33554432000 4194304 5208918 140733785220304 140733785218456 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19520/statm: 31171 26291 103 248 0 30920 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 246064

[startup+102.3 s]
/proc/loadavg: 2.14 2.07 2.00 3/183 19530
/proc/meminfo: memFree=26972432/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=6.69 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12988 48646 0 0 117 15 511 26 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821078112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19519] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278941206 9367552 267 33554432000 4194304 5064252 140733591324368 140733591323280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19519/statm: 2287 267 226 213 0 72 0
[pid=19520] ppid=19519 vsize=125536 CPUtime=95.56 cores=0,2,4,6
/proc/19520/stat : 19520 (glucose) R 19519 19471 18976 0 -1 4202496 22707 0 0 0 9551 5 0 0 20 0 1 0 278941207 128548864 26488 33554432000 4194304 5208918 140733785220304 140733785218136 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19520/statm: 31384 26488 103 248 0 31133 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 246916

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/183 19531
/proc/meminfo: memFree=26964680/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=103084 CPUtime=6.69 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 12988 48646 0 0 117 15 511 26 20 0 1 0 278940536 105558016 23194 33554432000 4194304 5992684 140735821082992 140735821078112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19472/statm: 25771 23194 174 440 0 25327 0
[pid=19519] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19519/stat : 19519 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278941206 9367552 267 33554432000 4194304 5064252 140733591324368 140733591323280 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19519/statm: 2287 267 226 213 0 72 0
[pid=19520] ppid=19519 vsize=125536 CPUtime=155.55 cores=0,2,4,6
/proc/19520/stat : 19520 (glucose) R 19519 19471 18976 0 -1 4202496 22707 0 0 0 15550 5 0 0 20 0 1 0 278941207 128548864 26488 33554432000 4194304 5208918 140733785220304 140733785218136 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19520/statm: 31384 26488 103 248 0 31133 0
Current children cumulated CPU time (s) 162.24

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

/proc/19520/stat : 19520 (glucose) R 19519 19471 18976 0 -1 4202496 24620 0 0 0 135528 7 0 0 20 0 1 0 278941207 132935680 29010 33554432000 4194304 5208918 140733785220304 140733785216680 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19520/statm: 32455 29010 104 248 0 32204 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 251200

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19549
/proc/meminfo: memFree=25868864/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=651756 CPUtime=32.2 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 101217 0 0 0 3187 33 0 0 20 0 1 0 279079545 667398144 153905 33554432000 4194304 5208918 140735010144400 140735010142232 4229307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 162939 153905 102 248 0 162688 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 1057472

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19552
/proc/meminfo: memFree=25850304/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=738376 CPUtime=92.18 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 102020 0 0 0 9185 33 0 0 20 0 1 0 279079545 756097024 155218 33554432000 4194304 5208918 140735010144400 140735010142232 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 184594 155218 104 248 0 184343 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 1144092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19552
/proc/meminfo: memFree=25841004/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=738376 CPUtime=152.17 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 102358 0 0 0 15184 33 0 0 20 0 1 0 279079545 756097024 157080 33554432000 4194304 5208918 140735010144400 140735010142232 4229992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 184594 157080 105 248 0 184343 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 1144092

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 19552
/proc/meminfo: memFree=25838336/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=745728 CPUtime=212.16 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 102482 0 0 0 21183 33 0 0 20 0 1 0 279079545 763625472 157715 33554432000 4194304 5208918 140735010144400 140735010142232 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 186432 157715 105 248 0 186181 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 1151444

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19552
/proc/meminfo: memFree=25834240/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=745728 CPUtime=272.16 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 102483 0 0 0 27183 33 0 0 20 0 1 0 279079545 763625472 158227 33554432000 4194304 5208918 140735010144400 140735010142232 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 186432 158227 105 248 0 186181 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 1151444

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 19553
/proc/meminfo: memFree=25823320/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=745728 CPUtime=332.15 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 103208 0 0 0 33181 34 0 0 20 0 1 0 279079545 763625472 158952 33554432000 4194304 5208918 140735010144400 140735010142232 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 186432 158952 105 248 0 186181 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 1151444

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19553
/proc/meminfo: memFree=25818480/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=745728 CPUtime=392.15 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 103209 0 0 0 39181 34 0 0 20 0 1 0 279079545 763625472 159464 33554432000 4194304 5208918 140735010144400 140735010140776 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 186432 159464 105 248 0 186181 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (KiB) 1151444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19553
/proc/meminfo: memFree=25814384/32873844 swapFree=7108/7108
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (npSolver-pbo.sh) S 19469 19471 18976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278940536 9367552 275 33554432000 4194304 5064252 140734219859776 140734219858688 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19471/statm: 2287 275 233 213 0 72 0
[pid=19472] ppid=19471 vsize=387420 CPUtime=1389.34 cores=0,2,4,6
/proc/19472/stat : 19472 (npSolver-pbo) S 19471 19471 18976 0 -1 4202496 28956 79543 0 0 497 192 138204 41 20 0 1 0 278940536 396718080 90719 33554432000 4194304 5992684 140735821082992 140735821075312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 49 0 0
/proc/19472/statm: 96855 90719 183 440 0 96411 0
[pid=19548] ppid=19472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19548/stat : 19548 (satsolver.sh) S 19472 19471 18976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279079545 9367552 267 33554432000 4194304 5064252 140735184654176 140735184653088 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19548/statm: 2287 267 226 213 0 72 0
[pid=19549] ppid=19548 vsize=745728 CPUtime=410.75 cores=0,2,4,6
/proc/19549/stat : 19549 (glucose) R 19548 19471 18976 0 -1 4202496 103210 0 0 0 41041 34 0 0 20 0 1 0 279079545 763625472 159976 33554432000 4194304 5208918 140735010144400 140735010140776 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19549/statm: 186432 159976 105 248 0 186181 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1151444

Sending SIGTERM to process tree (bottom up)

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 19471 and gives
#  childrusage.ru_utime.tv_sec=1387
#  childrusage.ru_utime.tv_usec=22140
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=346643
# CPU time returned by wait4() is 1389.37
# 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.92
CPU time (s): 1800.09
CPU user time (s): 1797.42
CPU system time (s): 2.67
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 1252052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1387.02
system time used= 2.34664
maximum resident set size= 608596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109478
page faults= 0
swaps= 0
block input operations= 8
block output operations= 729896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 678
involuntary context switches= 1737

runsolver used 5.39618 second user time and 18.2292 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 16:15:36
IDJOB=3700864
IDBENCH=91764
IDSOLVER=2277
FILE ID=node111/3700864-1338128136
RUNJOBID= node111-1338122669-18992
PBS_JOBID= 14624489
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 92ff2d21db1248623e221f80f642b6ac
RANDOM SEED=2122691250

node111.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.152
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.30
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.152
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.152
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		: 2666.152
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.152
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.152
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.152
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.152
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:       32873844 kB
MemFree:        28587044 kB
Buffers:          456540 kB
Cached:          2661508 kB
SwapCached:         1560 kB
Active:          1439488 kB
Inactive:        2008308 kB
Active(anon):     321136 kB
Inactive(anon):     9524 kB
Active(file):    1118352 kB
Inactive(file):  1998784 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67105672 kB
Dirty:             10892 kB
Writeback:             0 kB
AnonPages:        364324 kB
Mapped:            15412 kB
Shmem:               196 kB
Slab:             700628 kB
SReclaimable:     143004 kB
SUnreclaim:       557624 kB
KernelStack:        1520 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     530820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70996 MiB
End job on node111 at 2012-05-27 16:45:37