Trace number 3695298

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_50null0mast_rapportOE1.0_TMAX180_K67_cod2.opb
MD5SUM4555e70390d674ec14d0ef1e0b38ebad
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33662
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 136517
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 136517
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.44	c fallback to adder encoding
5.87/5.94	c model valid
5.87/5.94	c current solution ok
7.85/7.93	o -14372
7.85/7.93	c fallback to adder encoding
10.98/11.01	c model valid
10.98/11.01	c current solution ok
10.99/11.98	o -14489
10.99/11.98	c fallback to adder encoding
14.95/15.99	c model valid
15.04/16.12	c current solution ok
15.04/16.46	o -16414
15.04/16.46	c fallback to adder encoding
27.83/29.21	c model valid
27.83/29.21	c current solution ok
27.83/29.26	o -17755
27.83/29.26	c fallback to adder encoding
31.02/32.45	c model valid
31.02/32.45	c current solution ok
31.08/32.50	o -19574
31.08/32.50	c fallback to adder encoding
194.38/195.85	c model valid
194.38/195.85	c current solution ok
194.43/195.91	o -19698
194.43/195.91	c fallback to adder encoding
337.25/338.78	c model valid
337.25/338.78	c current solution ok
337.33/338.84	o -20582
337.33/338.84	c fallback to adder encoding
371.03/372.54	c model valid
371.03/372.54	c current solution ok
371.03/372.59	o -21881
371.03/372.59	c fallback to adder encoding
704.59/706.19	c model valid
704.59/706.19	c current solution ok
704.68/706.24	o -24141
704.68/706.24	c fallback to adder encoding
889.94/891.54	c model valid
889.94/891.54	c current solution ok
889.94/891.59	o -24210
889.94/891.59	c fallback to adder encoding
933.83/935.44	c model valid
933.83/935.44	c current solution ok
933.83/935.49	o -26807
933.83/935.49	c fallback to adder encoding
1273.48/1275.15	c model valid
1273.48/1275.15	c current solution ok
1273.54/1275.21	o -26839
1273.54/1275.21	c fallback to adder encoding
1396.86/1398.51	c model valid
1396.86/1398.51	c current solution ok
1396.86/1398.56	o -29102
1396.86/1398.56	c fallback to adder encoding
1676.98/1678.71	./satsolver.sh: line 5: 10992 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1676.98/1678.71	c error: unexpected solver exit code
1676.98/1678.71	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-3695298-1338129805/watcher-3695298-1338129805 -o /tmp/evaluation-result-3695298-1338129805/solver-3695298-1338129805 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695298-1338129805.opb 759955075 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.03 2.00 2/179 10913
/proc/meminfo: memFree=30893264/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0

[startup+0.0964911 s]
/proc/loadavg: 2.02 2.03 2.00 2/179 10913
/proc/meminfo: memFree=30893264/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.02 2.03 2.00 2/179 10913
/proc/meminfo: memFree=30893264/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.02 2.03 2.00 2/179 10913
/proc/meminfo: memFree=30893264/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700258 s]
/proc/loadavg: 2.02 2.03 2.00 2/179 10913
/proc/meminfo: memFree=30893264/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 10917
/proc/meminfo: memFree=30762524/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=62896 CPUtime=0.84 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 10781 0 0 0 78 6 0 0 20 0 1 0 279106611 64405504 15051 33554432000 4194304 5873084 140733664746080 140733664742504 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10914/statm: 15724 15051 171 410 0 15306 0
[pid=10916] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10916/stat : 10916 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279106696 9367552 267 33554432000 4194304 5064252 140736365307424 140736365306336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10916/statm: 2287 267 226 213 0 72 0
[pid=10917] ppid=10916 vsize=94056 CPUtime=0.63 cores=0,2,4,6
/proc/10917/stat : 10917 (glucose_static) R 10916 10913 10279 0 -1 4202496 18959 0 0 0 57 6 0 0 20 0 1 0 279106697 96313344 20353 33554432000 4194304 4896791 140734639055152 140734638003944 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 23514 20353 76 172 0 23340 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 175248

[startup+3.10033 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 10917
/proc/meminfo: memFree=30720204/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=62896 CPUtime=0.84 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 10781 0 0 0 78 6 0 0 20 0 1 0 279106611 64405504 15051 33554432000 4194304 5873084 140733664746080 140733664742504 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10914/statm: 15724 15051 171 410 0 15306 0
[pid=10916] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10916/stat : 10916 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279106696 9367552 267 33554432000 4194304 5064252 140736365307424 140736365306336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10916/statm: 2287 267 226 213 0 72 0
[pid=10917] ppid=10916 vsize=94420 CPUtime=2.23 cores=0,2,4,6
/proc/10917/stat : 10917 (glucose_static) R 10916 10913 10279 0 -1 4202496 19278 0 0 0 217 6 0 0 20 0 1 0 279106697 96686080 20947 33554432000 4194304 4896791 140734639055152 140734639052296 4224921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 23605 20947 78 172 0 23431 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 175612

[startup+6.30026 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 10917
/proc/meminfo: memFree=30716916/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=64544 CPUtime=6.27 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) R 10913 10913 10279 0 -1 4202496 12151 20498 0 0 95 35 490 7 20 0 1 0 279106611 66093056 15470 33554432000 4194304 5873084 140733664746080 140733664741512 5127520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10914/statm: 16136 15470 179 410 0 15718 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 73692

[startup+12.7003 s]
/proc/loadavg: 2.09 2.04 2.01 3/181 10921
/proc/meminfo: memFree=30761768/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=11.06 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 15373 43119 0 0 141 163 778 24 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 78812

[startup+25.5004 s]
/proc/loadavg: 2.16 2.06 2.01 3/183 10926
/proc/meminfo: memFree=30674656/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=15.11 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 17595 65632 0 0 153 163 1160 35 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10925] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10925/stat : 10925 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 279108260 9367552 266 33554432000 4194304 5064252 140737104706480 140737104705392 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10925/statm: 2287 266 226 213 0 72 0
[pid=10926] ppid=10925 vsize=97136 CPUtime=8.99 cores=0,2,4,6
/proc/10926/stat : 10926 (glucose_static) R 10925 10913 10279 0 -1 4202496 20867 0 0 0 895 4 0 0 20 0 1 0 279108260 99467264 21716 33554432000 4194304 4896791 140737111640688 140737111638200 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10926/statm: 24284 21716 78 172 0 24110 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 185096

[startup+51.1004 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 10932
/proc/meminfo: memFree=30664956/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=31.16 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 22040 110405 0 0 178 165 2715 58 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10931] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10931/stat : 10931 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279109865 9367552 266 33554432000 4194304 5064252 140736569220128 140736569219040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10931/statm: 2287 266 226 213 0 72 0
[pid=10932] ppid=10931 vsize=110788 CPUtime=18.54 cores=0,2,4,6
/proc/10932/stat : 10932 (glucose_static) R 10931 10913 10279 0 -1 4202496 26323 0 0 0 1847 7 0 0 20 0 1 0 279109865 113446912 23620 33554432000 4194304 4896791 140735294704944 140735294702456 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10932/statm: 27697 23620 78 172 0 27523 0
Current children cumulated CPU time (s) 49.7
Current children cumulated vsize (KiB) 198748

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 10932
/proc/meminfo: memFree=30657416/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=31.16 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 22040 110405 0 0 178 165 2715 58 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10931] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10931/stat : 10931 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279109865 9367552 266 33554432000 4194304 5064252 140736569220128 140736569219040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10931/statm: 2287 266 226 213 0 72 0
[pid=10932] ppid=10931 vsize=114248 CPUtime=69.72 cores=0,2,4,6
/proc/10932/stat : 10932 (glucose_static) R 10931 10913 10279 0 -1 4202496 32257 0 0 0 6962 10 0 0 20 0 1 0 279109865 116989952 25486 33554432000 4194304 4896791 140735294704944 140735294702168 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10932/statm: 28562 25486 78 172 0 28388 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 202208

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 10932
/proc/meminfo: memFree=30653784/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=31.16 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 22040 110405 0 0 178 165 2715 58 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10931] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10931/stat : 10931 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279109865 9367552 266 33554432000 4194304 5064252 140736569220128 140736569219040 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10931/statm: 2287 266 226 213 0 72 0
[pid=10932] ppid=10931 vsize=115724 CPUtime=129.71 cores=0,2,4,6
/proc/10932/stat : 10932 (glucose_static) R 10931 10913 10279 0 -1 4202496 34829 0 0 0 12958 13 0 0 20 0 1 0 279109865 118501376 25838 33554432000 4194304 4896791 140735294704944 140735294700616 4203058 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10932/statm: 28931 25838 78 172 0 28757 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 203684

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 10935
/proc/meminfo: memFree=30864140/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1273.61 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 37455 370867 0 0 271 169 126731 190 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10988] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279234135 9367552 267 33554432000 4194304 5064252 140735983095984 140735983094896 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10988/statm: 2287 267 226 213 0 72 0
[pid=10989] ppid=10988 vsize=118904 CPUtime=123.02 cores=0,2,4,6
/proc/10989/stat : 10989 (glucose_static) R 10988 10913 10279 0 -1 4202496 41926 0 0 0 12287 15 0 0 20 0 1 0 279234135 121757696 26856 33554432000 4194304 4896791 140733290549472 140733290546984 4203792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10989/statm: 29726 26856 78 172 0 29552 0
Current children cumulated CPU time (s) 1396.63
Current children cumulated vsize (KiB) 206864

[startup+1398.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10989
/proc/meminfo: memFree=29699112/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1273.61 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) R 10913 10913 10279 0 -1 4202496 37455 370867 0 0 271 169 126731 190 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 0 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
Current children cumulated CPU time (s) 1273.61
Current children cumulated vsize (KiB) 78812
#
############


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10992
/proc/meminfo: memFree=29710312/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=100084 CPUtime=23.7 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 28918 0 0 0 2362 8 0 0 20 0 1 0 279246471 102486016 23236 33554432000 4194304 4896791 140736422492336 140736422488008 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 25021 23236 78 172 0 24847 0
Current children cumulated CPU time (s) 1420.64
Current children cumulated vsize (KiB) 188044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10992
/proc/meminfo: memFree=29699036/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=115288 CPUtime=83.68 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 35124 0 0 0 8357 11 0 0 20 0 1 0 279246471 118054912 25600 33554432000 4194304 4896791 140736422492336 140736422489864 4203064 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 28822 25600 78 172 0 28648 0
Current children cumulated CPU time (s) 1480.62
Current children cumulated vsize (KiB) 203248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10993
/proc/meminfo: memFree=29688532/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=117740 CPUtime=143.67 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 37475 0 0 0 14355 12 0 0 20 0 1 0 279246471 120565760 26493 33554432000 4194304 4896791 140736422492336 140736422489864 4204016 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 29435 26493 78 172 0 29261 0
Current children cumulated CPU time (s) 1540.61
Current children cumulated vsize (KiB) 205700

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11038
/proc/meminfo: memFree=29665632/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=138540 CPUtime=203.65 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 40888 0 0 0 20350 15 0 0 20 0 1 0 279246471 141864960 29275 33554432000 4194304 4896791 140736422492336 140736422489864 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 34635 29275 78 172 0 34461 0
Current children cumulated CPU time (s) 1600.59
Current children cumulated vsize (KiB) 226500

[startup+1662.3 s]
/proc/loadavg: 2.20 2.06 2.02 3/183 11041
/proc/meminfo: memFree=29343868/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=140492 CPUtime=263.63 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 42851 0 0 0 26347 16 0 0 20 0 1 0 279246471 143863808 30717 33554432000 4194304 4896791 140736422492336 140736422489544 4203956 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 35123 30717 78 172 0 34949 0
Current children cumulated CPU time (s) 1660.57
Current children cumulated vsize (KiB) 228452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1678.7 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 11041
/proc/meminfo: memFree=29332820/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=141324 CPUtime=280.04 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 43269 0 0 0 27987 17 0 0 20 0 1 0 279246471 144715776 32964 33554432000 4194304 4896791 140736422492336 140736422489544 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 35331 32964 78 172 0 35157 0
Current children cumulated CPU time (s) 1676.98
Current children cumulated vsize (KiB) 229284

Sending SIGTERM to process tree (bottom up)

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

[startup+1678.7 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 11041
/proc/meminfo: memFree=29332820/32873844 swapFree=7372/7372
[pid=10913] ppid=10911 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10913/stat : 10913 (runPb2satCp2.sh) S 10911 10913 10279 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279106611 9367552 275 33554432000 4194304 5064252 140736915620944 140736915619856 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 2287 275 233 213 0 72 0
[pid=10914] ppid=10913 vsize=69664 CPUtime=1396.94 cores=0,2,4,6
/proc/10914/stat : 10914 (pb2sat) S 10913 10913 10279 0 -1 4202496 39676 413972 0 0 284 170 139028 212 20 0 1 0 279106611 71335936 16460 33554432000 4194304 5873084 140733664746080 140733664739896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10914/statm: 17416 16460 180 410 0 16998 0
[pid=10991] ppid=10914 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10991/stat : 10991 (satsolver.sh) S 10914 10913 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279246471 9367552 267 33554432000 4194304 5064252 140733929134496 140733929133408 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10991/statm: 2287 267 226 213 0 72 0
[pid=10992] ppid=10991 vsize=141324 CPUtime=280.04 cores=0,2,4,6
/proc/10992/stat : 10992 (glucose_static) R 10991 10913 10279 0 -1 4202496 43269 0 0 0 27987 17 0 0 20 0 1 0 279246471 144715776 32964 33554432000 4194304 4896791 140736422492336 140736422489544 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10992/statm: 35331 32964 78 172 0 35157 0
Current children cumulated CPU time (s) 1676.98
Current children cumulated vsize (KiB) 229284

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 123.02
#  lost CPU user time (s): 122.87
#  lost CPU system time (s): 0.15

Real time (s): 1678.72
CPU time (s): 1800.05
CPU user time (s): 1795.88
CPU system time (s): 4.16539
CPU usage (%): 107.228
Max. virtual memory (cumulated for all children) (KiB): 258236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1673.01
system time used= 4.01539
maximum resident set size= 157964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 979456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301
involuntary context switches= 2059

runsolver used 3.79742 second user time and 9.1716 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 16:43:25
IDJOB=3695298
IDBENCH=90860
IDSOLVER=2273
FILE ID=node118/3695298-1338129805
RUNJOBID= node118-1338122383-10295
PBS_JOBID= 14624484
Free space on /tmp= 71576 MiB

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

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

MD5SUM BENCH= 4555e70390d674ec14d0ef1e0b38ebad
RANDOM SEED=759955075

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:        30893908 kB
Buffers:          339656 kB
Cached:           453044 kB
SwapCached:            0 kB
Active:           911500 kB
Inactive:         233348 kB
Active(anon):     342236 kB
Inactive(anon):    11324 kB
Active(file):     569264 kB
Inactive(file):   222024 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:        389144 kB
Mapped:            12480 kB
Shmem:               200 kB
Slab:             693892 kB
SReclaimable:     135416 kB
SUnreclaim:       558476 kB
KernelStack:        1520 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     537404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71008 MiB
End job on node118 at 2012-05-27 17:11:24