Trace number 3696936

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
pb2sat 2012-05-19? (TO) 1800.1 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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-15
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Solver Data

0.00/0.10	c model valid
0.00/0.10	c current solution ok
0.00/0.19	o -9
0.00/0.19	c current bound: 45
0.00/0.19	c (debug) using card networks
104.54/104.62	c current bound: 68
104.54/104.62	c (debug) using card networks
1800.06/1800.51	./satsolver.sh: line 5: 24743 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	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-3696936-1338082448/watcher-3696936-1338082448 -o /tmp/evaluation-result-3696936-1338082448/solver-3696936-1338082448 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696936-1338082448.opb 1984978784 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.01 2.00 2.00 3/179 24688
/proc/meminfo: memFree=30359696/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0

[startup+0.0937151 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24688
/proc/meminfo: memFree=30359696/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100343 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24688
/proc/meminfo: memFree=30359696/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300194 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24688
/proc/meminfo: memFree=30359696/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24688
/proc/meminfo: memFree=30359696/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 24695
/proc/meminfo: memFree=30348628/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=9460 CPUtime=1.29 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 2421 0 0 0 129 0 0 0 20 0 1 0 274370252 9687040 2016 33554432000 4194304 4896791 140735798009424 140735798006632 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 2365 2016 77 172 0 2191 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 31864

[startup+3.10034 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 24695
/proc/meminfo: memFree=30347256/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=10900 CPUtime=2.89 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 3248 0 0 0 289 0 0 0 20 0 1 0 274370252 11161600 2249 33554432000 4194304 4896791 140735798009424 140735798006824 4224844 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 2725 2249 78 172 0 2551 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 33304

[startup+6.3003 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 24695
/proc/meminfo: memFree=30343624/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=13104 CPUtime=6.09 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 4485 0 0 0 609 0 0 0 20 0 1 0 274370252 13418496 2647 33554432000 4194304 4896791 140735798009424 140735798006632 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 3276 2647 78 172 0 3102 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 35508

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24695
/proc/meminfo: memFree=30337452/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=13908 CPUtime=12.49 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 7247 0 0 0 1248 1 0 0 20 0 1 0 274370252 14241792 2896 33554432000 4194304 4896791 140735798009424 140735798006952 4223829 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 3477 2896 78 172 0 3303 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 36312

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24695
/proc/meminfo: memFree=30328960/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=18032 CPUtime=25.29 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 11000 0 0 0 2527 2 0 0 20 0 1 0 274370252 18464768 4047 33554432000 4194304 4896791 140735798009424 140735798006952 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 4508 4047 78 172 0 4334 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40436

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24695
/proc/meminfo: memFree=30341492/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=24320 CPUtime=50.88 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 15668 0 0 0 5085 3 0 0 20 0 1 0 274370252 24903680 5638 33554432000 4194304 4896791 140735798009424 140735798006632 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 6080 5638 78 172 0 5906 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 46724

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 24740
/proc/meminfo: memFree=30379540/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=0.17 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1269 2886 0 0 4 7 6 0 20 0 1 0 274370233 4206592 656 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 656 175 410 0 609 0
[pid=24694] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24694/stat : 24694 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274370252 9367552 267 33554432000 4194304 5064252 140734304074384 140734304073296 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24694/statm: 2287 267 226 213 0 72 0
[pid=24695] ppid=24694 vsize=34288 CPUtime=102.07 cores=0,2,4,6
/proc/24695/stat : 24695 (glucose_static) R 24694 24688 21702 0 -1 4202496 23923 0 0 0 10201 6 0 0 20 0 1 0 274370252 35110912 6427 33554432000 4194304 4896791 140735798009424 140735798006632 4217510 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24695/statm: 8572 6429 78 172 0 8398 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 56692

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 24743
/proc/meminfo: memFree=30380120/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24753
/proc/meminfo: memFree=30257292/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=76564 CPUtime=1317.36 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 86371 0 0 0 131683 53 0 0 20 0 1 0 274380696 78401536 17656 33554432000 4194304 4896791 140736126652208 140736126647944 4225002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 19141 17656 78 172 0 18967 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 98968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24754
/proc/meminfo: memFree=30254684/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=97408 CPUtime=1377.35 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 88742 0 0 0 137679 56 0 0 20 0 1 0 274380696 99745792 19672 33554432000 4194304 4896791 140736126652208 140736126649416 4203799 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 24352 19672 78 172 0 24178 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 119812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24754
/proc/meminfo: memFree=30263996/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=98552 CPUtime=1437.33 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 90581 0 0 0 143676 57 0 0 20 0 1 0 274380696 100917248 19379 33554432000 4194304 4896791 140736126652208 140736126649464 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 24638 19379 78 172 0 24464 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 120956

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24757
/proc/meminfo: memFree=30241064/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=100280 CPUtime=1497.31 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 92263 0 0 0 149672 59 0 0 20 0 1 0 274380696 102686720 20204 33554432000 4194304 4896791 140736126652208 140736126649736 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 25070 20204 78 172 0 24896 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 122684

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 24780
/proc/meminfo: memFree=30241224/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=100820 CPUtime=1557.31 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 93785 0 0 0 155670 61 0 0 20 0 1 0 274380696 103239680 21474 33554432000 4194304 4896791 140736126652208 140736126649736 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 25205 21474 78 172 0 25031 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 123224

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24780
/proc/meminfo: memFree=30257152/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=101312 CPUtime=1617.28 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 95274 0 0 0 161666 62 0 0 20 0 1 0 274380696 103743488 20542 33554432000 4194304 4896791 140736126652208 140736126649736 4225141 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 25328 20542 78 172 0 25154 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 123716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24781
/proc/meminfo: memFree=30237716/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=102556 CPUtime=1677.28 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 96752 0 0 0 167664 64 0 0 20 0 1 0 274380696 105017344 20122 33554432000 4194304 4896791 140736126652208 140736126649736 4203834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 25639 20122 78 172 0 25465 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 124960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24781
/proc/meminfo: memFree=30225492/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=103292 CPUtime=1695.49 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 97120 0 0 0 169484 65 0 0 20 0 1 0 274380696 105771008 22020 33554432000 4194304 4896791 140736126652208 140736126647944 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 25823 22020 78 172 0 25649 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 125696

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24781
/proc/meminfo: memFree=30225492/32873648 swapFree=7108/7108
[pid=24688] ppid=24686 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24688/stat : 24688 (runPb2sat.sh) S 24686 24688 21702 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370232 9367552 275 33554432000 4194304 5064252 140735004902336 140735004901248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24688/statm: 2287 275 233 213 0 72 0
[pid=24689] ppid=24688 vsize=4108 CPUtime=104.57 cores=0,2,4,6
/proc/24689/stat : 24689 (pb2sat) S 24688 24688 21702 0 -1 4202496 1408 29703 0 0 4 7 10439 7 20 0 1 0 274370233 4206592 657 33554432000 4194304 5873084 140736436204320 140736436198136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24689/statm: 1027 657 175 410 0 609 0
[pid=24742] ppid=24689 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 24689 24688 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274380695 9367552 267 33554432000 4194304 5064252 140737297053616 140737297052528 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=103292 CPUtime=1695.49 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose_static) R 24742 24688 21702 0 -1 4202496 97120 0 0 0 169484 65 0 0 20 0 1 0 274380696 105771008 22020 33554432000 4194304 4896791 140736126652208 140736126647944 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 25823 22020 78 172 0 25649 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 125696

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.29
CPU system time (s): 0.813876
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 141900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 0.813876
maximum resident set size= 114084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 188
involuntary context switches= 1877

runsolver used 2.83857 second user time and 7.2309 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 03:34:08
IDJOB=3696936
IDBENCH=48237
IDSOLVER=2274
FILE ID=node123/3696936-1338082448
RUNJOBID= node123-1338052409-21718
PBS_JOBID= 14624391
Free space on /tmp= 71684 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696936-1338082448/watcher-3696936-1338082448 -o /tmp/evaluation-result-3696936-1338082448/solver-3696936-1338082448 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696936-1338082448.opb 1984978784 HOME HOME

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=1984978784

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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:        30359968 kB
Buffers:          270816 kB
Cached:          1355200 kB
SwapCached:         2176 kB
Active:           751108 kB
Inactive:         963856 kB
Active(anon):      78696 kB
Inactive(anon):    11888 kB
Active(file):     672412 kB
Inactive(file):   951968 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104140 kB
Dirty:              8600 kB
Writeback:             0 kB
AnonPages:        109820 kB
Mapped:            15100 kB
Shmem:               100 kB
Slab:             657652 kB
SReclaimable:     102100 kB
SUnreclaim:       555552 kB
KernelStack:        1520 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     222260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71668 MiB
End job on node123 at 2012-05-27 04:04:08