Trace number 3750884

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.06 1800.81

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

Solver Data

0.00/0.04	c old isEQ: 136, new EQ is 1
0.00/0.06	c run usual solver
0.00/0.96	c model valid
0.00/0.96	c current solution ok
0.60/1.06	o -37
0.60/1.06	c current bound: 81
0.60/1.06	c (debug) using card networks
0.60/1.06	c old isEQ: 81, new EQ is 0
61.47/61.92	c current bound: 122
61.47/61.92	c (debug) using card networks
61.47/61.92	c old isEQ: 122, new EQ is 0
1800.06/1800.81	c error: unexpected solver exit code
1800.06/1800.81	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-3750884-1339220723/watcher-3750884-1339220723 -o /tmp/evaluation-result-3750884-1339220723/solver-3750884-1339220723 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750884-1339220723.opb 1175896238 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.57 1.76 1.54 3/179 6692
/proc/meminfo: memFree=31819680/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0

[startup+0.040911 s]
/proc/loadavg: 1.57 1.76 1.54 3/179 6692
/proc/meminfo: memFree=31819680/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 1.57 1.76 1.54 3/179 6692
/proc/meminfo: memFree=31819680/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 1.57 1.76 1.54 3/179 6692
/proc/meminfo: memFree=31819680/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700216 s]
/proc/loadavg: 1.57 1.76 1.54 3/179 6692
/proc/meminfo: memFree=31819680/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.57 1.76 1.54 3/181 6713
/proc/meminfo: memFree=31814636/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=0.66 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4015 13125 0 0 7 8 44 7 20 0 1 0 388196364 6078464 960 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 960 173 442 0 1038 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 15084

[startup+3.10039 s]
/proc/loadavg: 1.57 1.76 1.54 3/183 6716
/proc/meminfo: memFree=31803732/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=0.66 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4015 13125 0 0 7 8 44 7 20 0 1 0 388196364 6078464 960 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 960 173 442 0 1038 0
[pid=6715] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6715/stat : 6715 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196471 9367552 266 33554432000 4194304 5064252 140736479478480 140736479477392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6715/statm: 2287 266 226 213 0 72 0
[pid=6716] ppid=6715 vsize=14684 CPUtime=2.02 cores=1,3,5,7
/proc/6716/stat : 6716 (glucose) R 6715 6692 15841 0 -1 4202496 4307 0 0 0 202 0 0 0 20 0 1 0 388196471 15036416 3069 33554432000 4194304 5208918 140735632811248 140735632809192 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 3671 3069 104 248 0 3420 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 38916

[startup+6.3004 s]
/proc/loadavg: 1.61 1.77 1.55 3/183 6716
/proc/meminfo: memFree=31793936/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=0.66 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4015 13125 0 0 7 8 44 7 20 0 1 0 388196364 6078464 960 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 960 173 442 0 1038 0
[pid=6715] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6715/stat : 6715 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196471 9367552 266 33554432000 4194304 5064252 140736479478480 140736479477392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6715/statm: 2287 266 226 213 0 72 0
[pid=6716] ppid=6715 vsize=19036 CPUtime=5.22 cores=1,3,5,7
/proc/6716/stat : 6716 (glucose) R 6715 6692 15841 0 -1 4202496 4597 0 0 0 522 0 0 0 20 0 1 0 388196471 19492864 4373 33554432000 4194304 5208918 140735632811248 140735632807560 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 4759 4373 104 248 0 4508 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 43268

[startup+12.7004 s]
/proc/loadavg: 1.72 1.79 1.55 3/183 6716
/proc/meminfo: memFree=31784008/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=0.66 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4015 13125 0 0 7 8 44 7 20 0 1 0 388196364 6078464 960 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 960 173 442 0 1038 0
[pid=6715] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6715/stat : 6715 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196471 9367552 266 33554432000 4194304 5064252 140736479478480 140736479477392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6715/statm: 2287 266 226 213 0 72 0
[pid=6716] ppid=6715 vsize=28832 CPUtime=11.62 cores=1,3,5,7
/proc/6716/stat : 6716 (glucose) R 6715 6692 15841 0 -1 4202496 5576 0 0 0 1161 1 0 0 20 0 1 0 388196471 29523968 6798 33554432000 4194304 5208918 140735632811248 140735632809240 4229288 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 7208 6798 104 248 0 6957 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 53064

[startup+25.5004 s]
/proc/loadavg: 1.78 1.80 1.56 3/183 6723
/proc/meminfo: memFree=31781948/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=0.66 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4015 13125 0 0 7 8 44 7 20 0 1 0 388196364 6078464 960 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 960 173 442 0 1038 0
[pid=6715] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6715/stat : 6715 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196471 9367552 266 33554432000 4194304 5064252 140736479478480 140736479477392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6715/statm: 2287 266 226 213 0 72 0
[pid=6716] ppid=6715 vsize=32252 CPUtime=24.42 cores=1,3,5,7
/proc/6716/stat : 6716 (glucose) R 6715 6692 15841 0 -1 4202496 6536 0 0 0 2441 1 0 0 20 0 1 0 388196471 33026048 6988 33554432000 4194304 5208918 140735632811248 140735632807624 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 8063 6988 104 248 0 7812 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 56484

[startup+51.1004 s]
/proc/loadavg: 1.85 1.81 1.57 3/183 6723
/proc/meminfo: memFree=31760368/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=0.66 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4015 13125 0 0 7 8 44 7 20 0 1 0 388196364 6078464 960 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 960 173 442 0 1038 0
[pid=6715] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6715/stat : 6715 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196471 9367552 266 33554432000 4194304 5064252 140736479478480 140736479477392 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6715/statm: 2287 266 226 213 0 72 0
[pid=6716] ppid=6715 vsize=40092 CPUtime=50.01 cores=1,3,5,7
/proc/6716/stat : 6716 (glucose) R 6715 6692 15841 0 -1 4202496 7124 0 0 0 5000 1 0 0 20 0 1 0 388196471 41054208 9483 33554432000 4194304 5208918 140735632811248 140735632809192 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 10023 9483 104 248 0 9772 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 64324

[startup+102.307 s]
/proc/loadavg: 1.93 1.84 1.59 3/182 6730
/proc/meminfo: memFree=31749100/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=42756 CPUtime=40.35 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 7217 0 0 0 4034 1 0 0 20 0 1 0 388202558 43782144 9538 33554432000 4194304 5208918 140735689299344 140735689295720 4229176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 10689 9538 104 248 0 10438 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 66988

[startup+162.3 s]
/proc/loadavg: 1.97 1.87 1.61 3/183 6731
/proc/meminfo: memFree=31702432/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=68752 CPUtime=100.34 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 9254 0 0 0 10031 3 0 0 20 0 1 0 388202558 70402048 16801 33554432000 4194304 5208918 140735689299344 140735689295656 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 17188 16801 104 248 0 16937 0
Current children cumulated CPU time (s) 161.85

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

/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 40498 0 0 0 129951 63 0 0 20 0 1 0 388202558 197574656 43632 33554432000 4194304 5208918 140735689299344 140735689297496 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 48236 43632 104 248 0 47985 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 217176

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.87 3/183 6764
/proc/meminfo: memFree=31566820/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=162124 CPUtime=1360.12 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 41233 0 0 0 135948 64 0 0 20 0 1 0 388202558 166014976 37933 33554432000 4194304 5208918 140735689299344 140735689295720 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 40531 37933 104 248 0 40280 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 186356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/184 6768
/proc/meminfo: memFree=31466308/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=243032 CPUtime=1420.11 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 42164 0 0 0 141944 67 0 0 20 0 1 0 388202558 248864768 55197 33554432000 4194304 5208918 140735689299344 140735689295720 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 60758 55197 104 248 0 60507 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 267264

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.89 3/183 6768
/proc/meminfo: memFree=31518188/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=243032 CPUtime=1480.08 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 43495 0 0 0 147938 70 0 0 20 0 1 0 388202558 248864768 50077 33554432000 4194304 5208918 140735689299344 140735689295656 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 60758 50077 104 248 0 60507 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 267264

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/183 6768
/proc/meminfo: memFree=31534352/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=192944 CPUtime=1540.07 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 44509 0 0 0 153935 72 0 0 20 0 1 0 388202558 197574656 46704 33554432000 4194304 5208918 140735689299344 140735689295656 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 48236 46704 104 248 0 47985 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 217176

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 6768
/proc/meminfo: memFree=31515564/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=192944 CPUtime=1600.07 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 45816 0 0 0 159932 75 0 0 20 0 1 0 388202558 197574656 43632 33554432000 4194304 5208918 140735689299344 140735689295656 4229549 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 48236 43632 104 248 0 47985 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 217176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 6768
/proc/meminfo: memFree=31454700/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=243032 CPUtime=1660.04 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 46163 0 0 0 165928 76 0 0 20 0 1 0 388202558 248864768 57245 33554432000 4194304 5208918 140735689299344 140735689295656 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 60758 57245 104 248 0 60507 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 267264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 6769
/proc/meminfo: memFree=31505936/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=243032 CPUtime=1720.04 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 47472 0 0 0 171925 79 0 0 20 0 1 0 388202558 248864768 53149 33554432000 4194304 5208918 140735689299344 140735689297496 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 60758 53149 104 248 0 60507 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 267264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 6794
/proc/meminfo: memFree=31599024/32873648 swapFree=7376/7376
[pid=6692] ppid=6690 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6692/stat : 6692 (npSolver-pbo.sh) S 6690 6692 15841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388196364 9367552 274 33554432000 4194304 5064252 140734201459584 140734201458496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6692/statm: 2287 274 233 213 0 72 0
[pid=6693] ppid=6692 vsize=5936 CPUtime=61.51 cores=1,3,5,7
/proc/6693/stat : 6693 (npSolver-pbo) S 6692 6692 15841 0 -1 4202496 4226 24405 0 0 7 8 6126 10 20 0 1 0 388196364 6078464 961 33554432000 4194304 6004724 140733866473456 140733866465808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6693/statm: 1484 961 174 442 0 1038 0
[pid=6729] ppid=6693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6729/stat : 6729 (satsolver.sh) S 6693 6692 15841 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 388202557 9367552 266 33554432000 4194304 5064252 140734452973408 140734452972320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6729/statm: 2287 266 226 213 0 72 0
[pid=6730] ppid=6729 vsize=243032 CPUtime=1738.55 cores=1,3,5,7
/proc/6730/stat : 6730 (glucose) R 6729 6692 15841 0 -1 4202496 47481 0 0 0 173775 80 0 0 20 0 1 0 388202558 248864768 57757 33554432000 4194304 5208918 140735689299344 140735689295032 4229107 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6730/statm: 60758 57757 104 248 0 60507 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 267264

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 6692 and gives
#  childrusage.ru_utime.tv_sec=61
#  childrusage.ru_utime.tv_usec=349673
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 61.5376
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.06
CPU user time (s): 1799.08
CPU system time (s): 0.98
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 267264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3497
system time used= 0.187971
maximum resident set size= 40796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86
involuntary context switches= 102

runsolver used 3.09653 second user time and 8.37773 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 07:45:23
IDJOB=3750884
IDBENCH=48283
IDSOLVER=2334
FILE ID=node149/3750884-1339220723
RUNJOBID= node149-1339220722-6662
PBS_JOBID= 14644276
Free space on /tmp= 63440 MiB

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

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=1175896238

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
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:        31798480 kB
Buffers:          127116 kB
Cached:            76472 kB
SwapCached:         2060 kB
Active:           215880 kB
Inactive:          22232 kB
Active(anon):      31376 kB
Inactive(anon):     4088 kB
Active(file):     184504 kB
Inactive(file):    18144 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:             17168 kB
Writeback:             0 kB
AnonPages:         17040 kB
Mapped:             7716 kB
Shmem:                 0 kB
Slab:             696948 kB
SReclaimable:     139180 kB
SUnreclaim:       557768 kB
KernelStack:        1392 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     154556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 63440 MiB
End job on node149 at 2012-06-09 08:15:24