Trace number 3718880

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-28? (TO) 1800.11 1800.61

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
MD5SUM3df4b6f92f1f3083d4934635de2b04ef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.022995
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2280
Total number of constraints1636
Number of constraints which are clauses1558
Number of constraints which are cardinality constraints (but not clauses)78
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1800.07/1800.61	cpython RunMakeCNF.py HOME/instance-3718880-1338269603.opb PrimePower CARD.SN ./CryptoMiniSat
1800.07/1800.61	./CryptoMiniSat HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf 1>HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.out 2>HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.err
1800.07/1800.61	sh: line 1: 29836 Terminated              ./CryptoMiniSat HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf > HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.out 2> HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.err
1800.07/1800.61	HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf.CryptoMiniSat.out
1800.07/1800.61	c Outputting solution to console
1800.07/1800.61	c This is CryptoMiniSat 2.9.1
1800.07/1800.61	c compiled with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
1800.07/1800.61	c WARNING: for repeatability, setting FPU to use double precision
1800.07/1800.61	c Reading file 'HOME/instance-3718880-1338269603.opb.PrimePower.CARD.SN.cnf'
1800.07/1800.61	c -- header says num vars:          96504
1800.07/1800.61	c -- header says num clauses:      362673
1800.07/1800.61	c -- clauses added:            0 learnts,       362673 normals,            0 xors
1800.07/1800.61	c -- vars added      96503
1800.07/1800.61	c Parsing time:  0.13 s
1800.07/1800.61	c  N st     0         0     96503     74020         0    237096         0    733750         0   no data   no data  --
1800.07/1800.61	c asymm  cl-useful: 0/62539/65794 lits-rem:0 time: 0.33
1800.07/1800.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp: 9980 Bins:      0 BRemL:      0 BRemN:      0 P: 22.7M T:  0.92
1800.07/1800.61	c Replacing     9980 vars Replaced   142046 lits Time:     0.02 s 
1800.07/1800.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1800.07/1800.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1800.07/1800.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  46560 time:  0.09 s
1800.07/1800.61	c Removed useless bin:    1416  fixed:     0  props:   9.30M  time:  0.10 s
1800.07/1800.61	c lits-rem:        42  cl-subs:       21  v-elim:  17871  v-fix:    0  time:  0.36 s
1800.07/1800.61	c Finding binary XORs  T:     0.02 s  found:       0
1800.07/1800.61	c Finding non-binary XORs:     0.02 s (found:       0, avg size: -nan)
1800.07/1800.61	c Calc default polars -  time:   0.01 s pos:   19265 undec:   57687 neg:   19551
1800.07/1800.61	c =========================================================================================
1800.07/1800.61	c types(t): F = full restart, N = normal restart
1800.07/1800.61	c types(t): S = simplification begin/end, E = solution found
1800.07/1800.61	c restart types(rt): st = static, dy = dynamic
1800.07/1800.61	c  t rt  Rest     Confl      Vars   NormCls    XorCls    BinCls   Learnts    ClLits    LtLits
1800.07/1800.61	c  B st     0         0     38899     77504         0     92241         0    464552         0   no data   no data  --
1800.07/1800.61	c  N dy    14      4806     38813     77504         0     92942      3976    464551     38080      5.15      5.43  --
1800.07/1800.61	c  N dy    45      8820     38813     77504         0     93408      7452    464551     82036      5.70      6.63  --
1800.07/1800.61	c  N dy    73     12860     38813     77504         0     93761     11072    464551    129285      5.86      8.09  --
1800.07/1800.61	c  N dy   101     17156     38500     76375         0     92784     12118    458873    141549      5.97      6.32  --
1800.07/1800.61	c  N dy   115     21384     38476     76375         0     93392      8392    458873     59292      5.85      6.18  --
1800.07/1800.61	c  F st   141     25000     38440     76375         0     93625     11690    458873    102801      5.97      6.06  --
1800.07/1800.61	c  N st   143     25627     38199     75966         0     93338     10747    456932     88207      5.97   no data  --
1800.07/1800.61	c  N dy   147     30001     38163     75966         0     93663     14686    456932    147006      5.97   no data  --
1800.07/1800.61	c  S st   147     30001     38163     75966         0     93663     14686    456932    147006      5.97   no data  --
1800.07/1800.61	c  S st   147     30503     38116     75966         0     93853     14947    456932    149626      5.97   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1800.07/1800.61	c Flit:    85 Blit:    387 bXBeca:    0 bXProp: 1706 Bins:  49503 BRemL:  16429 BRemN:   5807 P: 18.6M T:  2.10
1800.07/1800.61	c Cleaning up after failed var search:     0.02 s 
1800.07/1800.61	c Replacing     1706 vars Replaced    51259 lits Time:     0.03 s 
1800.07/1800.61	c bin-w-bin subsume rem         2147 bins  time:  0.01 s
1800.07/1800.61	c subs with bin:     3548  lits-rem:      9402  v-fix:    0  time:  0.05 s
1800.07/1800.61	c Subs w/ non-existent bins:    819 l-rem:   6433 v-fix:     0 done:  20731 time:  0.08 s
1800.07/1800.61	c Removed useless bin:    8803  fixed:     0  props:   2.90M  time:  0.04 s
1800.07/1800.61	c lits-rem:       427  cl-subs:     2961  v-elim:   1293  v-fix:    0  time:  0.24 s
1800.07/1800.61	c asymm  cl-useful: 0/6324/68863 lits-rem:0 time: 0.05
1800.07/1800.61	c calculated reachability. Time: 0.02
1800.07/1800.61	c  N dy   147     30503     33842     68863         0     99204      4939    397182    101625      5.97   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:     928
1800.07/1800.61	c Replacing      928 vars Replaced    13840 lits Time:     0.02 s 
1800.07/1800.61	c  N dy   151     34851     32614     68861         0     99821      8511    397144    135255      5.75      6.06  --
1800.07/1800.61	c  N dy   170     39589     32346     68861         0    100525     12423    397144    176750      5.64      5.96  --
1800.07/1800.61	c  N dy   186     43645     32203     68861         0    101129     15750    397142    212347      5.57      5.87  --
1800.07/1800.61	c  S st   200     45754     32199     68861         0    101425      9366    397142    119886      5.58   no data  --
1800.07/1800.61	c  S st   200     46254     32050     68861         0    101614      9605    397142    121539      5.58   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1800.07/1800.61	c Cache  BProp: 18 Set: 2 BXProp: 1 T: 0.00
1800.07/1800.61	c Flit:    76 Blit:    266 bXBeca:    0 bXProp:  683 Bins:  26010 BRemL:  17531 BRemN:   1103 P: 14.4M T:  1.86
1800.07/1800.61	c Cleaning up after failed var search:     0.01 s 
1800.07/1800.61	c Replacing      684 vars Replaced    15816 lits Time:     0.02 s 
1800.07/1800.61	c bin-w-bin subsume rem         2503 bins  time:  0.02 s
1800.07/1800.61	c subs with bin:     1803  lits-rem:      1536  v-fix:    0  time:  0.03 s
1800.07/1800.61	c Subs w/ non-existent bins:    372 l-rem:   3537 v-fix:     0 done:  26553 time:  0.10 s
1800.07/1800.61	c Removed useless bin:     526  fixed:     0  props:   2.02M  time:  0.03 s
1800.07/1800.61	c lits-rem:        69  cl-subs:     1614  v-elim:    700  v-fix:    0  time:  0.16 s
1800.07/1800.61	c vivif2 --  cl tried    60448 cl shrink     2306 lits rem       2547 time: 0.03
1800.07/1800.61	c vivif2 --  cl tried     4152 cl shrink     1368 lits rem       2514 time: 0.00
1800.07/1800.61	c asymm  cl-useful: 655/59532/59532 lits-rem:766 time: 0.57
1800.07/1800.61	c calculated reachability. Time: 0.01
1800.07/1800.61	c  N dy   200     46254     29306     59501         0     97245      3985    347288     92741      5.58   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.05 s  found:      24
1800.07/1800.61	c  N dy   208     50430     29252     59501         0     97756      7566    347288    130819      5.49      5.85  --
1800.07/1800.61	c  N dy   228     54474     29148     59501         0     98367     10921    347288    168563      5.47      8.19  --
1800.07/1800.61	c  N dy   236     58535     28905     59501         0     98964     14283    347288    199908      5.38      5.68  --
1800.07/1800.61	c  N dy   252     62546     28784     59501         0     99529     17655    347288    235508      5.34      6.64  --
1800.07/1800.61	c  N dy   265     66668     28503     56838         0     95940     16434    335100    220760      5.29      5.64  --
1800.07/1800.61	c  S st   275     69381     28386     56838         0     96326     10011    335100    122773      5.28   no data  --
1800.07/1800.61	c  S st   275     69881     28319     56838         0     96485     10282    335100    124931      5.28   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1800.07/1800.61	c Cache  BProp: 145 Set: 25 BXProp: 2 T: 0.01
1800.07/1800.61	c Flit:   109 Blit:    261 bXBeca:    0 bXProp:  946 Bins:  23714 BRemL:  14220 BRemN:    878 P: 14.2M T:  1.88
1800.07/1800.61	c Cleaning up after failed var search:     0.01 s 
1800.07/1800.61	c Replacing      972 vars Replaced    20619 lits Time:     0.02 s 
1800.07/1800.61	c bin-w-bin subsume rem         1422 bins  time:  0.02 s
1800.07/1800.61	c subs with bin:     1533  lits-rem:      1014  v-fix:    0  time:  0.02 s
1800.07/1800.61	c Subs w/ non-existent bins:    180 l-rem:   1627 v-fix:     0 done:  25765 time:  0.10 s
1800.07/1800.61	c Removed useless bin:     413  fixed:     0  props:   1.12M  time:  0.02 s
1800.07/1800.61	c lits-rem:        62  cl-subs:     1509  v-elim:    728  v-fix:    0  time:  0.14 s
1800.07/1800.61	c vivif2 --  cl tried    51228 cl shrink      910 lits rem        983 time: 0.03
1800.07/1800.61	c vivif2 --  cl tried     5983 cl shrink     1268 lits rem       2088 time: 0.01
1800.07/1800.61	c asymm  cl-useful: 1524/50716/50716 lits-rem:3894 time: 0.56
1800.07/1800.61	c calculated reachability. Time: 0.02
1800.07/1800.61	c  N dy   275     69881     25037     49569         0     94421      5766    300486    106440      5.28   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:      92
1800.07/1800.61	c  N dy   289     74876     24852     49569         0     95123      9911    300485    147963      5.24      5.53  --
1800.07/1800.61	c  N dy   310     80555     24338     49569         0     95794     14788    300485    197814      5.22      5.53  --
1800.07/1800.61	c  N dy   328     87029     24044     49569         0     96494     20431    300485    252812      5.18      5.49  --
1800.07/1800.61	c  F st   332     87501     23871     46540         0     91234     17133    284691    223882      5.18      4.92  --
1800.07/1800.61	c Replacing       92 vars Replaced     1444 lits Time:     0.02 s 
1800.07/1800.61	c  N dy   338     92694     23676     46503         0     91359     11016    284251    128078      5.18   no data  --
1800.07/1800.61	c  N dy   361     98917     23534     46503         0     91964     16524    284251    185080      5.16      5.62  --
1800.07/1800.61	c  S st   390    104822     22669     43601         0     86217     16986    269465    187065      5.15      4.88  --
1800.07/1800.61	c  S st   390    105324     22570     43601         0     86310     17311    269465    190075      5.15   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1800.07/1800.61	c Cache  BProp: 37 Set: 12 BXProp: 10 T: 0.01
1800.07/1800.61	c Flit:   166 Blit:    241 bXBeca:    0 bXProp:  975 Bins:  20380 BRemL:  15387 BRemN:    892 P: 19.0M T:  1.76
1800.07/1800.61	c Cleaning up after failed var search:     0.01 s 
1800.07/1800.61	c Replacing      985 vars Replaced    25015 lits Time:     0.02 s 
1800.07/1800.61	c bin-w-bin subsume rem         1814 bins  time:  0.02 s
1800.07/1800.61	c subs with bin:     1786  lits-rem:      3581  v-fix:    0  time:  0.02 s
1800.07/1800.61	c Subs w/ non-existent bins:    193 l-rem:   3724 v-fix:     0 done:  19392 time:  0.09 s
1800.07/1800.61	c Removed useless bin:     257  fixed:     0  props:   0.71M  time:  0.01 s
1800.07/1800.61	c lits-rem:       177  cl-subs:     6479  v-elim:   2777  v-fix:    0  time:  0.22 s
1800.07/1800.61	c vivif2 --  cl tried    41890 cl shrink     3037 lits rem       3268 time: 0.02
1800.07/1800.61	c vivif2 --  cl tried     5554 cl shrink     1058 lits rem       1805 time: 0.01
1800.07/1800.61	c asymm  cl-useful: 974/40540/40540 lits-rem:2403 time: 0.46
1800.07/1800.61	c calculated reachability. Time: 0.02
1800.07/1800.61	c  N dy   390    105324     16615     39864         0     66378      5425    241459     79511      5.15   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:      18
1800.07/1800.61	c  N dy   407    112089     16478     39864         0     66962     11435    241459    139519      5.13      5.41  --
1800.07/1800.61	c  N dy   440    119281     16067     39864         0     67612     17796    241459    244986      5.26      6.71  --
1800.07/1800.61	c  N dy   475    126891     15011     36551         0     62833     11561    225281    116388      5.45      5.76  --
1800.07/1800.61	c  N dy   504    135256     14037     36551         0     63466     19094    225281    244435      5.54      6.52  --
1800.07/1800.61	c  N dy   550    144199     11897     27665         0     49523     19533    181457    403166      5.88      6.33  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:     611
1800.07/1800.61	c Replacing      629 vars Replaced    13902 lits Time:     0.01 s 
1800.07/1800.61	c  N dy   579    153434      9769     20649         0     36443     10139    145228    157162      6.11     57.55  --
1800.07/1800.61	c  S st   621    157986      9658     20649         0     36498     14441    145227    847347      7.34   no data  --
1800.07/1800.61	c  S st   621    158487      9448     20649         0     36575     14781    145227    849569      7.34   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1800.07/1800.61	c Cache  BProp: 59 Set: 6 BXProp: 10 T: 0.00
1800.07/1800.61	c Flit:   111 Blit:    111 bXBeca:    0 bXProp:  558 Bins:   6684 BRemL:   6116 BRemN:    916 P: 11.9M T:  0.67
1800.07/1800.61	c Cleaning up after failed var search:     0.01 s 
1800.07/1800.61	c Replacing      568 vars Replaced    50258 lits Time:     0.04 s 
1800.07/1800.61	c bin-w-bin subsume rem         2098 bins  time:  0.01 s
1800.07/1800.61	c subs with bin:     1522  lits-rem:      2316  v-fix:    0  time:  0.29 s
1800.07/1800.61	c Subs w/ non-existent bins:      2 l-rem:     83 v-fix:     0 done:     77 time:  0.02 s
1800.07/1800.61	c Removed useless bin:     293  fixed:     0  props:   0.48M  time:  0.01 s
1800.07/1800.61	c lits-rem:       303  cl-subs:     4598  v-elim:    492  v-fix:    0  time:  1.62 s
1800.07/1800.61	c vivif2 --  cl tried    11705 cl shrink      394 lits rem        454 time: 0.00
1800.07/1800.61	c vivif2 --  cl tried     5144 cl shrink     1326 lits rem       2593 time: 0.01
1800.07/1800.61	c asymm  cl-useful: 495/11554/11554 lits-rem:1336 time: 0.13
1800.07/1800.61	c calculated reachability. Time: 0.01
1800.07/1800.61	c  N dy   621    158487      6150     11162         0     20185      5077     97209    276820      7.34   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.03 s  found:      32
1800.07/1800.61	c  N dy   702    168668      4946      7232         0     13899      9844     77834   1312164      8.84     54.84  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:     157
1800.07/1800.61	c Replacing      189 vars Replaced     9692 lits Time:     0.06 s 
1800.07/1800.61	c  N dy   809    179434      4420      6235         0     12123      9887     72355   1128102     11.84     54.34  --
1800.07/1800.61	c  N dy   923    190913      4390      6235         0     12125     21054     72355   3910504     14.64     59.77  --
1800.07/1800.61	c  N dy  1045    203191      4167      5461         0     11083     32348     68648   6997578     17.34     56.33  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:      22
1800.07/1800.61	c  N dy  1174    216165      4167      5461         0     11085     27258     68648   5028140     19.86     62.87  --
1800.07/1800.61	c  N dy  1311    229965      4163      5461         0     11088     40732     68648   8619702     22.20     71.56  --
1800.07/1800.61	c  S st  1389    237732      4163      5461         0     11088     25806     68648   4184710     23.44   no data  --
1800.07/1800.61	c  S st  1389    238236      4132      5461         0     11134     26241     68648   4228564     23.44   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1800.07/1800.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1800.07/1800.61	c Flit:    40 Blit:     37 bXBeca:    0 bXProp:  170 Bins:    451 BRemL:    170 BRemN:    192 P: 12.8M T:  0.21
1800.07/1800.61	c Replacing      192 vars Replaced    44030 lits Time:     0.13 s 
1800.07/1800.61	c bin-w-bin subsume rem          589 bins  time:  0.00 s
1800.07/1800.61	c subs with bin:      125  lits-rem:        99  v-fix:    0  time:  1.70 s
1800.07/1800.61	c Subs w/ non-existent bins:    205 l-rem:    431 v-fix:     0 done:    123 time:  0.83 s
1800.07/1800.61	c Removed useless bin:      60  fixed:     0  props:   0.35M  time:  0.00 s
1800.07/1800.61	c lits-rem:       807  cl-subs:    12322  v-elim:    105  v-fix:    0  time: 36.77 s
1800.07/1800.61	c vivif2 --  cl tried     2542 cl shrink       35 lits rem         35 time: 0.00
1800.07/1800.61	c vivif2 --  cl tried    11484 cl shrink     1598 lits rem       3458 time: 0.04
1800.07/1800.61	c asymm  cl-useful: 36/2519/2519 lits-rem:110 time: 0.04
1800.07/1800.61	c calculated reachability. Time: 0.00
1800.07/1800.61	c  N dy  1389    238236      3066      2483         0      6891     11481     53921   1774464     23.44   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.04 s  found:       0
1800.07/1800.61	c  N dy  1540    253465      3066      2483         0      6891     26250     53921   7193628     25.37     54.80  --
1800.07/1800.61	c  N dy  1700    269647      3066      2483         0      6891     41602     53921  15708683     27.86     65.48  --
1800.07/1800.61	c  N dy  1871    286928      3066      2483         0      6891     34337     53921  11288146     30.18     66.47  --
1800.07/1800.61	c  N dy  2052    305282      3066      2483         0      6891     51739     53921  21076419     32.43     65.03  --
1800.07/1800.61	c  F st  2062    306250      3066      2483         0      6891     26589     53921   6487253     32.52   no data  --
1800.07/1800.61	c  N dy  2200    324845      3066      2483         0      6891     44272     53921  15939696     33.94     52.09  --
1800.07/1800.61	c  N dy  2399    344935      3066      2483         0      6891     35579     53921  10810102     35.80     56.65  --
1800.07/1800.61	c  S st  2522    357354      3066      2483         0      6891     47342     53921  17091583     36.87   no data  --
1800.07/1800.61	c  S st  2522    357854      3066      2483         0      6891     47840     53921  17200457     36.87   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1800.07/1800.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1800.07/1800.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      9 BRemN:     40 P: 15.6M T:  0.36
1800.07/1800.61	c bin-w-bin subsume rem           62 bins  time:  0.00 s
1800.07/1800.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
1800.07/1800.61	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:      8 time:  0.02 s
1800.07/1800.61	c Removed useless bin:      12  fixed:     0  props:   0.32M  time:  0.00 s
1800.07/1800.61	c lits-rem:       208  cl-subs:     6303  v-elim:     10  v-fix:    0  time: 299.44 s
1800.07/1800.61	c vivif2 --  cl tried     2461 cl shrink        0 lits rem          0 time: 0.00
1800.07/1800.61	c vivif2 --  cl tried    41550 cl shrink    10687 lits rem      54436 time: 0.51
1800.07/1800.61	c asymm  cl-useful: 0/2461/2461 lits-rem:0 time: 0.18
1800.07/1800.61	c calculated reachability. Time: 0.00
1800.07/1800.61	c  N dy  2522    357854      3056      2461         0      6775     41550     53704  14698046     36.87   no data  --
1800.07/1800.61	c Finding binary XORs  T:     0.03 s  found:       0
1800.07/1800.61	c  N dy  2719    377864      3056      2461         0      6775     31833     53704   8668863     38.05     65.87  --
1800.07/1800.61	c  N dy  2918    397948      3056      2461         0      6775     51317     53704  18874258     39.20     61.42  --
1800.07/1800.61	c  N dy  3116    417977      3056      2461         0      6775     40154     53704  12958288     40.28     52.73  --
1800.07/1800.61	c  N dy  3313    437991      3056      2461         0      6775     59512     53704  23314630     41.24     57.67  --
1800.07/1800.61	c  N dy  3507    458004      3056      2461         0      6775     47239     53704  16593841     42.06     75.91  --
1800.07/1800.61	c  N dy  3699    478021      3056      2461         0      6775     33843     53704   9099451     42.86     65.27  --
1800.07/1800.61	c  N dy  3889    498121      3056      2461         0      6775     53401     53704  19461196     43.57     55.23  --
1800.07/1800.61	c  N dy  4080    518206      3056      2461         0      6775     39021     53704  12000084     44.23     65.86  --
1800.07/1800.61	c  S st  4248    536783      3056      2461         0      6775     57106     53704  21542486     44.80   no data  --
1800.07/1800.61	c  S st  4248    537285      3056      2461         0      6775     57605     53704  21639849     44.80   no data  --
1800.07/1800.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1800.07/1800.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
1800.07/1800.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      8 P: 18.9M T:  0.52
1800.07/1800.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1800.07/1800.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
1800.07/1800.61	c Subs w/ non-existent bins:      0 l-rem:    985 v-fix:     0 done:     27 time:  0.06 s
1800.07/1800.61	c Removed useless bin:       0  fixed:     0  props:   0.32M  time:  0.00 s
1800.07/1800.61	c lits-rem:         6  cl-subs:     3487  v-elim:      0  v-fix:    0  time: 549.95 s
1800.07/1800.61	c vivif2 --  cl tried     2461 cl shrink        0 lits rem          0 time: 0.01
1800.07/1800.61	c vivif2 --  cl tried    54118 cl shrink    12718 lits rem      53417 time: 0.68
1800.07/1800.61	c asymm  cl-useful: 0/1775/2461 lits-rem:0 time: 0.24
1800.07/1800.61	c calculated reachability. Time: 0.00
1800.07/1800.61	c  N dy  4248    537285      3056      2461         0      6767     54118     53688  20225589     44.80   no data  --
1800.07/1800.61	c  N dy  4380    557359      3056      2461         0      6767     38762     53688  11007968     45.04     78.90  --
1800.07/1800.61	c  N dy  4499    577397      3056      2461         0      6767     58407     53688  20160637     45.24     47.72  --
1800.07/1800.61	c  N dy  4645    597424      3056      2461         0      6767     41905     53688  12629995     45.50     68.09  --
1800.07/1800.61	c  N dy  4782    617427      3056      2461         0      6767     61546     53688  22271636     45.75     59.48  --
1800.07/1800.61	c  N dy  4876    637519      3056      2461         0      6767     44045     53688  13146003     45.85     60.61  --
1800.07/1800.61	c  N dy  4980    657541      3056      2461         0      6767     63656     53688  22680248     46.02     65.30  --
1800.07/1800.61	c  N dy  5108    677577      3056      2461         0      6767     45117     53688  13408843     46.22     52.97  --
1800.07/1800.61	c  N dy  5192    699781      3056      2461         0      6767     66920     53688  23803069     46.28     48.77  --
1800.07/1800.61	c  N dy  5304    719809      3056      2461         0      6767     47318     53688  14681815     46.43     51.05  --

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-3718880-1338269603/watcher-3718880-1338269603 -o /tmp/evaluation-result-3718880-1338269603/solver-3718880-1338269603 -C 1800 -W 1900 -M 15500 python HOME/RunSolver.py HOME/instance-3718880-1338269603.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 1.84 1.10 5/179 29829
/proc/meminfo: memFree=25990800/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/29829/stat : 29829 (python) R 29827 29829 29642 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 293085196 15642624 526 33554432000 4194304 5683644 140735421309696 140735421295608 223651644304 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 3819 526 312 364 0 261 0

[startup+0.0682289 s]
/proc/loadavg: 2.00 1.84 1.10 5/179 29829
/proc/meminfo: memFree=25990800/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16588 CPUtime=0.01 cores=1,3,5,7
/proc/29829/stat : 29829 (python) D 29827 29829 29642 0 -1 4202496 1200 0 0 0 1 0 0 0 20 0 1 0 293085196 16986112 1000 33554432000 4194304 5683644 140735421309696 140735421287464 223651644304 0 0 16781312 2 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4147 1000 422 364 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16588

[startup+0.100243 s]
/proc/loadavg: 2.00 1.84 1.10 5/179 29829
/proc/meminfo: memFree=25990800/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=0.01 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1331 0 0 0 1 0 0 0 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307544 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16992

[startup+0.300298 s]
/proc/loadavg: 2.00 1.84 1.10 5/179 29829
/proc/meminfo: memFree=25990800/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=0.01 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1331 0 0 0 1 0 0 0 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307544 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16992

[startup+0.700303 s]
/proc/loadavg: 2.00 1.84 1.10 5/179 29829
/proc/meminfo: memFree=25990800/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=0.01 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1331 0 0 0 1 0 0 0 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307544 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16992

[startup+1.50037 s]
/proc/loadavg: 2.00 1.84 1.10 3/183 29834
/proc/meminfo: memFree=28145892/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=0.01 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1331 0 0 0 1 0 0 0 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307544 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29831] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29831/stat : 29831 (sh) S 29829 29829 29642 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293085204 9367552 267 33554432000 4194304 5064252 140733478893792 140733478892496 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29831/statm: 2287 267 226 213 0 72 0
[pid=29832] ppid=29831 vsize=16736 CPUtime=0.01 cores=1,3,5,7
/proc/29832/stat : 29832 (python) S 29831 29829 29642 0 -1 4202496 1297 0 0 0 1 0 0 0 20 0 1 0 293085204 17137664 1058 33554432000 4194304 5683644 140735672028224 140735672026072 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/29832/statm: 4184 1058 429 364 0 626 0
[pid=29833] ppid=29832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (sh) S 29832 29829 29642 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293085207 9367552 267 33554432000 4194304 5064252 140737237341056 140737237339760 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29833/statm: 2287 267 226 213 0 72 0
[pid=29834] ppid=29833 vsize=681580 CPUtime=1.38 cores=1,3,5,7
/proc/29834/stat : 29834 (PBPASSolver-817) R 29833 29829 29642 0 -1 4202496 73577 0 0 0 64 74 0 0 20 0 1 0 293085207 697937920 73520 33554432000 4194304 4943705 140734662934928 140734662931728 4267542 0 0 16781312 17608 0 0 0 17 1 0 0 0 0 0
/proc/29834/statm: 170395 73520 365 183 0 166765 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 733604

[startup+3.10036 s]
/proc/loadavg: 2.00 1.84 1.10 3/183 29834
/proc/meminfo: memFree=28111296/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=0.01 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1331 0 0 0 1 0 0 0 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307544 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29831] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29831/stat : 29831 (sh) S 29829 29829 29642 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293085204 9367552 267 33554432000 4194304 5064252 140733478893792 140733478892496 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29831/statm: 2287 267 226 213 0 72 0
[pid=29832] ppid=29831 vsize=16736 CPUtime=0.01 cores=1,3,5,7
/proc/29832/stat : 29832 (python) S 29831 29829 29642 0 -1 4202496 1297 0 0 0 1 0 0 0 20 0 1 0 293085204 17137664 1058 33554432000 4194304 5683644 140735672028224 140735672026072 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/29832/statm: 4184 1058 429 364 0 626 0
[pid=29833] ppid=29832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (sh) S 29832 29829 29642 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293085207 9367552 267 33554432000 4194304 5064252 140737237341056 140737237339760 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29833/statm: 2287 267 226 213 0 72 0
[pid=29834] ppid=29833 vsize=705580 CPUtime=2.98 cores=1,3,5,7
/proc/29834/stat : 29834 (PBPASSolver-817) D 29833 29829 29642 0 -1 4202496 76337 0 0 0 101 197 0 0 20 0 1 0 293085207 722513920 76280 33554432000 4194304 4943705 140734662934928 140734662931664 4267542 0 0 16781312 17608 18446744071580543392 0 0 17 1 0 0 0 0 0
/proc/29834/statm: 176395 76280 365 183 0 172765 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 757604

[startup+6.30039 s]
/proc/loadavg: 2.00 1.85 1.10 3/181 29836
/proc/meminfo: memFree=28364372/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=85912 CPUtime=1.7 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 13998 0 0 0 168 2 0 0 20 0 1 0 293085654 87973888 13878 33554432000 4194304 4734972 140735962030320 140735962021304 223651314857 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 21478 13878 389 132 0 16378 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 112052

[startup+12.7003 s]
/proc/loadavg: 2.00 1.85 1.11 3/181 29836
/proc/meminfo: memFree=28310216/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=124884 CPUtime=8.1 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 23335 0 0 0 806 4 0 0 20 0 1 0 293085654 127881216 23584 33554432000 4194304 4734972 140735962030320 140735962022168 4312075 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 31221 23584 405 132 0 26121 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 151024

[startup+25.5068 s]
/proc/loadavg: 2.00 1.85 1.12 3/181 29836
/proc/meminfo: memFree=28289624/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=151616 CPUtime=20.89 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 26384 0 0 0 2083 6 0 0 20 0 1 0 293085654 155254784 30747 33554432000 4194304 4734972 140735962030320 140735962022168 223651664807 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 37904 30747 405 132 0 32804 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 177756

[startup+51.1004 s]
/proc/loadavg: 2.07 1.88 1.15 3/181 29837
/proc/meminfo: memFree=28209496/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=182716 CPUtime=46.48 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 30325 0 0 0 4639 9 0 0 20 0 1 0 293085654 187101184 38649 33554432000 4194304 4734972 140735962030320 140735962021976 4326604 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 45679 38649 405 132 0 40579 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 208856

[startup+102.3 s]
/proc/loadavg: 2.03 1.90 1.19 3/181 29837
/proc/meminfo: memFree=28113928/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=287056 CPUtime=97.66 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 54285 0 0 0 9753 13 0 0 20 0 1 0 293085654 293945344 63868 33554432000 4194304 4734972 140735962030320 140735962022104 4394801 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 71764 63868 405 132 0 66664 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 313196

[startup+162.3 s]
/proc/loadavg: 2.01 1.91 1.24 3/181 29837
/proc/meminfo: memFree=28120012/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=364576 CPUtime=157.65 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 56177 0 0 0 15750 15 0 0 20 0 1 0 293085654 373325824 68274 33554432000 4194304 4734972 140735962030320 140735962022344 4328320 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 91144 68274 405 132 0 86044 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 390716

[startup+222.3 s]
/proc/loadavg: 2.00 1.93 1.28 3/181 29837
/proc/meminfo: memFree=28089268/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7

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

/proc/meminfo: memFree=22176628/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=908624 CPUtime=1237.47 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 180715 0 0 0 123696 51 0 0 20 0 1 0 293085654 930430976 212258 33554432000 4194304 4734972 140735962030320 140735962022104 4440886 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 227156 212258 405 132 0 222056 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 934764

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/183 29890
/proc/meminfo: memFree=21358816/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=908624 CPUtime=1297.46 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 180717 0 0 0 129695 51 0 0 20 0 1 0 293085654 930430976 214591 33554432000 4194304 4734972 140735962030320 140735962022104 4440886 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 227156 214591 405 132 0 222056 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 934764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/183 29890
/proc/meminfo: memFree=20835016/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=908624 CPUtime=1357.46 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 180717 0 0 0 135695 51 0 0 20 0 1 0 293085654 930430976 214624 33554432000 4194304 4734972 140735962030320 140735962022104 4440872 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 227156 214624 405 132 0 222056 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 934764

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/183 29890
/proc/meminfo: memFree=20623996/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=908624 CPUtime=1417.45 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 180717 0 0 0 141694 51 0 0 20 0 1 0 293085654 930430976 214624 33554432000 4194304 4734972 140735962030320 140735962022104 4440886 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 227156 214624 405 132 0 222056 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 934764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/183 29890
/proc/meminfo: memFree=20404048/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=908624 CPUtime=1477.44 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 180717 0 0 0 147693 51 0 0 20 0 1 0 293085654 930430976 214624 33554432000 4194304 4734972 140735962030320 140735962022104 4440872 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 227156 214624 405 132 0 222056 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 934764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/181 29935
/proc/meminfo: memFree=27636304/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=914680 CPUtime=1537.43 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 182225 0 0 0 153688 55 0 0 20 0 1 0 293085654 936632320 217817 33554432000 4194304 4734972 140735962030320 140735962022344 4328169 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 228670 217817 405 132 0 223570 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 940820

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.81 3/182 29939
/proc/meminfo: memFree=27580756/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=917404 CPUtime=1597.41 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 182790 0 0 0 159684 57 0 0 20 0 1 0 293085654 939421696 217474 33554432000 4194304 4734972 140735962030320 140735962022344 4328314 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 229351 217474 405 132 0 224251 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 943544

[startup+1662.31 s]
/proc/loadavg: 2.04 2.02 1.83 3/182 29962
/proc/meminfo: memFree=27371992/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=916928 CPUtime=1657.42 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 184260 0 0 0 165682 60 0 0 20 0 1 0 293085654 938934272 216843 33554432000 4194304 4734972 140735962030320 140735962022808 4328320 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 229232 216843 405 132 0 224132 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 943068

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.83 3/181 29962
/proc/meminfo: memFree=27392212/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=918492 CPUtime=1717.4 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 185152 0 0 0 171678 62 0 0 20 0 1 0 293085654 940535808 211663 33554432000 4194304 4734972 140735962030320 140735962022344 4328283 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 229623 211663 405 132 0 224523 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 944632

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/181 29962
/proc/meminfo: memFree=27371048/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=856296 CPUtime=1777.39 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 185403 0 0 0 177674 65 0 0 20 0 1 0 293085654 876847104 209028 33554432000 4194304 4734972 140735962030320 140735962022344 4328320 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 214074 209028 405 132 0 208974 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 882436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 1.84 3/181 29962
/proc/meminfo: memFree=27330836/32873844 swapFree=6856/6856
[pid=29829] ppid=29827 vsize=16992 CPUtime=4.37 cores=1,3,5,7
/proc/29829/stat : 29829 (python) S 29827 29829 29642 0 -1 4202496 1402 80945 0 0 1 0 133 303 20 0 1 0 293085196 17399808 1081 33554432000 4194304 5683644 140735421309696 140735421307240 223651644800 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29829/statm: 4248 1081 429 364 0 690 0
[pid=29835] ppid=29829 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29835/stat : 29835 (sh) S 29829 29829 29642 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293085654 9367552 267 33554432000 4194304 5064252 140737101072672 140737101071376 223651456590 0 65536 16781316 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29835/statm: 2287 267 226 213 0 72 0
[pid=29836] ppid=29835 vsize=921836 CPUtime=1795.7 cores=1,3,5,7
/proc/29836/stat : 29836 (CryptoMiniSat) R 29835 29829 29642 0 -1 4202496 185960 0 0 0 179504 66 0 0 20 0 1 0 293085654 943960064 213673 33554432000 4194304 4734972 140735962030320 140735962022344 4329286 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/29836/statm: 230459 213673 405 132 0 225359 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 947976

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.61
CPU time (s): 1800.11
CPU user time (s): 1796.4
CPU system time (s): 3.70844
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 1006516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 3.70844
maximum resident set size= 956016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267
involuntary context switches= 1928

runsolver used 3.23451 second user time and 8.29474 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-29 07:33:23
IDJOB=3718880
IDBENCH=1419
IDSOLVER=2303
FILE ID=node144/3718880-1338269603
RUNJOBID= node144-1338268845-29659
PBS_JOBID= 14625677
Free space on /tmp= 71444 MiB

SOLVER NAME= PBPASSolver-CARD.SN 2012-05-28
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
COMMAND LINE= python HOME/RunSolver.py BENCHNAME PrimePower CARD.SN ./CryptoMiniSat
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718880-1338269603/watcher-3718880-1338269603 -o /tmp/evaluation-result-3718880-1338269603/solver-3718880-1338269603 -C 1800 -W 1900 -M 15500  python HOME/RunSolver.py HOME/instance-3718880-1338269603.opb PrimePower CARD.SN ./CryptoMiniSat

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

MD5SUM BENCH= 3df4b6f92f1f3083d4934635de2b04ef
RANDOM SEED=1283358224

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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:        25699904 kB
Buffers:          640616 kB
Cached:          2753576 kB
SwapCached:            0 kB
Active:          4077040 kB
Inactive:        2204764 kB
Active(anon):    2879268 kB
Inactive(anon):        0 kB
Active(file):    1197772 kB
Inactive(file):  2204764 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13484 kB
Writeback:             0 kB
AnonPages:       2846164 kB
Mapped:            16012 kB
Shmem:               200 kB
Slab:             715936 kB
SReclaimable:     158208 kB
SUnreclaim:       557728 kB
KernelStack:        1520 kB
PageTables:        34140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   16134216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71440 MiB
End job on node144 at 2012-05-29 08:03:24