Trace number 3696185

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.42 1800.81

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_6_ic.opb
MD5SUMb4594275dd418145ecf4ec914c196844
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23421403
Best CPU time to get the best result obtained on this benchmark1800.02
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 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 53555449284
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 53555449284
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.74/121.86	c model valid
121.74/121.86	c current solution ok
124.29/124.41	o 207372575
124.29/124.41	c current bound: 103686312
124.29/124.41	c fallback to adder encoding
611.82/612.08	c model valid
611.82/612.08	c current solution ok
611.92/612.16	o 100422463
611.92/612.16	c current bound: 50211256
611.92/612.16	c fallback to adder encoding
1800.08/1800.80	./satsolver.sh: line 5: 21707 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.80	c error: unexpected solver exit code
1800.08/1800.80	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-3696185-1338189328/watcher-3696185-1338189328 -o /tmp/evaluation-result-3696185-1338189328/solver-3696185-1338189328 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696185-1338189328.opb 1102977445 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 2.00 3/181 21666
/proc/meminfo: memFree=27629284/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0

[startup+0.021692 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21666
/proc/meminfo: memFree=27629284/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21666
/proc/meminfo: memFree=27629284/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21666
/proc/meminfo: memFree=27629284/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700209 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21666
/proc/meminfo: memFree=27629284/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/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 2.00 3/183 21668
/proc/meminfo: memFree=27611944/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=136784 CPUtime=1.48 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) R 21666 21666 17634 0 -1 4202496 13468 0 0 0 144 4 0 0 20 0 1 0 285058226 140066816 26206 33554432000 4194304 5873084 140733638219440 140733638215528 5129975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 34196 26206 166 410 0 33778 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145932

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21670
/proc/meminfo: memFree=27385904/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 13472 0 0 0 144 8 0 0 20 0 1 0 285058226 105095168 17671 33554432000 4194304 5873084 140733638219440 140733638215864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 25658 17671 169 410 0 25240 0
[pid=21669] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21669/stat : 21669 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285058379 9367552 266 33554432000 4194304 5064252 140734056264224 140734056263136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21669/statm: 2287 266 226 213 0 72 0
[pid=21670] ppid=21669 vsize=168188 CPUtime=1.55 cores=1,3,5,7
/proc/21670/stat : 21670 (glucose_static) R 21669 21666 17634 0 -1 4202496 30308 0 0 0 148 7 0 0 20 0 1 0 285058380 172224512 36256 33554432000 4194304 4896791 140734993667648 140734993664856 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21670/statm: 42047 36256 76 172 0 41873 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289116

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21670
/proc/meminfo: memFree=27378200/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 13472 0 0 0 144 8 0 0 20 0 1 0 285058226 105095168 17671 33554432000 4194304 5873084 140733638219440 140733638215864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 25658 17671 169 410 0 25240 0
[pid=21669] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21669/stat : 21669 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285058379 9367552 266 33554432000 4194304 5064252 140734056264224 140734056263136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21669/statm: 2287 266 226 213 0 72 0
[pid=21670] ppid=21669 vsize=168320 CPUtime=4.75 cores=1,3,5,7
/proc/21670/stat : 21670 (glucose_static) R 21669 21666 17634 0 -1 4202496 30350 0 0 0 468 7 0 0 20 0 1 0 285058380 172359680 36298 33554432000 4194304 4896791 140734993667648 140734993664856 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21670/statm: 42080 36298 76 172 0 41906 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 289248

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21670
/proc/meminfo: memFree=27381872/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 13472 0 0 0 144 8 0 0 20 0 1 0 285058226 105095168 17671 33554432000 4194304 5873084 140733638219440 140733638215864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 25658 17671 169 410 0 25240 0
[pid=21669] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21669/stat : 21669 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285058379 9367552 266 33554432000 4194304 5064252 140734056264224 140734056263136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21669/statm: 2287 266 226 213 0 72 0
[pid=21670] ppid=21669 vsize=168452 CPUtime=11.14 cores=1,3,5,7
/proc/21670/stat : 21670 (glucose_static) R 21669 21666 17634 0 -1 4202496 30857 0 0 0 1107 7 0 0 20 0 1 0 285058380 172494848 35626 33554432000 4194304 4896791 140734993667648 140734993665224 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21670/statm: 42113 35626 76 172 0 41939 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 289380

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21673
/proc/meminfo: memFree=27369332/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 13472 0 0 0 144 8 0 0 20 0 1 0 285058226 105095168 17671 33554432000 4194304 5873084 140733638219440 140733638215864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 25658 17671 169 410 0 25240 0
[pid=21669] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21669/stat : 21669 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285058379 9367552 266 33554432000 4194304 5064252 140734056264224 140734056263136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21669/statm: 2287 266 226 213 0 72 0
[pid=21670] ppid=21669 vsize=187820 CPUtime=23.94 cores=1,3,5,7
/proc/21670/stat : 21670 (glucose_static) R 21669 21666 17634 0 -1 4202496 31379 0 0 0 2386 8 0 0 20 0 1 0 285058380 192327680 38701 33554432000 4194304 4896791 140734993667648 140734993664936 4225134 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21670/statm: 46955 38701 76 172 0 46781 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 308748

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21676
/proc/meminfo: memFree=27368028/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 13472 0 0 0 144 8 0 0 20 0 1 0 285058226 105095168 17671 33554432000 4194304 5873084 140733638219440 140733638215864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 25658 17671 169 410 0 25240 0
[pid=21669] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21669/stat : 21669 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285058379 9367552 266 33554432000 4194304 5064252 140734056264224 140734056263136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21669/statm: 2287 266 226 213 0 72 0
[pid=21670] ppid=21669 vsize=188564 CPUtime=49.54 cores=1,3,5,7
/proc/21670/stat : 21670 (glucose_static) R 21669 21666 17634 0 -1 4202496 32584 0 0 0 4943 11 0 0 20 0 1 0 285058380 193089536 38895 33554432000 4194304 4896791 140734993667648 140734993665224 4225171 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21670/statm: 47141 38895 76 172 0 46967 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 309492

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21676
/proc/meminfo: memFree=27346132/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 13472 0 0 0 144 8 0 0 20 0 1 0 285058226 105095168 17671 33554432000 4194304 5873084 140733638219440 140733638215864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 25658 17671 169 410 0 25240 0
[pid=21669] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21669/stat : 21669 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285058379 9367552 266 33554432000 4194304 5064252 140734056264224 140734056263136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21669/statm: 2287 266 226 213 0 72 0
[pid=21670] ppid=21669 vsize=220796 CPUtime=100.73 cores=1,3,5,7
/proc/21670/stat : 21670 (glucose_static) R 21669 21666 17634 0 -1 4202496 36429 0 0 0 10053 20 0 0 20 0 1 0 285058380 226095104 42854 33554432000 4194304 4896791 140734993667648 140734993665176 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21670/statm: 55199 42854 76 172 0 55025 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 341724

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 21682
/proc/meminfo: memFree=26965808/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=276476 CPUtime=125.62 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 21597 39356 0 0 340 235 11956 31 20 0 1 0 285058226 283111424 47829 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21667/statm: 69119 47829 184 410 0 68701 0
[pid=21678] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21678/stat : 21678 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285070793 9367552 267 33554432000 4194304 5064252 140736448957648 140736448956560 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21678/statm: 2287 267 226 213 0 72 0
[pid=21679] ppid=21678 vsize=351456 CPUtime=36.59 cores=1,3,5,7
/proc/21679/stat : 21679 (glucose_static) R 21678 21666 17634 0 -1 4202496 58222 0 0 0 3639 20 0 0 20 0 1 0 285070793 359890944 80997 33554432000 4194304 4896791 140734298333584 140734298330792 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21679/statm: 87864 80997 78 172 0 87690 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 21731
/proc/meminfo: memFree=26971336/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=355652 CPUtime=808.78 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 90275 0 0 0 80845 33 0 0 20 0 1 0 285119560 364187648 79223 33554432000 4194304 4896791 140733893952304 140733893949880 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 88913 79223 78 172 0 88739 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 656496

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/186 21734
/proc/meminfo: memFree=26962596/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=357404 CPUtime=868.76 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 92334 0 0 0 86843 33 0 0 20 0 1 0 285119560 365981696 81672 33554432000 4194304 4896791 140733893952304 140733893949672 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 89351 81672 78 172 0 89177 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 658248

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/185 21738
/proc/meminfo: memFree=26960868/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=357592 CPUtime=928.75 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 94335 0 0 0 92841 34 0 0 20 0 1 0 285119560 366174208 83336 33554432000 4194304 4896791 140733893952304 140733893949944 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 89398 83336 78 172 0 89224 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 658436

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 21741
/proc/meminfo: memFree=26950184/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=408244 CPUtime=988.74 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 95638 0 0 0 98839 35 0 0 20 0 1 0 285119560 418041856 84762 33554432000 4194304 4896791 140733893952304 140733893949944 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 102061 84762 78 172 0 101887 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 709088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 21744
/proc/meminfo: memFree=26955176/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=408496 CPUtime=1048.74 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 97242 0 0 0 104838 36 0 0 20 0 1 0 285119560 418299904 85313 33554432000 4194304 4896791 140733893952304 140733893949832 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 102124 85313 78 172 0 101950 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 709340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21747
/proc/meminfo: memFree=26978168/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=359272 CPUtime=1108.71 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 98158 0 0 0 110834 37 0 0 20 0 1 0 285119560 367894528 80127 33554432000 4194304 4896791 140733893952304 140733893949880 4205054 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 89818 80127 78 172 0 89644 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 660116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21747
/proc/meminfo: memFree=26970272/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=359404 CPUtime=1168.7 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 98194 0 0 0 116833 37 0 0 20 0 1 0 285119560 368029696 80674 33554432000 4194304 4896791 140733893952304 140733893949512 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 89851 80674 78 172 0 89677 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 660248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/185 21798
/proc/meminfo: memFree=26968008/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=359536 CPUtime=1186.91 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 98216 0 0 0 118654 37 0 0 20 0 1 0 285119560 368164864 81207 33554432000 4194304 4896791 140733893952304 140733893949592 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 89884 81207 78 172 0 89710 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 660380

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/185 21798
/proc/meminfo: memFree=26968008/32873844 swapFree=7124/7124
[pid=21666] ppid=21664 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21666/stat : 21666 (runPb2sat.sh) S 21664 21666 17634 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285058225 9367552 275 33554432000 4194304 5064252 140737429025520 140737429024432 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21666/statm: 2287 275 233 213 0 72 0
[pid=21667] ppid=21666 vsize=282548 CPUtime=613.17 cores=1,3,5,7
/proc/21667/stat : 21667 (pb2sat) S 21666 21666 17634 0 -1 4202496 32079 106521 0 0 491 251 60504 71 20 0 1 0 285058226 289329152 47811 33554432000 4194304 5873084 140733638219440 140733638213256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21667/statm: 70637 47811 184 410 0 70219 0
[pid=21706] ppid=21667 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (satsolver.sh) S 21667 21666 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285119560 9367552 266 33554432000 4194304 5064252 140736694743728 140736694742640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21706/statm: 2287 266 226 213 0 72 0
[pid=21707] ppid=21706 vsize=359536 CPUtime=1186.91 cores=1,3,5,7
/proc/21707/stat : 21707 (glucose_static) R 21706 21666 17634 0 -1 4202496 98216 0 0 0 118654 37 0 0 20 0 1 0 285119560 368164864 81207 33554432000 4194304 4896791 140733893952304 140733893949592 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21707/statm: 89884 81207 78 172 0 89710 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 660380

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.42
CPU user time (s): 1796.8
CPU system time (s): 3.61445
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 790344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.8
system time used= 3.61445
maximum resident set size= 422760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 588096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215
involuntary context switches= 1872

runsolver used 3.10753 second user time and 8.41472 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 09:15:28
IDJOB=3696185
IDBENCH=92780
IDSOLVER=2274
FILE ID=node134/3696185-1338189328
RUNJOBID= node134-1338158703-17652
PBS_JOBID= 14624546
Free space on /tmp= 70988 MiB

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

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

MD5SUM BENCH= b4594275dd418145ecf4ec914c196844
RANDOM SEED=1102977445

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27629920 kB
Buffers:          443916 kB
Cached:          3896532 kB
SwapCached:            0 kB
Active:          1651464 kB
Inactive:        2733832 kB
Active(anon):      40876 kB
Inactive(anon):     5996 kB
Active(file):    1610588 kB
Inactive(file):  2727836 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             34584 kB
Writeback:             0 kB
AnonPages:        123332 kB
Mapped:            15348 kB
Shmem:               212 kB
Slab:             718724 kB
SReclaimable:     159644 kB
SUnreclaim:       559080 kB
KernelStack:        1528 kB
PageTables:         3796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     164260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 70840 MiB
End job on node134 at 2012-05-28 09:45:29