Trace number 3750871

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.05 1800.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
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-134
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.87	c run usual solver
1800.00/1800.41	./satsolver.sh: line 5:  2959 Terminated              ./glucose $1 > $2 2> /dev/null
1800.00/1800.41	c error: unexpected solver exit code
1800.00/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-3750871-1339220720/watcher-3750871-1339220720 -o /tmp/evaluation-result-3750871-1339220720/solver-3750871-1339220720 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750871-1339220720.opb 712513446 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.67 2/174 2941
/proc/meminfo: memFree=30038380/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0

[startup+0.0894901 s]
/proc/loadavg: 1.92 1.95 1.67 2/174 2941
/proc/meminfo: memFree=30038380/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100286 s]
/proc/loadavg: 1.92 1.95 1.67 2/174 2941
/proc/meminfo: memFree=30038380/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 1.92 1.95 1.67 2/174 2941
/proc/meminfo: memFree=30038380/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 1.92 1.95 1.67 2/174 2941
/proc/meminfo: memFree=30038380/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 1.92 1.95 1.67 3/183 2953
/proc/meminfo: memFree=29884864/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=0.8 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13292 0 0 0 74 6 0 0 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853128352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2952] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2952/stat : 2952 (cp2_pre.sh) S 2942 2941 2798 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 388196443 9367552 277 33554432000 4194304 5064252 140735878602960 140735878601664 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2952/statm: 2287 277 234 213 0 72 0
[pid=2953] ppid=2952 vsize=114984 CPUtime=0.6 cores=0,2,4,6
/proc/2953/stat : 2953 (coprocessor) R 2952 2941 2798 0 -1 4202496 20723 0 0 0 57 3 0 0 20 0 1 0 388196443 117743616 26115 33554432000 4194304 6586260 140735232742960 140735232739720 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/2953/statm: 28746 26115 166 584 0 28158 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 204420

[startup+3.10037 s]
/proc/loadavg: 1.92 1.95 1.67 3/183 2956
/proc/meminfo: memFree=29802564/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=0.8 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13292 0 0 0 74 6 0 0 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853128352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2952] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2952/stat : 2952 (cp2_pre.sh) S 2942 2941 2798 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 388196443 9367552 277 33554432000 4194304 5064252 140735878602960 140735878601664 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2952/statm: 2287 277 234 213 0 72 0
[pid=2953] ppid=2952 vsize=153508 CPUtime=2.2 cores=0,2,4,6
/proc/2953/stat : 2953 (coprocessor) R 2952 2941 2798 0 -1 4202496 28200 0 0 0 201 19 0 0 20 0 1 0 388196443 157192192 37298 33554432000 4194304 6586260 140735232742960 140735232738984 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/2953/statm: 38377 37298 204 584 0 37789 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 242944

[startup+6.30035 s]
/proc/loadavg: 1.93 1.95 1.67 3/183 2966
/proc/meminfo: memFree=29873488/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=60352 CPUtime=3.1 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 13310 0 0 0 307 3 0 0 20 0 1 0 388196674 61800448 13984 33554432000 4194304 5208918 140736943249424 140736943247256 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2959/statm: 15088 13984 103 248 0 14837 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 149788

[startup+12.7004 s]
/proc/loadavg: 1.93 1.95 1.68 3/182 2966
/proc/meminfo: memFree=29870900/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=60352 CPUtime=9.5 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 13403 0 0 0 947 3 0 0 20 0 1 0 388196674 61800448 14077 33554432000 4194304 5208918 140736943249424 140736943247256 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 15088 14077 103 248 0 14837 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 149788

[startup+25.5004 s]
/proc/loadavg: 1.95 1.96 1.68 3/183 2967
/proc/meminfo: memFree=29855636/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=68816 CPUtime=22.29 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 13743 0 0 0 2226 3 0 0 20 0 1 0 388196674 70467584 14926 33554432000 4194304 5208918 140736943249424 140736943247576 4211176 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 17204 14926 103 248 0 16953 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 158252

[startup+51.1004 s]
/proc/loadavg: 1.96 1.96 1.69 3/183 2967
/proc/meminfo: memFree=29845144/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=71132 CPUtime=47.89 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 14890 0 0 0 4785 4 0 0 20 0 1 0 388196674 72839168 15641 33554432000 4194304 5208918 140736943249424 140736943247272 4228947 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 17783 15641 104 248 0 17532 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 160568

[startup+102.307 s]
/proc/loadavg: 2.02 1.98 1.71 3/183 2967
/proc/meminfo: memFree=29830956/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=75584 CPUtime=99.07 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 16391 0 0 0 9903 4 0 0 20 0 1 0 388196674 77398016 17183 33554432000 4194304 5208918 140736943249424 140736943247272 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 18896 17183 104 248 0 18645 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 165020

[startup+162.3 s]
/proc/loadavg: 2.05 1.99 1.73 3/184 2968
/proc/meminfo: memFree=29785572/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 3008
/proc/meminfo: memFree=29670816/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=189900 CPUtime=1358.88 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 23720 0 0 0 135871 17 0 0 20 0 1 0 388196674 194457600 43783 33554432000 4194304 5208918 140736943249424 140736943245736 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 47475 43783 104 248 0 47224 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 279336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 3008
/proc/meminfo: memFree=29657040/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=220720 CPUtime=1418.87 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 24251 0 0 0 141870 17 0 0 20 0 1 0 388196674 226017280 47368 33554432000 4194304 5208918 140736943249424 140736943245800 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 55180 47368 104 248 0 54929 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 310156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 3011
/proc/meminfo: memFree=29625248/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=189900 CPUtime=1478.85 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 24710 0 0 0 147867 18 0 0 20 0 1 0 388196674 194457600 46386 33554432000 4194304 5208918 140736943249424 140736943245800 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 47475 46386 104 248 0 47224 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 279336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 3012
/proc/meminfo: memFree=29627700/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=189900 CPUtime=1538.85 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 25591 0 0 0 153865 20 0 0 20 0 1 0 388196674 194457600 45278 33554432000 4194304 5208918 140736943249424 140736943245800 4211156 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 47475 45278 104 248 0 47224 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 279336

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/183 3012
/proc/meminfo: memFree=29662548/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=189900 CPUtime=1598.84 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 26536 0 0 0 159862 22 0 0 20 0 1 0 388196674 194457600 45790 33554432000 4194304 5208918 140736943249424 140736943245736 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 47475 45790 104 248 0 47224 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 279336

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/183 3012
/proc/meminfo: memFree=29625576/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=189900 CPUtime=1658.83 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 27491 0 0 0 165860 23 0 0 20 0 1 0 388196674 194457600 45278 33554432000 4194304 5208918 140736943249424 140736943245800 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 47475 45278 104 248 0 47224 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 279336

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/183 3012
/proc/meminfo: memFree=29603580/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=189900 CPUtime=1718.82 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 28435 0 0 0 171857 25 0 0 20 0 1 0 388196674 194457600 43742 33554432000 4194304 5208918 140736943249424 140736943247512 4205256 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 47475 43742 104 248 0 47224 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 279336

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/183 3012
/proc/meminfo: memFree=29591000/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=220720 CPUtime=1778.81 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 29031 0 0 0 177855 26 0 0 20 0 1 0 388196674 226017280 47393 33554432000 4194304 5208918 140736943249424 140736943245800 4211182 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 55180 47393 104 248 0 54929 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 310156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 1.92 3/183 3012
/proc/meminfo: memFree=29576912/32873844 swapFree=7632/7632
[pid=2941] ppid=2937 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2941/stat : 2941 (npSolver-pbo.sh) S 2937 2941 2798 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388196355 9367552 275 33554432000 4194304 5064252 140734230012384 140734230011296 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2941/statm: 2287 275 233 213 0 72 0
[pid=2942] ppid=2941 vsize=71140 CPUtime=3.09 cores=0,2,4,6
/proc/2942/stat : 2942 (npSolver-pbo) S 2941 2941 2798 0 -1 4202496 13299 29101 0 0 74 6 207 22 20 0 1 0 388196355 72847360 14631 33554432000 4194304 6004724 140733853134304 140733853129440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/2942/statm: 17785 14631 161 442 0 17339 0
[pid=2958] ppid=2942 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (satsolver.sh) S 2942 2941 2798 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 388196673 9367552 267 33554432000 4194304 5064252 140736388436640 140736388435552 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 2287 267 226 213 0 72 0
[pid=2959] ppid=2958 vsize=220720 CPUtime=1796.91 cores=0,2,4,6
/proc/2959/stat : 2959 (glucose) R 2958 2941 2798 0 -1 4202496 29033 0 0 0 179665 26 0 0 20 0 1 0 388196674 226017280 48417 33554432000 4194304 5208918 140736943249424 140736943245800 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2959/statm: 55180 48417 104 248 0 54929 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 310156

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.05
CPU user time (s): 1799.48
CPU system time (s): 0.564914
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 359476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.564914
maximum resident set size= 231640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72419
page faults= 0
swaps= 0
block input operations= 8
block output operations= 65176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 1880

runsolver used 2.6186 second user time and 7.2159 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-09 07:45:20
IDJOB=3750871
IDBENCH=48255
IDSOLVER=2334
FILE ID=node141/3750871-1339220720
RUNJOBID= node141-1339220720-2918
PBS_JOBID= 14644284
Free space on /tmp= 69304 MiB

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

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=712513446

node141.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.744
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	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        30038908 kB
Buffers:          374104 kB
Cached:          1510452 kB
SwapCached:         3056 kB
Active:           563724 kB
Inactive:        1325544 kB
Active(anon):       3296 kB
Inactive(anon):     2872 kB
Active(file):     560428 kB
Inactive(file):  1322672 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:             17868 kB
Writeback:             0 kB
AnonPages:          9976 kB
Mapped:             7972 kB
Shmem:                 0 kB
Slab:             804008 kB
SReclaimable:     245644 kB
SUnreclaim:       558364 kB
KernelStack:        1376 kB
PageTables:         3880 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69268 MiB
End job on node141 at 2012-06-09 08:15:21