Trace number 3750926

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.01 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_3.opb
MD5SUMd5313ea0d4ce989dad692c9adfb6f827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1796.85
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint111
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.08	c run usual solver
0.00/0.86	c model valid
0.00/0.86	c current solution ok
0.00/0.92	o 499
0.00/0.92	c current bound: 249
0.00/0.92	c (debug) using card networks
0.00/0.92	c old isEQ: 249, new EQ is 0
2.24/2.38	c model valid
2.24/2.38	c current solution ok
2.24/2.38	o 27
2.24/2.38	c current bound: 13
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	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-3750926-1339129543/watcher-3750926-1339129543 -o /tmp/evaluation-result-3750926-1339129543/solver-3750926-1339129543 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750926-1339129543.opb 191701937 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28474
/proc/meminfo: memFree=31329168/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0

[startup+0.0106351 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28474
/proc/meminfo: memFree=31329168/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100137 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28474
/proc/meminfo: memFree=31329168/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30017 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28474
/proc/meminfo: memFree=31329168/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700126 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28474
/proc/meminfo: memFree=31329168/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28488
/proc/meminfo: memFree=31305504/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=0.9 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 3784 17760 0 0 10 6 48 26 20 0 1 0 379080279 8650752 1705 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1705 173 442 0 1666 0
[pid=28487] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28487/stat : 28487 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 379080372 9367552 266 33554432000 4194304 5064252 140735668199680 140735668198592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28487/statm: 2287 266 226 213 0 72 0
[pid=28488] ppid=28487 vsize=18492 CPUtime=0.55 cores=0,2,4,6
/proc/28488/stat : 28488 (glucose) R 28487 28474 21354 0 -1 4202496 3601 0 0 0 55 0 0 0 20 0 1 0 379080372 18935808 3830 33554432000 4194304 5208918 140735000975456 140735668198616 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28488/statm: 4623 3830 95 248 0 4372 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 45236

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28488
/proc/meminfo: memFree=31300164/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 17596
heavy processes:

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28495
/proc/meminfo: memFree=31300268/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=23316 CPUtime=3.9 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 4165 0 0 0 390 0 0 0 20 0 1 0 379080518 23875584 4402 33554432000 4194304 5208918 140736533353600 140736533351752 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 5829 4402 95 248 0 5578 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 50060

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28495
/proc/meminfo: memFree=31293928/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=30776 CPUtime=10.3 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 6589 0 0 0 1029 1 0 0 20 0 1 0 379080518 31514624 5470 33554432000 4194304 5208918 140736533353600 140736533351752 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 7694 5470 96 248 0 7443 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57520

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28495
/proc/meminfo: memFree=31271896/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=42468 CPUtime=23.09 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 7943 0 0 0 2307 2 0 0 20 0 1 0 379080518 43487232 9214 33554432000 4194304 5208918 140736533353600 140736533351544 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 10617 9214 96 248 0 10366 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69212

[startup+51.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 28496
/proc/meminfo: memFree=31246376/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=72816 CPUtime=48.69 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 8834 0 0 0 4866 3 0 0 20 0 1 0 379080518 74563584 13314 33554432000 4194304 5208918 140736533353600 140736533351688 4211599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 18204 13314 96 248 0 17953 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 99560

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 28496
/proc/meminfo: memFree=31165412/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=153648 CPUtime=99.89 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 10541 0 0 0 9982 7 0 0 20 0 1 0 379080518 157335552 35811 33554432000 4194304 5208918 140736533353600 140736533351752 4211501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 38412 35811 96 248 0 38161 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 180392

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 28497
/proc/meminfo: memFree=31184336/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=122828 CPUtime=159.88 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 12438 0 0 0 15976 12 0 0 20 0 1 0 379080518 125775872 27561 33554432000 4194304 5208918 140736533353600 140736533351592 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 30707 27561 104 248 0 30456 0

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

/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 64713 0 0 0 141857 106 0 0 20 0 1 0 379080518 311087104 63389 33554432000 4194304 5208918 140736533353600 140736533351448 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 75949 63389 104 248 0 75698 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 330540

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 28510
/proc/meminfo: memFree=31033012/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=306468 CPUtime=1479.61 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 67159 0 0 0 147851 110 0 0 20 0 1 0 379080518 313823232 59008 33554432000 4194304 5208918 140736533353600 140736533349912 4211712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 76617 59008 104 248 0 76366 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 333212

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28534
/proc/meminfo: memFree=31514680/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=227020 CPUtime=1539.6 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 69159 0 0 0 153845 115 0 0 20 0 1 0 379080518 232468480 51576 33554432000 4194304 5208918 140736533353600 140736533351448 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 56755 51576 104 248 0 56504 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 253764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28569
/proc/meminfo: memFree=31390880/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=442948 CPUtime=1599.58 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 70930 0 0 0 159841 117 0 0 20 0 1 0 379080518 453578752 78897 33554432000 4194304 5208918 140736533353600 140736533351448 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 110737 78897 104 248 0 110486 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 469692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28569
/proc/meminfo: memFree=31479568/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=233768 CPUtime=1659.56 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 72747 0 0 0 165834 122 0 0 20 0 1 0 379080518 239378432 55066 33554432000 4194304 5208918 140736533353600 140736533351352 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 58442 55066 104 248 0 58191 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 260512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28570
/proc/meminfo: memFree=31506024/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=186256 CPUtime=1719.54 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 74857 0 0 0 171830 124 0 0 20 0 1 0 379080518 190726144 45709 33554432000 4194304 5208918 140736533353600 140736533351448 4229212 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 46564 45709 104 248 0 46313 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 213000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28570
/proc/meminfo: memFree=31392112/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=319612 CPUtime=1779.54 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 76604 0 0 0 177826 128 0 0 20 0 1 0 379080518 327282688 73557 33554432000 4194304 5208918 140736533353600 140736533351448 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 79903 73557 104 248 0 79652 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 346356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28570
/proc/meminfo: memFree=31339488/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=452412 CPUtime=1797.64 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 77289 0 0 0 179635 129 0 0 20 0 1 0 379080518 463269888 82929 33554432000 4194304 5208918 140736533353600 140736533351448 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 113103 82929 104 248 0 112852 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 479156

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28570
/proc/meminfo: memFree=31339488/32873648 swapFree=7376/7376
[pid=28474] ppid=28472 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28474/stat : 28474 (npSolver-pbo.sh) S 28472 28474 21354 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379080279 9367552 275 33554432000 4194304 5064252 140734098631312 140734098630224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28474/statm: 2287 275 233 213 0 72 0
[pid=28475] ppid=28474 vsize=8448 CPUtime=2.37 cores=0,2,4,6
/proc/28475/stat : 28475 (npSolver-pbo) S 28474 28474 21354 0 -1 4202496 4294 28231 0 0 12 7 187 31 20 0 1 0 379080279 8650752 1708 33554432000 4194304 6004724 140734338009616 140734338001968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28475/statm: 2112 1708 176 442 0 1666 0
[pid=28494] ppid=28475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28494/stat : 28494 (satsolver.sh) S 28475 28474 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 379080518 9367552 267 33554432000 4194304 5064252 140736139642080 140736139640992 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28494/statm: 2287 267 226 213 0 72 0
[pid=28495] ppid=28494 vsize=452412 CPUtime=1797.64 cores=0,2,4,6
/proc/28495/stat : 28495 (glucose) R 28494 28474 21354 0 -1 4202496 77289 0 0 0 179635 129 0 0 20 0 1 0 379080518 463269888 82929 33554432000 4194304 5208918 140736533353600 140736533351448 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28495/statm: 113103 82929 104 248 0 112852 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 479156

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28474 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=4695
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=385941
# CPU time returned by wait4() is 2.39064
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1798.34
CPU system time (s): 1.67
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 539112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.00469
system time used= 0.385941
maximum resident set size= 43108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33504
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164
involuntary context switches= 39

runsolver used 3.9634 second user time and 11.3613 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-08 06:25:43
IDJOB=3750926
IDBENCH=48124
IDSOLVER=2334
FILE ID=node120/3750926-1339129543
RUNJOBID= node120-1339111237-23281
PBS_JOBID= 14643733
Free space on /tmp= 70676 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750926-1339129543/watcher-3750926-1339129543 -o /tmp/evaluation-result-3750926-1339129543/solver-3750926-1339129543 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750926-1339129543.opb 191701937 HOME HOME

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

MD5SUM BENCH= d5313ea0d4ce989dad692c9adfb6f827
RANDOM SEED=191701937

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        31329300 kB
Buffers:          134976 kB
Cached:           256116 kB
SwapCached:         5828 kB
Active:           556824 kB
Inactive:         183596 kB
Active(anon):     340356 kB
Inactive(anon):    11440 kB
Active(file):     216468 kB
Inactive(file):   172156 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67096104 kB
Dirty:              8932 kB
Writeback:            12 kB
AnonPages:        361416 kB
Mapped:             9812 kB
Shmem:                 0 kB
Slab:             661080 kB
SReclaimable:     105088 kB
SUnreclaim:       555992 kB
KernelStack:        1496 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     554004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 70744 MiB
End job on node120 at 2012-06-08 06:55:43