Trace number 3695158

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.07 1800.44

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-rand27da90.cudf.paranoid.opb
MD5SUMa48dca57cfda6cf4188a4a57f992ffd8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11364
Best CPU time to get the best result obtained on this benchmark0.196969
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5732
Total number of constraints25423
Number of constraints which are clauses25128
Number of constraints which are cardinality constraints (but not clauses)295
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2127
Biggest coefficient in the objective function 1578
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 871054
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1578
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 871054
Number of bits of the biggest sum of numbers20
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.20	c model valid
0.00/0.20	c current solution ok
0.00/0.26	o 96705
0.00/0.26	c fallback to adder encoding
1800.01/1800.43	./satsolver.sh: line 5: 10694 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.43	c error: unexpected solver exit code
1800.01/1800.43	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-3695158-1338096942/watcher-3695158-1338096942 -o /tmp/evaluation-result-3695158-1338096942/solver-3695158-1338096942 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695158-1338096942.opb 1595342962 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10687
/proc/meminfo: memFree=29768324/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0

[startup+0.058833 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10687
/proc/meminfo: memFree=29768324/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10687
/proc/meminfo: memFree=29768324/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300253 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10687
/proc/meminfo: memFree=29768324/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10687
/proc/meminfo: memFree=29768324/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50047 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 10694
/proc/meminfo: memFree=29703912/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=38148 CPUtime=1.01 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 9559 0 0 0 99 2 0 0 20 0 1 0 275821653 39063552 8634 33554432000 4194304 4896791 140736053918352 140736052867144 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 9537 8634 77 172 0 9363 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 79284

[startup+3.10041 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 10694
/proc/meminfo: memFree=29701236/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=38448 CPUtime=2.61 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 10261 0 0 0 259 2 0 0 20 0 1 0 275821653 39370752 8767 33554432000 4194304 4896791 140736053918352 140736053915864 4224640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 9612 8767 77 172 0 9438 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 79584

[startup+6.30039 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 10694
/proc/meminfo: memFree=29697148/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=43836 CPUtime=5.81 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 11597 0 0 0 578 3 0 0 20 0 1 0 275821653 44888064 9794 33554432000 4194304 4896791 140736053918352 140736053915864 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 10959 9794 77 172 0 10785 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 84972

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 10694
/proc/meminfo: memFree=29691424/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=45652 CPUtime=12.2 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 13400 0 0 0 1217 3 0 0 20 0 1 0 275821653 46747648 10045 33554432000 4194304 4896791 140736053918352 140736053915864 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 11413 10045 77 172 0 11239 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 86788

[startup+25.5005 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10694
/proc/meminfo: memFree=29678880/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=49024 CPUtime=25 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 16438 0 0 0 2496 4 0 0 20 0 1 0 275821653 50200576 11073 33554432000 4194304 4896791 140736053918352 140736053915560 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 12256 11073 77 172 0 12082 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 90160

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10694
/proc/meminfo: memFree=29698488/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=51084 CPUtime=50.59 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 19771 0 0 0 5054 5 0 0 20 0 1 0 275821653 52310016 11730 33554432000 4194304 4896791 140736053918352 140736053915560 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 12771 11730 77 172 0 12597 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 92220

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10697
/proc/meminfo: memFree=29771808/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=62176 CPUtime=101.79 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 24927 0 0 0 10171 8 0 0 20 0 1 0 275821653 63668224 13935 33554432000 4194304 4896791 140736053918352 140736053915560 4203704 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 15544 13935 77 172 0 15370 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103312

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10697
/proc/meminfo: memFree=29745648/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/183 10755
/proc/meminfo: memFree=29636980/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=163488 CPUtime=1361.52 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 60530 0 0 0 136106 46 0 0 20 0 1 0 275821653 167411712 33544 33554432000 4194304 4896791 140736053918352 140736053915560 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 40872 33544 78 172 0 40698 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 204624

[startup+1422.31 s]
/proc/loadavg: 2.01 2.07 2.04 3/183 10755
/proc/meminfo: memFree=29615524/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=165644 CPUtime=1421.51 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 61996 0 0 0 142103 48 0 0 20 0 1 0 275821653 169619456 33010 33554432000 4194304 4896791 140736053918352 140736053914088 4225025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 41411 33010 78 172 0 41237 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 206780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/184 10758
/proc/meminfo: memFree=29633940/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=167448 CPUtime=1481.5 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 63277 0 0 0 148100 50 0 0 20 0 1 0 275821653 171466752 33297 33554432000 4194304 4896791 140736053918352 140736053915880 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 41862 33297 78 172 0 41688 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 208584

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.03 3/184 10782
/proc/meminfo: memFree=29635056/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=138144 CPUtime=1541.49 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 64283 0 0 0 154097 52 0 0 20 0 1 0 275821653 141459456 32813 33554432000 4194304 4896791 140736053918352 140736053915560 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 34536 32813 78 172 0 34362 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 179280

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 2.03 3/183 10782
/proc/meminfo: memFree=29587804/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=170252 CPUtime=1601.47 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 65185 0 0 0 160094 53 0 0 20 0 1 0 275821653 174338048 39421 33554432000 4194304 4896791 140736053918352 140736053915560 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 42563 39421 78 172 0 42389 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 211388

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/183 10782
/proc/meminfo: memFree=29603036/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=170804 CPUtime=1661.46 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 66373 0 0 0 166091 55 0 0 20 0 1 0 275821653 174903296 37043 33554432000 4194304 4896791 140736053918352 140736053915880 4204016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 42701 37043 78 172 0 42527 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 211940

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/183 10782
/proc/meminfo: memFree=29615732/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=140844 CPUtime=1721.45 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 67454 0 0 0 172089 56 0 0 20 0 1 0 275821653 144224256 34255 33554432000 4194304 4896791 140736053918352 140736053915864 4204125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 35211 34255 78 172 0 35037 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 181980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/183 10782
/proc/meminfo: memFree=29566548/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=173028 CPUtime=1781.44 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 68290 0 0 0 178087 57 0 0 20 0 1 0 275821653 177180672 41729 33554432000 4194304 4896791 140736053918352 140736053915560 4203846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 43257 41729 78 172 0 43083 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 214164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.01 4/181 10782
/proc/meminfo: memFree=29624728/32873648 swapFree=7116/7116
[pid=10687] ppid=10685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (runPb2satCp2.sh) S 10685 10687 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275821605 9367552 274 33554432000 4194304 5064252 140734005271344 140734005270256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10687/statm: 2287 274 233 213 0 72 0
[pid=10688] ppid=10687 vsize=22840 CPUtime=0.46 cores=1,3,5,7
/proc/10688/stat : 10688 (pb2sat) S 10687 10687 9063 0 -1 4202496 4416 2240 0 0 33 8 5 0 20 0 1 0 275821605 23388160 4265 33554432000 4194304 5873084 140736009140896 140736009134712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10688/statm: 5710 4265 179 410 0 5292 0
[pid=10693] ppid=10688 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10693/stat : 10693 (satsolver.sh) S 10688 10687 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275821653 9367552 267 33554432000 4194304 5064252 140737201352544 140737201351456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10693/statm: 2287 267 226 213 0 72 0
[pid=10694] ppid=10693 vsize=142344 CPUtime=1799.55 cores=1,3,5,7
/proc/10694/stat : 10694 (glucose_static) R 10693 10687 9063 0 -1 4202496 68776 0 0 0 179897 58 0 0 20 0 1 0 275821653 145760256 33524 33554432000 4194304 4896791 140736053918352 140736053914088 4225361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10694/statm: 35586 33524 78 172 0 35412 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 183480

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.44
CPU time (s): 1800.07
CPU user time (s): 1799.39
CPU system time (s): 0.677896
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 312208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.677896
maximum resident set size= 211588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 28848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145
involuntary context switches= 1852

runsolver used 5.9221 second user time and 18.8391 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 07:35:42
IDJOB=3695158
IDBENCH=72105
IDSOLVER=2273
FILE ID=node114/3695158-1338096942
RUNJOBID= node114-1338088352-9080
PBS_JOBID= 14624459
Free space on /tmp= 71460 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-rand27da90.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695158-1338096942/watcher-3695158-1338096942 -o /tmp/evaluation-result-3695158-1338096942/solver-3695158-1338096942 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695158-1338096942.opb 1595342962 HOME HOME

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

MD5SUM BENCH= a48dca57cfda6cf4188a4a57f992ffd8
RANDOM SEED=1595342962

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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	: 5451.90
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.242
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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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:        29768936 kB
Buffers:          320108 kB
Cached:          1780536 kB
SwapCached:         2148 kB
Active:          1165552 kB
Inactive:        1097100 kB
Active(anon):     156216 kB
Inactive(anon):     7896 kB
Active(file):    1009336 kB
Inactive(file):  1089204 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103872 kB
Dirty:              9380 kB
Writeback:             0 kB
AnonPages:        179524 kB
Mapped:            15212 kB
Shmem:               116 kB
Slab:             701404 kB
SReclaimable:     145520 kB
SUnreclaim:       555884 kB
KernelStack:        1472 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     315556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71436 MiB
End job on node114 at 2012-05-27 08:05:43