Trace number 3696242

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.08 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_3_mh.opb
MD5SUMcf07fc1cad99b0f245ba698ecbf7dcb2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4911296
Best CPU time to get the best result obtained on this benchmark29.7485
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 68921000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3789091617
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 68921000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3789091617
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.17	c model valid
0.00/0.17	c current solution ok
0.00/0.34	o 357591990
0.00/0.34	c current bound: 178796002
0.00/0.34	c fallback to adder encoding
25.27/25.34	c model valid
25.27/25.34	c current solution ok
25.27/25.36	o 118925677
25.27/25.36	c current bound: 59462846
25.27/25.36	c fallback to adder encoding
239.62/239.79	c model valid
239.62/239.79	c current solution ok
239.73/239.81	o 49234388
239.73/239.81	c current bound: 24617201
239.73/239.81	c fallback to adder encoding
652.35/652.50	c model valid
652.35/652.50	c current solution ok
652.35/652.52	o 23536279
652.35/652.52	c current bound: 11768147
652.35/652.52	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5: 14901 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3696242-1338152085/watcher-3696242-1338152085 -o /tmp/evaluation-result-3696242-1338152085/solver-3696242-1338152085 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696242-1338152085.opb 283374967 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.08 2.03 2.00 3/177 14855
/proc/meminfo: memFree=30920452/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0

[startup+0.0833769 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 14855
/proc/meminfo: memFree=30920452/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100353 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 14855
/proc/meminfo: memFree=30920452/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 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.08 2.03 2.00 3/177 14855
/proc/meminfo: memFree=30920452/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700316 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 14855
/proc/meminfo: memFree=30920452/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/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.08 2.03 2.00 3/179 14860
/proc/meminfo: memFree=30496280/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=77696 CPUtime=1 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 7081 4097 0 0 70 24 5 1 20 0 1 0 281337097 79560704 12637 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 19424 12637 183 410 0 19006 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 86844

[startup+3.10031 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 14860
/proc/meminfo: memFree=30496280/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=77696 CPUtime=1 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 7081 4097 0 0 70 24 5 1 20 0 1 0 281337097 79560704 12637 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 19424 12637 183 410 0 19006 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 86844
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 2.23 2.06 2.01 3/183 14864
/proc/meminfo: memFree=29995484/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=77696 CPUtime=1 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 7081 4097 0 0 70 24 5 1 20 0 1 0 281337097 79560704 12637 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 19424 12637 183 410 0 19006 0
[pid=14861] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14861/stat : 14861 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281337200 9367552 267 33554432000 4194304 5064252 140735390032480 140735390031392 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14861/statm: 2287 267 226 213 0 72 0
[pid=14862] ppid=14861 vsize=123700 CPUtime=5.26 cores=1,3,5,7
/proc/14862/stat : 14862 (glucose_static) R 14861 14855 12687 0 -1 4202496 24396 0 0 0 521 5 0 0 20 0 1 0 281337200 126668800 27648 33554432000 4194304 4896791 140733400854064 140733400851272 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14862/statm: 30925 27648 78 172 0 30751 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 219692

[startup+12.7004 s]
/proc/loadavg: 2.27 2.07 2.02 3/183 14864
/proc/meminfo: memFree=29994564/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=77696 CPUtime=1 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 7081 4097 0 0 70 24 5 1 20 0 1 0 281337097 79560704 12637 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 19424 12637 183 410 0 19006 0
[pid=14861] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14861/stat : 14861 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 281337200 9367552 267 33554432000 4194304 5064252 140735390032480 140735390031392 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14861/statm: 2287 267 226 213 0 72 0
[pid=14862] ppid=14861 vsize=124636 CPUtime=11.66 cores=1,3,5,7
/proc/14862/stat : 14862 (glucose_static) R 14861 14855 12687 0 -1 4202496 24644 0 0 0 1161 5 0 0 20 0 1 0 281337200 127627264 27895 33554432000 4194304 4896791 140733400854064 140733400851384 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14862/statm: 31159 27895 78 172 0 30985 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 220628

[startup+25.5003 s]
/proc/loadavg: 2.23 2.07 2.02 3/183 14864
/proc/meminfo: memFree=29998724/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=44036 CPUtime=25.47 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) R 14855 14855 12687 0 -1 4202496 11775 30145 0 0 87 25 2426 9 20 0 1 0 281337097 45092864 7635 33554432000 4194304 5873084 140733730515296 140733730510872 4996539 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 11009 7635 183 410 0 10591 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53184

[startup+51.1004 s]
/proc/loadavg: 2.15 2.06 2.02 3/183 14867
/proc/meminfo: memFree=29975624/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=109572 CPUtime=25.95 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 13648 30145 0 0 128 32 2426 9 20 0 1 0 281337097 112201728 19582 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 27393 19582 183 410 0 26975 0
[pid=14866] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14866/stat : 14866 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281339696 9367552 267 33554432000 4194304 5064252 140736158392912 140736158391824 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14866/statm: 2287 267 226 213 0 72 0
[pid=14867] ppid=14866 vsize=119480 CPUtime=25.1 cores=1,3,5,7
/proc/14867/stat : 14867 (glucose_static) R 14866 14855 12687 0 -1 4202496 23005 0 0 0 2503 7 0 0 20 0 1 0 281339696 122347520 26242 33554432000 4194304 4896791 140737473304464 140737473301976 4205066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14867/statm: 29870 26242 78 172 0 29696 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 247348

[startup+102.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/183 14867
/proc/meminfo: memFree=29972028/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=109572 CPUtime=25.95 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 13648 30145 0 0 128 32 2426 9 20 0 1 0 281337097 112201728 19582 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 27393 19582 183 410 0 26975 0
[pid=14866] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14866/stat : 14866 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281339696 9367552 267 33554432000 4194304 5064252 140736158392912 140736158391824 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14866/statm: 2287 267 226 213 0 72 0
[pid=14867] ppid=14866 vsize=121092 CPUtime=76.29 cores=1,3,5,7
/proc/14867/stat : 14867 (glucose_static) R 14866 14855 12687 0 -1 4202496 24319 0 0 0 7621 8 0 0 20 0 1 0 281339696 123998208 25906 33554432000 4194304 4896791 140737473304464 140737473301672 4204069 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14867/statm: 30273 25906 78 172 0 30099 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 248960

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 14867
/proc/meminfo: memFree=29958752/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=109572 CPUtime=25.95 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 13648 30145 0 0 128 32 2426 9 20 0 1 0 281337097 112201728 19582 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 27393 19582 183 410 0 26975 0
[pid=14866] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14866/stat : 14866 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281339696 9367552 267 33554432000 4194304 5064252 140736158392912 140736158391824 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14866/statm: 2287 267 226 213 0 72 0
[pid=14867] ppid=14866 vsize=122284 CPUtime=136.28 cores=1,3,5,7
/proc/14867/stat : 14867 (glucose_static) R 14866 14855 12687 0 -1 4202496 24618 0 0 0 13619 9 0 0 20 0 1 0 281339696 125218816 27227 33554432000 4194304 4896791 140737473304464 140737473301672 4225514 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14867/statm: 30571 27227 78 172 0 30397 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 250152

[startup+222.307 s]
/proc/loadavg: 2.02 2.05 2.01 3/183 14868
/proc/meminfo: memFree=29957328/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=109572 CPUtime=25.95 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 13648 30145 0 0 128 32 2426 9 20 0 1 0 281337097 112201728 19582 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 27393 19582 183 410 0 26975 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14907
/proc/meminfo: memFree=29929440/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=124124 CPUtime=709.1 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 50565 0 0 0 70892 18 0 0 20 0 1 0 281402403 127102976 27769 33554432000 4194304 4896791 140734215436560 140734215433768 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 31031 27769 78 172 0 30857 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 219224

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14907
/proc/meminfo: memFree=29929192/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=124772 CPUtime=769.09 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 50835 0 0 0 76891 18 0 0 20 0 1 0 281402403 127766528 27564 33554432000 4194304 4896791 140734215436560 140734215433768 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 31193 27564 78 172 0 31019 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 219872

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14908
/proc/meminfo: memFree=29920692/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=125992 CPUtime=829.08 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 51139 0 0 0 82889 19 0 0 20 0 1 0 281402403 129015808 28890 33554432000 4194304 4896791 140734215436560 140734215433768 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 31498 28890 78 172 0 31324 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 221092

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14911
/proc/meminfo: memFree=29919192/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=126900 CPUtime=889.08 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 51857 0 0 0 88889 19 0 0 20 0 1 0 281402403 129945600 27894 33554432000 4194304 4896791 140734215436560 140734215433768 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 31725 27894 78 172 0 31551 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 222000

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 14911
/proc/meminfo: memFree=29909460/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=127412 CPUtime=949.06 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 52073 0 0 0 94887 19 0 0 20 0 1 0 281402403 130469888 29130 33554432000 4194304 4896791 140734215436560 140734215433848 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 31853 29130 78 172 0 31679 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 222512

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 14911
/proc/meminfo: memFree=29907784/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=128220 CPUtime=1009.05 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 52593 0 0 0 100885 20 0 0 20 0 1 0 281402403 131297280 28381 33554432000 4194304 4896791 140734215436560 140734215433848 4224722 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 32055 28381 78 172 0 31881 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 223320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14911
/proc/meminfo: memFree=29898284/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=129228 CPUtime=1069.05 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 53294 0 0 0 106884 21 0 0 20 0 1 0 281402403 132329472 29015 33554432000 4194304 4896791 140734215436560 140734215433768 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 32307 29015 78 172 0 32133 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 224328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14912
/proc/meminfo: memFree=29893320/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=130300 CPUtime=1129.04 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 56004 0 0 0 112882 22 0 0 20 0 1 0 281402403 133427200 28908 33554432000 4194304 4896791 140734215436560 140734215431640 4225108 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 32575 28908 78 172 0 32401 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 225400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14952
/proc/meminfo: memFree=30814800/32873844 swapFree=7108/7108
[pid=14855] ppid=14853 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14855/stat : 14855 (runPb2sat.sh) S 14853 14855 12687 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 281337097 9367552 275 33554432000 4194304 5064252 140735383115488 140735383114400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14855/statm: 2287 275 233 213 0 72 0
[pid=14856] ppid=14855 vsize=76804 CPUtime=652.9 cores=1,3,5,7
/proc/14856/stat : 14856 (pb2sat) S 14855 14855 12687 0 -1 4202496 25606 85924 0 0 237 44 64976 33 20 0 1 0 281337097 78647296 18558 33554432000 4194304 5873084 140733730515296 140733730509112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14856/statm: 19201 18558 183 410 0 18783 0
[pid=14900] ppid=14856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14900/stat : 14900 (satsolver.sh) S 14856 14855 12687 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281402403 9367552 267 33554432000 4194304 5064252 140734691479568 140734691478480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14900/statm: 2287 267 226 213 0 72 0
[pid=14901] ppid=14900 vsize=130572 CPUtime=1147.14 cores=1,3,5,7
/proc/14901/stat : 14901 (glucose_static) R 14900 14855 12687 0 -1 4202496 57367 0 0 0 114692 22 0 0 20 0 1 0 281402403 133705728 29488 33554432000 4194304 4896791 140734215436560 140734215434072 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14901/statm: 32643 29488 78 172 0 32469 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 225672

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.06
CPU system time (s): 1.01484
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 279180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.01484
maximum resident set size= 142312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 308808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118
involuntary context switches= 2055

runsolver used 9.61554 second user time and 19.644 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 22:54:45
IDJOB=3696242
IDBENCH=92714
IDSOLVER=2274
FILE ID=node103/3696242-1338152085
RUNJOBID= node103-1338123204-12704
PBS_JOBID= 14624497
Free space on /tmp= 71548 MiB

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

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

MD5SUM BENCH= cf07fc1cad99b0f245ba698ecbf7dcb2
RANDOM SEED=283374967

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        30922392 kB
Buffers:          341032 kB
Cached:           597364 kB
SwapCached:         4508 kB
Active:           781028 kB
Inactive:         333408 kB
Active(anon):     171964 kB
Inactive(anon):     6220 kB
Active(file):     609064 kB
Inactive(file):   327188 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099564 kB
Dirty:             37768 kB
Writeback:             0 kB
AnonPages:        271864 kB
Mapped:            12364 kB
Shmem:                 8 kB
Slab:             694976 kB
SReclaimable:     137152 kB
SUnreclaim:       557824 kB
KernelStack:        1496 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     300820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71496 MiB
End job on node103 at 2012-05-27 23:24:46