Trace number 3719057

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
PBPASSolver-CARD.SN 2012-05-28UNSAT 103.391 103.784

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6027_9-unsat.opb
MD5SUMa479a0d2c57de8410ff1885a8f8333ed
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9272
Total number of constraints30405
Number of constraints which are clauses30105
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints300
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 320
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

103.28/103.78	cpython RunMakeCNF.py HOME/instance-3719057-1338272771.opb PrimePower CARD.SN ./CryptoMiniSat
103.28/103.78	./CryptoMiniSat HOME/instance-3719057-1338272771.opb.PrimePower.CARD.SN.cnf 1>HOME/instance-3719057-1338272771.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.out 2>HOME/instance-3719057-1338272771.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.err
103.28/103.78	
103.28/103.78	HOME/instance-3719057-1338272771.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.out
103.28/103.78	c Outputting solution to console
103.28/103.78	c This is CryptoMiniSat 2.9.1
103.28/103.78	c compiled with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
103.28/103.78	c WARNING: for repeatability, setting FPU to use double precision
103.28/103.78	c Reading file 'HOME/instance-3719057-1338272771.opb.PrimePower.CARD.SN.cnf'
103.28/103.78	c -- header says num vars:        1259610
103.28/103.78	c -- header says num clauses:     7584851
103.28/103.78	c -- clauses added:            0 learnts,        64315 normals,            0 xors
103.28/103.78	c -- vars added      25254
103.28/103.78	c Parsing time:  0.02 s
103.28/103.78	c num threads              : 1          
103.28/103.78	c restarts                 : 0          
103.28/103.78	c dynamic restarts         : 0          
103.28/103.78	c static restarts          : 0          
103.28/103.78	c full restarts            : 0          
103.28/103.78	c total simplify time      : 0.00       
103.28/103.78	c learnts DL2              : 0          
103.28/103.78	c learnts size 2           : 21259      
103.28/103.78	c learnts size 1           : 19871       (78.68     % of vars)
103.28/103.78	c filedLit time            : 0.00        (0.00      % time)
103.28/103.78	c v-elim SatELite          : 0           (0.00      % vars)
103.28/103.78	c SatELite time            : 0.00        (0.00      % time)
103.28/103.78	c v-elim xor               : 0           (0.00      % vars)
103.28/103.78	c xor elim time            : 0.00        (0.00      % time)
103.28/103.78	c num binary xor trees     : 0          
103.28/103.78	c binxor trees' crown      : 0           (-nan      leafs/tree)
103.28/103.78	c bin xor find time        : 0.00       
103.28/103.78	c OTF clause improved      : 0           (-nan      clauses/conflict)
103.28/103.78	c OTF impr. size diff      : 0           (-nan       lits/clause)
103.28/103.78	c OTF cl watch-shrink      : 0           (-nan      clauses/conflict)
103.28/103.78	c OTF cl watch-sh-lit      : 0           (-nan       lits/clause)
103.28/103.78	c tried to recurMin cls    : 0           (-nan       % of conflicts)
103.28/103.78	c updated cache            : 0           (-nan       lits/tried recurMin)
103.28/103.78	c clauses over max glue    : 0           (-nan      % of all clauses)
103.28/103.78	c conflicts                : 0           (0.00      / sec)
103.28/103.78	c decisions                : 0           (-nan      % random)
103.28/103.78	c bogo-props               : 46501       (2325515.10 / sec)
103.28/103.78	c conflict literals        : 0           (-nan      % deleted)
103.28/103.78	c Memory used              : 37.85       MB
103.28/103.78	c CPU time                 : 0.02        s
103.28/103.78	s UNSATISFIABLE

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-3719057-1338272771/watcher-3719057-1338272771 -o /tmp/evaluation-result-3719057-1338272771/solver-3719057-1338272771 -C 1800 -W 1900 -M 15500 python HOME/RunSolver.py HOME/instance-3719057-1338272771.opb PrimePower CARD.SN ./CryptoMiniSat 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 9324
/proc/meminfo: memFree=30484816/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/9324/stat : 9324 (python) D 9322 9324 8865 0 -1 4202496 758 0 0 0 0 0 0 0 20 0 1 0 293402601 15749120 631 33554432000 4194304 5683644 140734785095072 140734785035560 260190323600 0 0 16781312 2 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 3845 631 334 364 0 287 0

[startup+0.0831449 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 9324
/proc/meminfo: memFree=30484816/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17000

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 9324
/proc/meminfo: memFree=30484816/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17000

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 9324
/proc/meminfo: memFree=30484816/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17000

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 1.91 2/179 9324
/proc/meminfo: memFree=30484816/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17000

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9329
/proc/meminfo: memFree=30243736/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=753996 CPUtime=1.44 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 81533 0 0 0 79 65 0 0 20 0 1 0 293402606 772091904 81476 33554432000 4194304 4943705 140737014670656 140737014668928 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 0 0 0
/proc/9329/statm: 188499 81480 357 183 0 184869 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 806032

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9329
/proc/meminfo: memFree=30070376/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=1254732 CPUtime=2.9 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 136313 0 0 0 177 113 0 0 20 0 1 0 293402606 1284845568 136256 33554432000 4194304 4943705 140737014670656 140737014669568 4358535 0 0 16781312 17608 0 0 0 17 3 0 0 14 0 0
/proc/9329/statm: 313683 136256 357 183 0 310053 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 1306768

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9329
/proc/meminfo: memFree=29640480/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=1876684 CPUtime=6.1 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 204421 0 0 0 365 245 0 0 20 0 1 0 293402606 1921724416 204324 33554432000 4194304 4943705 140737014670656 140737014668064 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 14 0 0
/proc/9329/statm: 469171 204324 365 183 0 465541 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 1928720

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9329
/proc/meminfo: memFree=29597844/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=1895436 CPUtime=12.47 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 207021 0 0 0 470 777 0 0 20 0 1 0 293402606 1940926464 206636 33554432000 4194304 4943705 140737014670656 140737014665664 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 16 0 0
/proc/9329/statm: 473859 206636 365 183 0 470229 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 1947472

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9329
/proc/meminfo: memFree=29511060/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=1933196 CPUtime=25.25 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 213275 0 0 0 691 1834 0 0 20 0 1 0 293402606 1979592704 211778 33554432000 4194304 4943705 140737014670656 140737014666720 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 18 0 0
/proc/9329/statm: 483299 211778 365 183 0 479669 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 1985232

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/185 9330
/proc/meminfo: memFree=29324384/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=2004876 CPUtime=50.8 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 236460 0 0 0 1113 3967 0 0 20 0 1 0 293402606 2052993024 221267 33554432000 4194304 4943705 140737014670656 140737014666720 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 22 0 0
/proc/9329/statm: 501219 221267 365 183 0 497589 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 2056912

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9377
/proc/meminfo: memFree=29938212/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=2152332 CPUtime=101.87 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 269221 0 0 0 2045 8142 0 0 20 0 1 0 293402606 2203987968 250640 33554432000 4194304 4943705 140737014670656 140737014668000 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 33 0 0
/proc/9329/statm: 538083 250640 365 183 0 534453 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 2204368

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

[startup+103.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9377
/proc/meminfo: memFree=29938212/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=2155148 CPUtime=102.66 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 269794 0 0 0 2064 8202 0 0 20 0 1 0 293402606 2206871552 251213 33554432000 4194304 4943705 140737014670656 140737014668064 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 33 0 0
/proc/9329/statm: 538787 251213 365 183 0 535157 0
Current children cumulated CPU time (s) 102.68
Current children cumulated vsize (KiB) 2207184

[startup+103.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9377
/proc/meminfo: memFree=29932508/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1059 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1059 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=2156684 CPUtime=103.07 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202496 270070 0 0 0 2075 8232 0 0 20 0 1 0 293402606 2208444416 251489 33554432000 4194304 4943705 140737014670656 140737014668064 4267542 0 0 16781312 17608 0 0 0 17 3 0 0 33 0 0
/proc/9329/statm: 539171 251489 365 183 0 535541 0
Current children cumulated CPU time (s) 103.09
Current children cumulated vsize (KiB) 2208720

[startup+103.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 9377
/proc/meminfo: memFree=29932508/32873648 swapFree=7116/7116
[pid=9324] ppid=9322 vsize=17000 CPUtime=0.01 cores=1,3,5,7
/proc/9324/stat : 9324 (python) S 9322 9324 8865 0 -1 4202496 1333 0 0 0 1 0 0 0 20 0 1 0 293402601 17408000 1082 33554432000 4194304 5683644 140734785095072 140734785092920 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9324/statm: 4250 1082 429 364 0 692 0
[pid=9326] ppid=9324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9326/stat : 9326 (sh) S 9324 9324 8865 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293402604 9367552 266 33554432000 4194304 5064252 140733589990576 140733589989280 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9326/statm: 2287 266 226 213 0 72 0
[pid=9327] ppid=9326 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/9327/stat : 9327 (python) S 9326 9324 8865 0 -1 4202496 1300 0 0 0 1 0 0 0 20 0 1 0 293402604 17141760 1060 33554432000 4194304 5683644 140735047690496 140735047688344 260190324096 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9327/statm: 4185 1060 429 364 0 627 0
[pid=9328] ppid=9327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9328/stat : 9328 (sh) S 9327 9324 8865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 293402606 9367552 268 33554432000 4194304 5064252 140733865720160 140733865718864 260190135886 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9328/statm: 2287 268 226 213 0 72 0
[pid=9329] ppid=9328 vsize=0 CPUtime=103.26 cores=1,3,5,7
/proc/9329/stat : 9329 (PBPASSolver-817) R 9328 9324 8865 0 -1 4202500 270181 0 0 0 2079 8247 0 0 20 0 1 0 293402606 0 0 33554432000 0 0 0 0 0 0 0 16781312 17608 18446744073709551615 0 0 17 3 0 0 33 0 0
/proc/9329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.28
Current children cumulated vsize (KiB) 52036

Child status: 0
Real time (s): 103.784
CPU time (s): 103.391
CPU user time (s): 20.8478
CPU system time (s): 82.5435
CPU usage (%): 99.622
Max. virtual memory (cumulated for all children) (KiB): 2208976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8478
system time used= 82.5435
maximum resident set size= 1006212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 289824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157
involuntary context switches= 120

runsolver used 0.221966 second user time and 0.584911 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-29 08:26:11
IDJOB=3719057
IDBENCH=76174
IDSOLVER=2303
FILE ID=node123/3719057-1338272771
RUNJOBID= node123-1338268842-8882
PBS_JOBID= 14625698
Free space on /tmp= 71636 MiB

SOLVER NAME= PBPASSolver-CARD.SN 2012-05-28
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6027_9-unsat.opb
COMMAND LINE= python HOME/RunSolver.py BENCHNAME PrimePower CARD.SN ./CryptoMiniSat
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3719057-1338272771/watcher-3719057-1338272771 -o /tmp/evaluation-result-3719057-1338272771/solver-3719057-1338272771 -C 1800 -W 1900 -M 15500  python HOME/RunSolver.py HOME/instance-3719057-1338272771.opb PrimePower CARD.SN ./CryptoMiniSat

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

MD5SUM BENCH= a479a0d2c57de8410ff1885a8f8333ed
RANDOM SEED=233034944

node123.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.217
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.43
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.217
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.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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.91
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.217
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.217
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:       32873648 kB
MemFree:        30485344 kB
Buffers:          386308 kB
Cached:           402732 kB
SwapCached:          980 kB
Active:          1159788 kB
Inactive:         382504 kB
Active(anon):     745096 kB
Inactive(anon):     8368 kB
Active(file):     414692 kB
Inactive(file):   374136 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102964 kB
Dirty:             60880 kB
Writeback:             0 kB
AnonPages:        764020 kB
Mapped:            11780 kB
Shmem:                 0 kB
Slab:             704328 kB
SReclaimable:     147932 kB
SUnreclaim:       556396 kB
KernelStack:        1488 kB
PageTables:         7396 kB
NFS_Unstable:         56 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1809672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71480 MiB
End job on node123 at 2012-05-29 08:27:55