Trace number 3695277

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
pb2satCp2 2012-05-19? (TO) 1800.12 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null0mast_rapportOE2.0_TMAX120_K67_cod1.opb
MD5SUMb9a8630bbf7b957f842f31a8ccfab571
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-564
Best CPU time to get the best result obtained on this benchmark1797.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 116160
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 160566
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.39	c fallback to adder encoding
1800.09/1800.41	./satsolver.sh: line 5: 10541 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.41	c error: unexpected solver exit code
1800.09/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-3695277-1338124400/watcher-3695277-1338124400 -o /tmp/evaluation-result-3695277-1338124400/solver-3695277-1338124400 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695277-1338124400.opb 382445784 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10537
/proc/meminfo: memFree=31131452/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0

[startup+0.0605731 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10537
/proc/meminfo: memFree=31131452/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10537
/proc/meminfo: memFree=31131452/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10537
/proc/meminfo: memFree=31131452/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10537
/proc/meminfo: memFree=31131452/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10539
/proc/meminfo: memFree=31053624/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=1.49 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) R 10537 10537 10279 0 -1 4202496 12759 0 0 0 145 4 0 0 20 0 1 0 278566078 171360256 27998 33554432000 4194304 5873084 140734746708368 140734746704808 4391072 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 27998 164 410 0 41418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 176492

[startup+3.10042 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10541
/proc/meminfo: memFree=30867688/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=253868 CPUtime=1.06 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 37784 0 0 0 97 9 0 0 20 0 1 0 278566280 259960832 54205 33554432000 4194304 4896791 140735000023152 140734998971944 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 63467 54205 58 172 0 63293 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 439508

[startup+6.30046 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10541
/proc/meminfo: memFree=30643256/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=257780 CPUtime=4.27 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 48839 0 0 0 414 13 0 0 20 0 1 0 278566280 263966720 60604 33554432000 4194304 4896791 140735000023152 140735000020664 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 64445 60604 78 172 0 64271 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 443420

[startup+12.7004 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 10541
/proc/meminfo: memFree=30648780/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=258640 CPUtime=10.66 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 50212 0 0 0 1052 14 0 0 20 0 1 0 278566280 264847360 60904 33554432000 4194304 4896791 140735000023152 140735000020472 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 64660 60904 78 172 0 64486 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 444280

[startup+25.5005 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 10544
/proc/meminfo: memFree=30641980/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=289924 CPUtime=23.46 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 52520 0 0 0 2331 15 0 0 20 0 1 0 278566280 296882176 61568 33554432000 4194304 4896791 140735000023152 140735000020680 4205537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 72481 61568 78 172 0 72307 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 475564

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 10544
/proc/meminfo: memFree=30635964/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=290164 CPUtime=49.06 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 54983 0 0 0 4890 16 0 0 20 0 1 0 278566280 297127936 62451 33554432000 4194304 4896791 140735000023152 140735000020664 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 72541 62451 78 172 0 72367 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 475804

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 10547
/proc/meminfo: memFree=30640156/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=291244 CPUtime=100.25 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 55250 0 0 0 10009 16 0 0 20 0 1 0 278566280 298233856 63204 33554432000 4194304 4896791 140735000023152 140735000020792 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 72811 63204 78 172 0 72637 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 476884

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10547
/proc/meminfo: memFree=30639916/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=261228 CPUtime=160.24 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 58435 0 0 0 16006 18 0 0 20 0 1 0 278566280 267497472 61745 33554432000 4194304 4896791 140735000023152 140735000020728 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 65307 61745 78 172 0 65133 0
Current children cumulated CPU time (s) 162.25

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10572
/proc/meminfo: memFree=30566072/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=300012 CPUtime=1360.04 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 64571 0 0 0 135977 27 0 0 20 0 1 0 278566280 307212288 69934 33554432000 4194304 4896791 140735000023152 140735000020680 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 75003 69934 78 172 0 74829 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 485652

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10575
/proc/meminfo: memFree=30596448/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=300064 CPUtime=1420.04 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 64617 0 0 0 141976 28 0 0 20 0 1 0 278566280 307265536 70459 33554432000 4194304 4896791 140735000023152 140735000020792 4203783 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 75016 70459 78 172 0 74842 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 485704

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 10576
/proc/meminfo: memFree=30585348/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=300216 CPUtime=1480.02 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 64860 0 0 0 147974 28 0 0 20 0 1 0 278566280 307421184 71660 33554432000 4194304 4896791 140735000023152 140735000020680 4204099 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 75054 71660 78 172 0 74880 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 485856

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10576
/proc/meminfo: memFree=30570612/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=350624 CPUtime=1540.01 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 65416 0 0 0 153972 29 0 0 20 0 1 0 278566280 359038976 73748 33554432000 4194304 4896791 140735000023152 140735000020680 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 87656 73748 78 172 0 87482 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 536264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 10624
/proc/meminfo: memFree=30234276/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=350832 CPUtime=1600 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 65560 0 0 0 159970 30 0 0 20 0 1 0 278566280 359251968 74847 33554432000 4194304 4896791 140735000023152 140735000020680 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 87708 74847 78 172 0 87534 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 536472

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10624
/proc/meminfo: memFree=30230712/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=350932 CPUtime=1659.99 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 65581 0 0 0 165969 30 0 0 20 0 1 0 278566280 359354368 75885 33554432000 4194304 4896791 140735000023152 140735000020680 4203820 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 87733 75885 78 172 0 87559 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 536572

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10624
/proc/meminfo: memFree=30228580/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=351564 CPUtime=1719.98 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 65753 0 0 0 171968 30 0 0 20 0 1 0 278566280 360001536 76494 33554432000 4194304 4896791 140735000023152 140735000020424 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 87891 76494 78 172 0 87717 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 537204

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 10625
/proc/meminfo: memFree=30221692/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=351812 CPUtime=1779.98 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 65925 0 0 0 177967 31 0 0 20 0 1 0 278566280 360255488 78121 33554432000 4194304 4896791 140735000023152 140735000020792 4203891 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 87953 78121 78 172 0 87779 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 537452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 10625
/proc/meminfo: memFree=30219520/32873844 swapFree=7372/7372
[pid=10537] ppid=10535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10537/stat : 10537 (runPb2satCp2.sh) S 10535 10537 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278566077 9367552 274 33554432000 4194304 5064252 140736622719808 140736622718720 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10537/statm: 2287 274 233 213 0 72 0
[pid=10538] ppid=10537 vsize=167344 CPUtime=2.01 cores=0,2,4,6
/proc/10538/stat : 10538 (pb2sat) S 10537 10537 10279 0 -1 4202496 12972 0 0 0 182 19 0 0 20 0 1 0 278566078 171360256 34149 33554432000 4194304 5873084 140734746708368 140734746704792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10538/statm: 41836 34149 171 410 0 41418 0
[pid=10540] ppid=10538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (satsolver.sh) S 10538 10537 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278566280 9367552 267 33554432000 4194304 5064252 140736338772976 140736338771888 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 2287 267 226 213 0 72 0
[pid=10541] ppid=10540 vsize=351944 CPUtime=1798.08 cores=0,2,4,6
/proc/10541/stat : 10541 (glucose_static) R 10540 10537 10279 0 -1 4202496 65941 0 0 0 179777 31 0 0 20 0 1 0 278566280 360390656 78648 33554432000 4194304 4896791 140735000023152 140735000020792 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 87986 78648 78 172 0 87812 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 537584

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.41
CPU time (s): 1800.12
CPU user time (s): 1799.6
CPU system time (s): 0.517921
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 615312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.517921
maximum resident set size= 355296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 202000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46
involuntary context switches= 2051

runsolver used 6.62399 second user time and 20.2649 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 15:13:20
IDJOB=3695277
IDBENCH=90381
IDSOLVER=2273
FILE ID=node118/3695277-1338124400
RUNJOBID= node118-1338122383-10295
PBS_JOBID= 14624484
Free space on /tmp= 71604 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null0mast_rapportOE2.0_TMAX120_K67_cod1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695277-1338124400/watcher-3695277-1338124400 -o /tmp/evaluation-result-3695277-1338124400/solver-3695277-1338124400 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695277-1338124400.opb 382445784 HOME HOME

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

MD5SUM BENCH= b9a8630bbf7b957f842f31a8ccfab571
RANDOM SEED=382445784

node118.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.212
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.42
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.212
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	: 5438.55
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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31131948 kB
Buffers:          334632 kB
Cached:           419564 kB
SwapCached:            0 kB
Active:           677312 kB
Inactive:         229628 kB
Active(anon):     142756 kB
Inactive(anon):    11324 kB
Active(file):     534556 kB
Inactive(file):   218304 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             39452 kB
Writeback:             0 kB
AnonPages:        161132 kB
Mapped:            12680 kB
Shmem:               200 kB
Slab:             694496 kB
SReclaimable:     135316 kB
SUnreclaim:       559180 kB
KernelStack:        1488 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     287968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71440 MiB
End job on node118 at 2012-05-27 15:43:20