Trace number 3696183

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 NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.17 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_4_ic.opb
MD5SUM5ec7149b781e46400e7eef5bed8d1ab6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24098223
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 variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 128787625
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 49475695570
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 128787625
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 49475695570
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

121.53/121.63	c model valid
121.53/121.63	c current solution ok
124.22/124.35	o 439957625
124.22/124.35	c current bound: 219978837
124.22/124.35	c fallback to adder encoding
238.76/238.94	c model valid
238.76/238.94	c current solution ok
238.80/239.02	o 215011817
238.80/239.02	c current bound: 107505933
238.80/239.02	c fallback to adder encoding
1800.12/1800.61	./satsolver.sh: line 5:  5235 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.12/1800.61	c error: unexpected solver exit code
1800.12/1800.61	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-3696183-1338222505/watcher-3696183-1338222505 -o /tmp/evaluation-result-3696183-1338222505/solver-3696183-1338222505 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696183-1338222505.opb 1527832461 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.00 2.00 1.96 2/179 5155
/proc/meminfo: memFree=31295200/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0

[startup+0.023197 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 5155
/proc/meminfo: memFree=31295200/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 5155
/proc/meminfo: memFree=31295200/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 5155
/proc/meminfo: memFree=31295200/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 5155
/proc/meminfo: memFree=31295200/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 5202
/proc/meminfo: memFree=31289916/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=136776 CPUtime=1.48 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) R 5155 5155 4756 0 -1 4202496 12635 0 0 0 143 5 0 0 20 0 1 0 288376265 140058624 26394 33554432000 4194304 5873084 140733777423648 140733777421448 5129975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 34194 26394 166 410 0 33776 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145924

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 5207
/proc/meminfo: memFree=31059680/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 12639 0 0 0 143 9 0 0 20 0 1 0 288376265 105086976 17859 33554432000 4194304 5873084 140733777423648 140733777420072 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 25656 17859 169 410 0 25238 0
[pid=5206] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5206/stat : 5206 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288376418 9367552 267 33554432000 4194304 5064252 140733548399280 140733548398192 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5206/statm: 2287 267 226 213 0 72 0
[pid=5207] ppid=5206 vsize=168188 CPUtime=1.55 cores=1,3,5,7
/proc/5207/stat : 5207 (glucose_static) R 5206 5155 4756 0 -1 4202496 30400 0 0 0 148 7 0 0 20 0 1 0 288376419 172224512 35401 33554432000 4194304 4896791 140734406837424 140734406834632 4225517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 42047 35401 76 172 0 41873 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289108

[startup+6.30045 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 5216
/proc/meminfo: memFree=31055276/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 12639 0 0 0 143 9 0 0 20 0 1 0 288376265 105086976 17859 33554432000 4194304 5873084 140733777423648 140733777420072 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 25656 17859 169 410 0 25238 0
[pid=5206] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5206/stat : 5206 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288376418 9367552 267 33554432000 4194304 5064252 140733548399280 140733548398192 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5206/statm: 2287 267 226 213 0 72 0
[pid=5207] ppid=5206 vsize=168320 CPUtime=4.75 cores=1,3,5,7
/proc/5207/stat : 5207 (glucose_static) R 5206 5155 4756 0 -1 4202496 30651 0 0 0 468 7 0 0 20 0 1 0 288376419 172359680 35651 33554432000 4194304 4896791 140734406837424 140734406834632 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 42080 35651 76 172 0 41906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 289240

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 5216
/proc/meminfo: memFree=31058444/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 12639 0 0 0 143 9 0 0 20 0 1 0 288376265 105086976 17859 33554432000 4194304 5873084 140733777423648 140733777420072 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 25656 17859 169 410 0 25238 0
[pid=5206] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5206/stat : 5206 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288376418 9367552 267 33554432000 4194304 5064252 140733548399280 140733548398192 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5206/statm: 2287 267 226 213 0 72 0
[pid=5207] ppid=5206 vsize=168452 CPUtime=11.15 cores=1,3,5,7
/proc/5207/stat : 5207 (glucose_static) R 5206 5155 4756 0 -1 4202496 31506 0 0 0 1106 9 0 0 20 0 1 0 288376419 172494848 34720 33554432000 4194304 4896791 140734406837424 140734406835000 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 42113 34720 76 172 0 41939 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289372

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 5219
/proc/meminfo: memFree=31049416/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 12639 0 0 0 143 9 0 0 20 0 1 0 288376265 105086976 17859 33554432000 4194304 5873084 140733777423648 140733777420072 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 25656 17859 169 410 0 25238 0
[pid=5206] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5206/stat : 5206 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288376418 9367552 267 33554432000 4194304 5064252 140733548399280 140733548398192 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5206/statm: 2287 267 226 213 0 72 0
[pid=5207] ppid=5206 vsize=187820 CPUtime=23.94 cores=1,3,5,7
/proc/5207/stat : 5207 (glucose_static) R 5206 5155 4756 0 -1 4202496 32029 0 0 0 2385 9 0 0 20 0 1 0 288376419 192327680 38307 33554432000 4194304 4896791 140734406837424 140734406834712 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 46955 38307 76 172 0 46781 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 308740

[startup+51.1005 s]
/proc/loadavg: 2.06 2.02 1.96 3/183 5219
/proc/meminfo: memFree=31046996/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 12639 0 0 0 143 9 0 0 20 0 1 0 288376265 105086976 17859 33554432000 4194304 5873084 140733777423648 140733777420072 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 25656 17859 169 410 0 25238 0
[pid=5206] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5206/stat : 5206 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288376418 9367552 267 33554432000 4194304 5064252 140733548399280 140733548398192 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5206/statm: 2287 267 226 213 0 72 0
[pid=5207] ppid=5206 vsize=188564 CPUtime=49.55 cores=1,3,5,7
/proc/5207/stat : 5207 (glucose_static) R 5206 5155 4756 0 -1 4202496 33519 0 0 0 4942 13 0 0 20 0 1 0 288376419 193089536 38501 33554432000 4194304 4896791 140734406837424 140734406835000 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 47141 38501 76 172 0 46967 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309484

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.96 3/184 5225
/proc/meminfo: memFree=31027648/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 12639 0 0 0 143 9 0 0 20 0 1 0 288376265 105086976 17859 33554432000 4194304 5873084 140733777423648 140733777420072 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5156/statm: 25656 17859 169 410 0 25238 0
[pid=5206] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5206/stat : 5206 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288376418 9367552 267 33554432000 4194304 5064252 140733548399280 140733548398192 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5206/statm: 2287 267 226 213 0 72 0
[pid=5207] ppid=5206 vsize=220796 CPUtime=100.73 cores=1,3,5,7
/proc/5207/stat : 5207 (glucose_static) R 5206 5155 4756 0 -1 4202496 37740 0 0 0 10051 22 0 0 20 0 1 0 288376419 226095104 42460 33554432000 4194304 4896791 140734406837424 140734406834952 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 55199 42460 76 172 0 55025 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 341716

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/183 5229
/proc/meminfo: memFree=30625500/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=276724 CPUtime=125.59 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 20319 40690 0 0 347 248 11932 32 20 0 1 0 288376265 283365376 48782 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 69181 48782 184 410 0 68763 0
[pid=5227] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5227/stat : 5227 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288388832 9367552 267 33554432000 4194304 5064252 140736811411248 140736811410160 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5227/statm: 2287 267 226 213 0 72 0
[pid=5228] ppid=5227 vsize=352028 CPUtime=36.59 cores=1,3,5,7
/proc/5228/stat : 5228 (glucose_static) R 5227 5155 4756 0 -1 4202496 61957 0 0 0 3641 18 0 0 20 0 1 0 288388832 360476672 82024 33554432000 4194304 4896791 140734531943440 140734531940648 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5228/statm: 88007 82024 78 172 0 87833 0
Current children cumulated CPU time (s) 162.18

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5265
/proc/meminfo: memFree=30605388/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=373336 CPUtime=1121.75 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 78313 0 0 0 112127 48 0 0 20 0 1 0 288400294 382296064 87130 33554432000 4194304 4896791 140733579811360 140733579808568 4205054 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 93334 87130 78 172 0 93160 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 674172

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5266
/proc/meminfo: memFree=30594692/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=373832 CPUtime=1181.74 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 78442 0 0 0 118126 48 0 0 20 0 1 0 288400294 382803968 88792 33554432000 4194304 4896791 140733579811360 140733579807032 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 93458 88792 78 172 0 93284 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 674668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5266
/proc/meminfo: memFree=30583376/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=424220 CPUtime=1241.73 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 79730 0 0 0 124124 49 0 0 20 0 1 0 288400294 434401280 90695 33554432000 4194304 4896791 140733579811360 140733579808888 4224827 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 106055 90695 78 172 0 105881 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 725056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5269
/proc/meminfo: memFree=30590852/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=424416 CPUtime=1301.71 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 79933 0 0 0 130122 49 0 0 20 0 1 0 288400294 434601984 92811 33554432000 4194304 4896791 140733579811360 140733579808568 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 106104 92811 78 172 0 105930 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 725252

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 5269
/proc/meminfo: memFree=30604664/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=374980 CPUtime=1361.7 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 80699 0 0 0 136119 51 0 0 20 0 1 0 288400294 383979520 88110 33554432000 4194304 4896791 140733579811360 140733579808888 4203058 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 93745 88110 78 172 0 93571 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 675816

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5269
/proc/meminfo: memFree=30594352/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=425752 CPUtime=1421.69 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 82253 0 0 0 142117 52 0 0 20 0 1 0 288400294 435970048 90127 33554432000 4194304 4896791 140733579811360 140733579808872 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 106438 90127 78 172 0 106264 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 726588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5270
/proc/meminfo: memFree=30579304/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=425856 CPUtime=1481.68 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 82278 0 0 0 148116 52 0 0 20 0 1 0 288400294 436076544 91174 33554432000 4194304 4896791 140733579811360 140733579808888 4205629 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 106464 91174 78 172 0 106290 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 726692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5270
/proc/meminfo: memFree=30582812/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=376888 CPUtime=1541.68 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 83291 0 0 0 154113 55 0 0 20 0 1 0 288400294 385933312 89632 33554432000 4194304 4896791 140733579811360 140733579809000 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 94222 89632 78 172 0 94048 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 677724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5273
/proc/meminfo: memFree=30602532/32873844 swapFree=7112/7112
[pid=5155] ppid=5153 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (runPb2sat.sh) S 5153 5155 4756 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288376265 9367552 275 33554432000 4194304 5064252 140733565007296 140733565006208 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5155/statm: 2287 275 233 213 0 72 0
[pid=5156] ppid=5155 vsize=282540 CPUtime=240.13 cores=1,3,5,7
/proc/5156/stat : 5156 (pb2sat) S 5155 5155 4756 0 -1 4202496 29858 105860 0 0 506 265 23179 63 20 0 1 0 288376265 289320960 49724 33554432000 4194304 5873084 140733777423648 140733777417464 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5156/statm: 70635 49724 184 410 0 70217 0
[pid=5234] ppid=5156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5234/stat : 5234 (satsolver.sh) S 5156 5155 4756 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288400293 9367552 267 33554432000 4194304 5064252 140734947065648 140734947064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5234/statm: 2287 267 226 213 0 72 0
[pid=5235] ppid=5234 vsize=376888 CPUtime=1559.99 cores=1,3,5,7
/proc/5235/stat : 5235 (glucose_static) R 5234 5155 4756 0 -1 4202496 83291 0 0 0 155944 55 0 0 20 0 1 0 288400294 385933312 89632 33554432000 4194304 4896791 140733579811360 140733579809000 4223822 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5235/statm: 94222 89632 78 172 0 94048 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 677724

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.62
CPU time (s): 1800.17
CPU user time (s): 1796.31
CPU system time (s): 3.85841
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 807072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.31
system time used= 3.85841
maximum resident set size= 466452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 606504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237
involuntary context switches= 2045

runsolver used 2.89156 second user time and 8.58669 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 18:28:26
IDJOB=3696183
IDBENCH=92789
IDSOLVER=2274
FILE ID=node119/3696183-1338222505
RUNJOBID= node119-1338217103-4773
PBS_JOBID= 14624617
Free space on /tmp= 71584 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_4_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696183-1338222505/watcher-3696183-1338222505 -o /tmp/evaluation-result-3696183-1338222505/solver-3696183-1338222505 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696183-1338222505.opb 1527832461 HOME HOME

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

MD5SUM BENCH= 5ec7149b781e46400e7eef5bed8d1ab6
RANDOM SEED=1527832461

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31295200 kB
Buffers:          327360 kB
Cached:           394436 kB
SwapCached:         1840 kB
Active:           608448 kB
Inactive:         170540 kB
Active(anon):      57404 kB
Inactive(anon):     2068 kB
Active(file):     551044 kB
Inactive(file):   168472 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:             20596 kB
Writeback:             0 kB
AnonPages:         97608 kB
Mapped:            12676 kB
Shmem:                 8 kB
Slab:             659764 kB
SReclaimable:     101888 kB
SUnreclaim:       557876 kB
KernelStack:        1520 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     183352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71436 MiB
End job on node119 at 2012-05-28 18:58:27