Trace number 3696882

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.12 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf98241fe158e95fe184473fa73acbc2e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1296
Best CPU time to get the best result obtained on this benchmark285.746
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 898854
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 898854
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.38	c fallback to adder encoding
1800.09/1800.40	./satsolver.sh: line 5: 10273 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.41	c error: unexpected solver exit code
1800.09/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-3696882-1338116842/watcher-3696882-1338116842 -o /tmp/evaluation-result-3696882-1338116842/solver-3696882-1338116842 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696882-1338116842.opb 797601091 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: 2.00 2.00 2.00 3/177 10269
/proc/meminfo: memFree=28875768/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0

[startup+0.0813951 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10269
/proc/meminfo: memFree=28875768/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10269
/proc/meminfo: memFree=28875768/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10269
/proc/meminfo: memFree=28875768/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10269
/proc/meminfo: memFree=28875768/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10271
/proc/meminfo: memFree=28782596/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.49 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) R 10269 10269 6783 0 -1 4202496 12600 0 0 0 145 4 0 0 20 0 1 0 277809684 170881024 27335 33554432000 4194304 5873084 140736766661680 140736766657736 4664169 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 27335 164 410 0 41301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 176024

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10273
/proc/meminfo: memFree=28572604/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=323624 CPUtime=1.25 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 40640 0 0 0 113 12 0 0 20 0 1 0 277809868 331390976 57534 33554432000 4194304 4896791 140734442352768 140734441301512 4235506 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 80906 57534 73 172 0 80732 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 508796

[startup+6.30039 s]
/proc/loadavg: 2.16 2.03 2.01 3/182 10274
/proc/meminfo: memFree=28429844/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=246432 CPUtime=4.45 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 42832 0 0 0 432 13 0 0 20 0 1 0 277809868 252346368 51896 33554432000 4194304 4896791 140734442352768 140734442349864 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 61608 51896 78 172 0 61434 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 431604

[startup+12.7004 s]
/proc/loadavg: 2.23 2.05 2.02 3/183 10276
/proc/meminfo: memFree=27434696/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=246432 CPUtime=10.84 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 42837 0 0 0 1071 13 0 0 20 0 1 0 277809868 252346368 51901 33554432000 4194304 4896791 140734442352768 140734442349864 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 61608 51901 78 172 0 61434 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 431604

[startup+25.5004 s]
/proc/loadavg: 2.18 2.05 2.01 3/183 10276
/proc/meminfo: memFree=27421664/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=246432 CPUtime=23.65 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 42837 0 0 0 2351 14 0 0 20 0 1 0 277809868 252346368 51901 33554432000 4194304 4896791 140734442352768 140734442349864 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 61608 51901 78 172 0 61434 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 431604

[startup+51.1068 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 10276
/proc/meminfo: memFree=27418996/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=246756 CPUtime=49.25 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 43082 0 0 0 4911 14 0 0 20 0 1 0 277809868 252678144 52657 33554432000 4194304 4896791 140734442352768 140734442349912 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 61689 52657 78 172 0 61515 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 431928

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/183 10276
/proc/meminfo: memFree=27413660/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=247920 CPUtime=100.44 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 47589 0 0 0 10029 15 0 0 20 0 1 0 277809868 253870080 53395 33554432000 4194304 4896791 140734442352768 140734442350280 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 61980 53395 78 172 0 61806 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 433092

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 10279
/proc/meminfo: memFree=27406680/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=279516 CPUtime=160.43 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 49681 0 0 0 16027 16 0 0 20 0 1 0 277809868 286224384 55127 33554432000 4194304 4896791 140734442352768 140734442348504 4204062 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 69879 55127 78 172 0 69705 0
Current children cumulated CPU time (s) 162.25

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


[startup+1362.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 10334
/proc/meminfo: memFree=28472636/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=285100 CPUtime=1360.24 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 53638 0 0 0 136002 22 0 0 20 0 1 0 277809868 291942400 63926 33554432000 4194304 4896791 140734442352768 140734442350136 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 71275 63926 78 172 0 71101 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 470272

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10334
/proc/meminfo: memFree=28441840/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=285100 CPUtime=1420.22 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 53870 0 0 0 142000 22 0 0 20 0 1 0 277809868 291942400 64157 33554432000 4194304 4896791 140734442352768 140734442350136 4204099 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 71275 64157 78 172 0 71101 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 470272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10335
/proc/meminfo: memFree=28462536/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=335188 CPUtime=1480.22 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 54009 0 0 0 147999 23 0 0 20 0 1 0 277809868 343232512 64296 33554432000 4194304 4896791 140734442352768 140734442350296 4203709 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 83797 64296 78 172 0 83623 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 520360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10335
/proc/meminfo: memFree=28438472/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=335188 CPUtime=1540.21 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 54178 0 0 0 153998 23 0 0 20 0 1 0 277809868 343232512 64465 33554432000 4194304 4896791 140734442352768 140734442350296 4204099 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 83797 64465 78 172 0 83623 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 520360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10335
/proc/meminfo: memFree=28453508/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=335188 CPUtime=1600.19 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 54403 0 0 0 159996 23 0 0 20 0 1 0 277809868 343232512 64688 33554432000 4194304 4896791 140734442352768 140734442350296 4203783 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 83797 64688 78 172 0 83623 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 520360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10335
/proc/meminfo: memFree=28435520/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=335188 CPUtime=1660.19 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 54465 0 0 0 165996 23 0 0 20 0 1 0 277809868 343232512 65261 33554432000 4194304 4896791 140734442352768 140734442350296 4204125 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 83797 65261 78 172 0 83623 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 520360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10335
/proc/meminfo: memFree=28454076/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=285072 CPUtime=1720.18 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 54770 0 0 0 171993 25 0 0 20 0 1 0 277809868 291913728 57245 33554432000 4194304 4896791 140734442352768 140734442350344 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 71268 57245 78 172 0 71094 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 470244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10336
/proc/meminfo: memFree=28442460/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=285332 CPUtime=1780.17 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 55380 0 0 0 177992 25 0 0 20 0 1 0 277809868 292179968 58850 33554432000 4194304 4896791 140734442352768 140734442350408 4203968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 71333 58850 78 172 0 71159 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 470504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10336
/proc/meminfo: memFree=28466652/32873844 swapFree=7384/7384
[pid=10269] ppid=10267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10269/stat : 10269 (runPb2sat.sh) S 10267 10269 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277809684 9367552 275 33554432000 4194304 5064252 140735898282384 140735898281296 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10269/statm: 2287 275 233 213 0 72 0
[pid=10270] ppid=10269 vsize=166876 CPUtime=1.82 cores=0,2,4,6
/proc/10270/stat : 10270 (pb2sat) S 10269 10269 6783 0 -1 4202496 13066 0 0 0 162 20 0 0 20 0 1 0 277809684 170881024 30414 33554432000 4194304 5873084 140736766661680 140736766658104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10270/statm: 41719 30414 171 410 0 41301 0
[pid=10272] ppid=10270 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (satsolver.sh) S 10270 10269 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277809867 9367552 267 33554432000 4194304 5064252 140733670896688 140733670895600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10272/statm: 2287 267 226 213 0 72 0
[pid=10273] ppid=10272 vsize=285428 CPUtime=1798.27 cores=0,2,4,6
/proc/10273/stat : 10273 (glucose_static) R 10272 10269 6783 0 -1 4202496 55404 0 0 0 179802 25 0 0 20 0 1 0 277809868 292278272 58874 33554432000 4194304 4896791 140734442352768 140734442348504 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10273/statm: 71357 58874 78 172 0 71183 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 470600

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.12
CPU user time (s): 1799.66
CPU system time (s): 0.465929
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 600472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.465929
maximum resident set size= 317092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 171328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35
involuntary context switches= 2068

runsolver used 2.69759 second user time and 7.14791 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 13:07:22
IDJOB=3696882
IDBENCH=90511
IDSOLVER=2274
FILE ID=node136/3696882-1338116842
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 71512 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696882-1338116842/watcher-3696882-1338116842 -o /tmp/evaluation-result-3696882-1338116842/solver-3696882-1338116842 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696882-1338116842.opb 797601091 HOME HOME

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

MD5SUM BENCH= f98241fe158e95fe184473fa73acbc2e
RANDOM SEED=797601091

node136.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.247
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.49
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.247
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		: 2667.247
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.94
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.247
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.90
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.247
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.90
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.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.247
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		: 2667.247
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:        28876412 kB
Buffers:          398536 kB
Cached:          2566684 kB
SwapCached:        24460 kB
Active:          1022156 kB
Inactive:        2136320 kB
Active(anon):     164844 kB
Inactive(anon):    28232 kB
Active(file):     857312 kB
Inactive(file):  2108088 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             42256 kB
Writeback:             0 kB
AnonPages:        176704 kB
Mapped:            10312 kB
Shmem:                 0 kB
Slab:             700536 kB
SReclaimable:     142144 kB
SUnreclaim:       558392 kB
KernelStack:        1456 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     303192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71508 MiB
End job on node136 at 2012-05-27 13:37:23