Trace number 3694551

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
pb2satCp2 2012-05-19? (TO) 1800.1 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_5.opb
MD5SUM2c2d9ba6f4bdaebbae04c4ec95210420
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4494319
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 89969826346
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 89969826346
Number of bits of the biggest sum of numbers37
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

1.68/1.79	c model valid
1.68/1.79	c current solution ok
2.78/2.88	o 146404409
2.78/2.88	c fallback to adder encoding
27.37/27.43	c model valid
27.37/27.43	c current solution ok
27.37/27.47	o 82522865
27.37/27.47	c fallback to adder encoding
155.05/155.11	c model valid
155.05/155.11	c current solution ok
155.05/155.15	o 38738509
155.05/155.15	c fallback to adder encoding
527.62/527.89	c model valid
527.62/527.89	c current solution ok
527.74/527.93	o 36812711
527.74/527.93	c fallback to adder encoding
620.00/620.29	c model valid
620.00/620.29	c current solution ok
620.11/620.33	o 27156875
620.11/620.33	c fallback to adder encoding
688.75/689.01	c model valid
688.75/689.01	c current solution ok
688.75/689.05	o 15696879
688.75/689.05	c fallback to adder encoding
872.09/872.41	c model valid
872.09/872.41	c current solution ok
872.09/872.45	o 10240145
872.09/872.45	c fallback to adder encoding
967.09/967.40	c model valid
967.09/967.40	c current solution ok
967.09/967.44	o 8410939
967.09/967.44	c fallback to adder encoding
1740.11/1740.66	c model valid
1740.11/1740.66	c current solution ok
1740.17/1740.70	o 7313833
1740.17/1740.70	c fallback to adder encoding
1800.10/1800.61	c error: unexpected solver exit code
1800.10/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-3694551-1338222098/watcher-3694551-1338222098 -o /tmp/evaluation-result-3694551-1338222098/solver-3694551-1338222098 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694551-1338222098.opb 1367296988 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 12918
/proc/meminfo: memFree=27917168/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0

[startup+0.0884831 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 12918
/proc/meminfo: memFree=27917168/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 12918
/proc/meminfo: memFree=27917168/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/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: 1.92 1.98 1.99 2/178 12918
/proc/meminfo: memFree=27917168/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 12918
/proc/meminfo: memFree=27917168/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 12922
/proc/meminfo: memFree=27800188/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=30472 CPUtime=0.33 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 6013 0 0 0 31 2 0 0 20 0 1 0 288335674 31203328 6539 33554432000 4194304 5873084 140737400790048 140737400786472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 7618 6539 169 410 0 7200 0
[pid=12921] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12921/stat : 12921 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288335708 9367552 267 33554432000 4194304 5064252 140733585897552 140733585896464 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12921/statm: 2287 267 226 213 0 72 0
[pid=12922] ppid=12921 vsize=85824 CPUtime=1.15 cores=0,2,4,6
/proc/12922/stat : 12922 (glucose_static) R 12921 12918 12080 0 -1 4202496 17410 0 0 0 112 3 0 0 20 0 1 0 288335708 87883776 18278 33554432000 4194304 4896791 140737098020688 140737098017992 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12922/statm: 21456 18278 78 172 0 21282 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 134592

[startup+3.10027 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 12922
/proc/meminfo: memFree=27853324/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=75040 CPUtime=3.08 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) R 12918 12918 12080 0 -1 4202496 12715 18742 0 0 74 92 136 6 20 0 1 0 288335674 76840960 16908 33554432000 4194304 5873084 140737400790048 140737400784072 4664146 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 18760 16908 183 410 0 18342 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84188

[startup+6.30051 s]
/proc/loadavg: 2.01 2.00 2.00 2/175 12953
/proc/meminfo: memFree=28380280/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=189728 CPUtime=4.5 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 15071 18742 0 0 198 110 136 6 20 0 1 0 288335674 194281472 39436 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 47432 39436 183 410 0 47014 0
[pid=12925] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12925/stat : 12925 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288336125 9367552 267 33554432000 4194304 5064252 140733358527504 140733358526416 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12925/statm: 2287 267 226 213 0 72 0
[pid=12926] ppid=12925 vsize=347120 CPUtime=1.76 cores=0,2,4,6
/proc/12926/stat : 12926 (glucose_static) R 12925 12918 12080 0 -1 4202496 57422 0 0 0 158 18 0 0 20 0 1 0 288336126 355450880 76025 33554432000 4194304 4896791 140737098217440 140737097166184 4401607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12926/statm: 86780 76026 76 172 0 86606 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 555144

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12971
/proc/meminfo: memFree=27813976/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=189728 CPUtime=4.5 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 15071 18742 0 0 198 110 136 6 20 0 1 0 288335674 194281472 39436 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 47432 39436 183 410 0 47014 0
[pid=12925] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12925/stat : 12925 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288336125 9367552 267 33554432000 4194304 5064252 140733358527504 140733358526416 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12925/statm: 2287 267 226 213 0 72 0
[pid=12926] ppid=12925 vsize=352964 CPUtime=8.16 cores=0,2,4,6
/proc/12926/stat : 12926 (glucose_static) R 12925 12918 12080 0 -1 4202496 58985 0 0 0 798 18 0 0 20 0 1 0 288336126 361435136 78029 33554432000 4194304 4896791 140737098217440 140737098214648 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12926/statm: 88241 78029 78 172 0 88067 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 560988

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12974
/proc/meminfo: memFree=27641516/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=189728 CPUtime=4.5 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 15071 18742 0 0 198 110 136 6 20 0 1 0 288335674 194281472 39436 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 47432 39436 183 410 0 47014 0
[pid=12925] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12925/stat : 12925 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288336125 9367552 267 33554432000 4194304 5064252 140733358527504 140733358526416 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12925/statm: 2287 267 226 213 0 72 0
[pid=12926] ppid=12925 vsize=353640 CPUtime=20.96 cores=0,2,4,6
/proc/12926/stat : 12926 (glucose_static) R 12925 12918 12080 0 -1 4202496 59155 0 0 0 2078 18 0 0 20 0 1 0 288336126 362127360 78710 33554432000 4194304 4896791 140737098217440 140737098214760 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12926/statm: 88410 78710 78 172 0 88236 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 561664

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12977
/proc/meminfo: memFree=27618440/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=214604 CPUtime=29.01 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 27394 79349 0 0 346 127 2396 32 20 0 1 0 288335674 219754496 44632 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 53651 44632 184 410 0 53233 0
[pid=12976] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12976/stat : 12976 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288338578 9367552 267 33554432000 4194304 5064252 140734807936464 140734807935376 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12976/statm: 2287 267 226 213 0 72 0
[pid=12977] ppid=12976 vsize=350092 CPUtime=22.04 cores=0,2,4,6
/proc/12977/stat : 12977 (glucose_static) R 12976 12918 12080 0 -1 4202496 57399 0 0 0 2186 18 0 0 20 0 1 0 288338578 358494208 78759 33554432000 4194304 4896791 140735900062384 140735900059960 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 87523 78759 78 172 0 87349 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 582992

[startup+102.307 s]
/proc/loadavg: 2.14 2.03 2.01 3/183 12983
/proc/meminfo: memFree=27640016/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=214604 CPUtime=29.01 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 27394 79349 0 0 346 127 2396 32 20 0 1 0 288335674 219754496 44632 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 53651 44632 184 410 0 53233 0
[pid=12976] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12976/stat : 12976 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288338578 9367552 267 33554432000 4194304 5064252 140734807936464 140734807935376 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12976/statm: 2287 267 226 213 0 72 0
[pid=12977] ppid=12976 vsize=353920 CPUtime=73.23 cores=0,2,4,6
/proc/12977/stat : 12977 (glucose_static) R 12976 12918 12080 0 -1 4202496 61853 0 0 0 7297 26 0 0 20 0 1 0 288338578 362414080 79232 33554432000 4194304 4896791 140735900062384 140735900059592 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 88480 79232 78 172 0 88306 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 586820

[startup+162.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 12995
/proc/meminfo: memFree=27793552/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=214604 CPUtime=156.5 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 39179 145088 0 0 479 143 14961 67 20 0 1 0 288335674 219754496 42072 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12919/statm: 53651 42072 184 410 0 53233 0
[pid=12994] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12994/stat : 12994 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288351329 9367552 266 33554432000 4194304 5064252 140733767168208 140733767167120 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12994/statm: 2287 266 226 213 0 72 0
[pid=12995] ppid=12994 vsize=333584 CPUtime=5.72 cores=0,2,4,6
/proc/12995/stat : 12995 (glucose_static) R 12994 12918 12080 0 -1 4202496 55684 0 0 0 558 14 0 0 20 0 1 0 288351330 341590016 69717 33554432000 4194304 4896791 140736649043760 140736649041400 4204939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12995/statm: 83396 69717 78 172 0 83222 0
Current children cumulated CPU time (s) 162.22

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

/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 54665 0 0 0 39348 26 0 0 20 0 1 0 288432519 288440320 63016 33554432000 4194304 4896791 140736457879120 140736457876760 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 70420 63016 78 172 0 70246 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 449044

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 13033
/proc/meminfo: memFree=27839152/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=968.12 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 94643 451901 0 0 1040 212 95352 208 20 0 1 0 288335674 152645632 35928 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12919/statm: 37267 35928 184 410 0 36849 0
[pid=13028] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13028/stat : 13028 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288432519 9367552 267 33554432000 4194304 5064252 140735063840096 140735063839008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13028/statm: 2287 267 226 213 0 72 0
[pid=13029] ppid=13028 vsize=282704 CPUtime=453.74 cores=0,2,4,6
/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 55226 0 0 0 45347 27 0 0 20 0 1 0 288432519 289488896 66853 33554432000 4194304 4896791 140736457879120 140736457876648 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 70676 66853 78 172 0 70502 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 450068

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/183 13033
/proc/meminfo: memFree=27865384/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=968.12 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 94643 451901 0 0 1040 212 95352 208 20 0 1 0 288335674 152645632 35928 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12919/statm: 37267 35928 184 410 0 36849 0
[pid=13028] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13028/stat : 13028 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288432519 9367552 267 33554432000 4194304 5064252 140735063840096 140735063839008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13028/statm: 2287 267 226 213 0 72 0
[pid=13029] ppid=13028 vsize=283848 CPUtime=513.72 cores=0,2,4,6
/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 55700 0 0 0 51344 28 0 0 20 0 1 0 288432519 290660352 64661 33554432000 4194304 4896791 140736457879120 140736457876264 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 70962 64661 78 172 0 70788 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 451212

[startup+1542.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 13034
/proc/meminfo: memFree=27800228/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=968.12 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 94643 451901 0 0 1040 212 95352 208 20 0 1 0 288335674 152645632 35928 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12919/statm: 37267 35928 184 410 0 36849 0
[pid=13028] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13028/stat : 13028 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288432519 9367552 267 33554432000 4194304 5064252 140735063840096 140735063839008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13028/statm: 2287 267 226 213 0 72 0
[pid=13029] ppid=13028 vsize=284632 CPUtime=573.7 cores=0,2,4,6
/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 55994 0 0 0 57342 28 0 0 20 0 1 0 288432519 291463168 67936 33554432000 4194304 4896791 140736457879120 140736457876648 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 71158 67936 78 172 0 70984 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 451996

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 13034
/proc/meminfo: memFree=27840148/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=968.12 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 94643 451901 0 0 1040 212 95352 208 20 0 1 0 288335674 152645632 35928 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12919/statm: 37267 35928 184 410 0 36849 0
[pid=13028] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13028/stat : 13028 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288432519 9367552 267 33554432000 4194304 5064252 140735063840096 140735063839008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13028/statm: 2287 267 226 213 0 72 0
[pid=13029] ppid=13028 vsize=285428 CPUtime=633.69 cores=0,2,4,6
/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 57947 0 0 0 63340 29 0 0 20 0 1 0 288432519 292278272 63443 33554432000 4194304 4896791 140736457879120 140736457876648 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 71357 63443 78 172 0 71183 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 452792

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 13034
/proc/meminfo: memFree=27797012/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=968.12 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 94643 451901 0 0 1040 212 95352 208 20 0 1 0 288335674 152645632 35928 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12919/statm: 37267 35928 184 410 0 36849 0
[pid=13028] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13028/stat : 13028 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288432519 9367552 267 33554432000 4194304 5064252 140735063840096 140735063839008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13028/statm: 2287 267 226 213 0 72 0
[pid=13029] ppid=13028 vsize=286456 CPUtime=693.68 cores=0,2,4,6
/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 58937 0 0 0 69338 30 0 0 20 0 1 0 288432519 293330944 67793 33554432000 4194304 4896791 140736457879120 140736457876760 4203794 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 71614 67793 78 172 0 71440 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 453820

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/184 13037
/proc/meminfo: memFree=27858720/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=968.12 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 94643 451901 0 0 1040 212 95352 208 20 0 1 0 288335674 152645632 35928 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12919/statm: 37267 35928 184 410 0 36849 0
[pid=13028] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13028/stat : 13028 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288432519 9367552 267 33554432000 4194304 5064252 140735063840096 140735063839008 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13028/statm: 2287 267 226 213 0 72 0
[pid=13029] ppid=13028 vsize=287568 CPUtime=753.67 cores=0,2,4,6
/proc/13029/stat : 13029 (glucose_static) R 13028 12918 12080 0 -1 4202496 60193 0 0 0 75335 32 0 0 20 0 1 0 288432519 294469632 64989 33554432000 4194304 4896791 140736457879120 140736457876312 4205066 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13029/statm: 71892 64989 78 172 0 71718 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 454932

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 13040
/proc/meminfo: memFree=27870504/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=1741.17 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 104474 514262 0 0 1133 223 172516 245 20 0 1 0 288335674 152645632 34904 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12919/statm: 37267 34904 184 410 0 36849 0
[pid=13039] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13039/stat : 13039 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288509840 9367552 267 33554432000 4194304 5064252 140737396000080 140737395998992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13039/statm: 2287 267 226 213 0 72 0
[pid=13040] ppid=13039 vsize=267704 CPUtime=40.61 cores=0,2,4,6
/proc/13040/stat : 13040 (glucose_static) R 13039 12918 12080 0 -1 4202496 47936 0 0 0 4049 12 0 0 20 0 1 0 288509840 274128896 58971 33554432000 4194304 4896791 140736774874160 140736774871368 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13040/statm: 66926 58971 78 172 0 66752 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 435068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 13040
/proc/meminfo: memFree=27882248/32873648 swapFree=6844/6844
[pid=12918] ppid=12916 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12918/stat : 12918 (runPb2satCp2.sh) S 12916 12918 12080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288335674 9367552 275 33554432000 4194304 5064252 140733410552176 140733410551088 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12918/statm: 2287 275 233 213 0 72 0
[pid=12919] ppid=12918 vsize=149068 CPUtime=1741.17 cores=0,2,4,6
/proc/12919/stat : 12919 (pb2sat) S 12918 12918 12080 0 -1 4202496 104474 514262 0 0 1133 223 172516 245 20 0 1 0 288335674 152645632 34904 33554432000 4194304 5873084 140737400790048 140737400783864 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12919/statm: 37267 34904 184 410 0 36849 0
[pid=13039] ppid=12919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13039/stat : 13039 (satsolver.sh) S 12919 12918 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288509840 9367552 267 33554432000 4194304 5064252 140737396000080 140737395998992 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13039/statm: 2287 267 226 213 0 72 0
[pid=13040] ppid=13039 vsize=237912 CPUtime=58.93 cores=0,2,4,6
/proc/13040/stat : 13040 (glucose_static) R 13039 12918 12080 0 -1 4202496 49343 0 0 0 5879 14 0 0 20 0 1 0 288509840 243621888 54840 33554432000 4194304 4896791 140736774874160 140736774871384 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13040/statm: 59478 54840 78 172 0 59304 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 405276

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12918 and gives
#  childrusage.ru_utime.tv_sec=1736
#  childrusage.ru_utime.tv_usec=497012
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=693286
# CPU time returned by wait4() is 1741.19
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1795.28
CPU system time (s): 4.82
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 720520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1736.5
system time used= 4.69329
maximum resident set size= 436452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 619715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1787376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 373
involuntary context switches= 1979

runsolver used 3.22651 second user time and 7.53185 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 18:21:38
IDJOB=3694551
IDBENCH=92753
IDSOLVER=2273
FILE ID=node124/3694551-1338222098
RUNJOBID= node124-1338213092-12096
PBS_JOBID= 14624615
Free space on /tmp= 71276 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_5.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694551-1338222098/watcher-3694551-1338222098 -o /tmp/evaluation-result-3694551-1338222098/solver-3694551-1338222098 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694551-1338222098.opb 1367296988 HOME HOME

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

MD5SUM BENCH= 2c2d9ba6f4bdaebbae04c4ec95210420
RANDOM SEED=1367296988

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27917564 kB
Buffers:          410620 kB
Cached:          2896048 kB
SwapCached:            0 kB
Active:          1970388 kB
Inactive:        2148484 kB
Active(anon):     814736 kB
Inactive(anon):        0 kB
Active(file):    1155652 kB
Inactive(file):  2148484 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9504 kB
Writeback:             0 kB
AnonPages:        771784 kB
Mapped:            15328 kB
Shmem:               200 kB
Slab:             691684 kB
SReclaimable:     136028 kB
SUnreclaim:       555656 kB
KernelStack:        1472 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1025216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71244 MiB
End job on node124 at 2012-05-28 18:51:39